summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| | | * Rebase to cliffordwolf repo HEAD finished.Siesh1oo2014-03-11
| | | |\
| | | | * - passes/techmap/Makefile.inc: POSIX 'od' has no '-w' option. Use '-An' inst...Siesh1oo2014-03-11
| | | | * - Makefile: include $(PWD) in PATH, since 'make test' can happen before 'mak...Siesh1oo2014-03-10
| | | | * - libs/ezsat/ezminisat.cc: use sigemptyset() to clear sig_action.sa_mask; us...Siesh1oo2014-03-10
| | | | * - Makefile: fix typo in LDFLAGS: obviously -L, not -I is required hereSiesh1oo2014-03-10
| | | | * - Makefile: export PATH=${DESTDIR}/bin:$(PATH) and (DY)LD_LIBRARY_PATH, to m...Siesh1oo2014-03-10
| | | | * - frontends/vhdl2verilog/vhdl2verilog.cc, passes/abc/abc.cc: #include <climi...Siesh1oo2014-03-10
| | | | * - Makefile, techlibs/common/Makefile.inc: call GNU sed instead of BSD sed on...Siesh1oo2014-03-10
| | | | * - libs/ezsat/ezminisat.cc: use POSIX.2001 sigaction() instead on non-portabl...Siesh1oo2014-03-10
| | | | * - Makefile, kernel/posix_compatibility.h/.cc: provide POSIX.2008 fake implem...Siesh1oo2014-03-10
| | | | * - README: fix typo in sed-command for minisat-include fix.Siesh1oo2014-03-10
| | | | * - frontends/vhdl2verilog/vhdl2verilog.cc: #include <cerrno> for errno; use P...Siesh1oo2014-03-10
| | | | * - kernel/register.cc: need to #include <cerrno> or errno.h for errno.Siesh1oo2014-03-10
| | | | * - kernel/driver.cc: need to #include <cerrno> or errno.h for errno.Siesh1oo2014-03-10
| | | | * - kernel/log.h: add rusage()-based fallback for systems without clock_gettim...Siesh1oo2014-03-10
| | | | * - libs/ezsat/ezsat.cc: need to #include <cmath> or math.h for math functions.Siesh1oo2014-03-10
| | | | * - passes/abc/abc.cc: #include <cerrno> for errno; use POSIX getcwd() for por...Siesh1oo2014-03-10
| | | | * - passes/techmap/dfflibmap.cc, passes/fsm/fsm_recode.cc, passes/cmds/select....Siesh1oo2014-03-10
| | | * | - Makefile: include $(PWD) in PATH, since 'make test' can happen before 'mak...Siesh1oo2014-03-11
| | | * | - Makefile: fix typo in LDFLAGS: obviously -L, not -I is required hereSiesh1oo2014-03-11
| | | * | - Makefile: export PATH=${DESTDIR}/bin:$(PATH) and (DY)LD_LIBRARY_PATH, to m...Siesh1oo2014-03-11
| | | * | - Makefile: resolve merge conflict.Siesh1oo2014-03-11
| | * | | - Makefile: include $(PWD) in PATH, since 'make test' can happen before 'mak...Siesh1oo2014-03-12
| | * | | - Makefile: fix typo in LDFLAGS: obviously -L, not -I is required hereSiesh1oo2014-03-12
| | * | | - Makefile: export PATH=${DESTDIR}/bin:$(PATH) and (DY)LD_LIBRARY_PATH, to m...Siesh1oo2014-03-12
| | * | | - Makefile: resolve merge conflict.Siesh1oo2014-03-12
| * | | | - kernel/register.h, kernel/driver.cc: refactor rewrite_yosys_exe()/get_shar...Siesh1oo2014-03-13
| * | | | - Makefile: don't export DYLD_LIBRARY_PATH/LD_LIBRARY_PATH: not needed if we...Siesh1oo2014-03-13
| * | | | - Makefile: include $(PWD) in PATH, since 'make test' can happen before 'mak...Siesh1oo2014-03-13
| * | | | - Makefile: export PATH=${DESTDIR}/bin:$(PATH) and (DY)LD_LIBRARY_PATH, to m...Siesh1oo2014-03-13
| * | | | - kernel/register.h, kernel/driver.cc: refactor rewrite_yosys_exe()/get_shar...Siesh1oo2014-03-13
| * | | | - Makefile: don't export DYLD_LIBRARY_PATH/LD_LIBRARY_PATH: not needed if we...Siesh1oo2014-03-13
| * | | | - .gitignore: ignore qmake/OSX package libs/svgviewer/svgviewer.appSiesh1oo2014-03-13
| * | | | - Makefile: include $(PWD) in PATH, since 'make test' can happen before 'mak...Siesh1oo2014-03-13
| * | | | - Makefile: fix typo in LDFLAGS: obviously -L, not -I is required hereSiesh1oo2014-03-13
| * | | | - Makefile: export PATH=${DESTDIR}/bin:$(PATH) and (DY)LD_LIBRARY_PATH, to m...Siesh1oo2014-03-13
| * | | | - Makefile: resolve merge conflict.Siesh1oo2014-03-13
* | | | | Merged OSX fixes from Siesh1oo with some modificationsClifford Wolf2014-03-13
|/ / / /
* | | | Some fixes in libs/minisat (thanks to Siesh1oo)Clifford Wolf2014-03-12
* | | | - kernel/register.h, kernel/driver.cc: refactor rewrite_yosys_exe()/get_shar...Siesh1oo2014-03-12
|/ / /
* | | Fixed dependencies of "make test"Clifford Wolf2014-03-12
* | | Added libs/minisat (copy of minisat git master)Clifford Wolf2014-03-12
|/ /
* | OSX compatible creation of stdcells.inc, using code from github.com/Siesh1oo/...Clifford Wolf2014-03-11
* | Merged addition of SED makefile variable from github.com/Siesh1oo/yosysClifford Wolf2014-03-11
* | Merged a few fixes for non-posix systems from github.com/Siesh1oo/yosysClifford Wolf2014-03-11
* | Added support for `line compiler directiveClifford Wolf2014-03-11
* | Fixed memory corruption in passes/abc/blifparse.ccClifford Wolf2014-03-11
* | Fixed yosys path in tests/techmap/mem_simple_4x1_runtest.shClifford Wolf2014-03-11
* | Use "verilog -noattr" in tests/techmap/mem_simple_4x1 test (for old iverilog)Clifford Wolf2014-03-11
|/
* Fixed a typo in RTLIL::Module::addReduce...Clifford Wolf2014-03-10