| Commit message (Expand) | Author | Age | Files | Lines |
* | Added new_dict (hashmap.h) and re-enabled code coverage counters | Clifford Wolf | 2014-12-26 | 1 | -1/+1 |
* | Another 'make vcxsrc' | Clifford Wolf | 2014-11-12 | 1 | -1/+1 |
* | Some fixed in "make vcxsrc" srcfiles.txt creation | Clifford Wolf | 2014-11-12 | 1 | -2/+2 |
* | Split MXE "make dist" into MXE "make mxebin" and non-MXE "make vcxsrc" | Clifford Wolf | 2014-11-12 | 1 | -9/+12 |
* | Added automatic "make clean" to abc "hg pull" make rules | Clifford Wolf | 2014-11-08 | 1 | -2/+2 |
* | Now we are in Yoys 0.4+ development | Clifford Wolf | 2014-11-08 | 1 | -1/+1 |
* | Yosys 0.4 | Clifford Wolf | 2014-11-08 | 1 | -1/+1 |
* | Updated ABC to 5b5af75f1dda | Clifford Wolf | 2014-11-07 | 1 | -1/+1 |
* | Made "cover" a compile-time option (disabled by default) | Clifford Wolf | 2014-11-06 | 1 | -0/+5 |
* | Removed QMAKE variable from Makefile | Clifford Wolf | 2014-11-05 | 1 | -2/+0 |
* | Various improvements to version reporting on win32 | Clifford Wolf | 2014-10-18 | 1 | -3/+4 |
* | Disabled READLINE in MXE cross build | Clifford Wolf | 2014-10-18 | 1 | -0/+1 |
* | Create vcxsrc in mxe build "make dist" | Clifford Wolf | 2014-10-18 | 1 | -13/+11 |
* | Moved yosys-config.in to misc/ | Clifford Wolf | 2014-10-18 | 1 | -2/+2 |
* | Added notes regarding building in VS | Clifford Wolf | 2014-10-17 | 1 | -3/+3 |
* | Added vcxproj_files.txt to MXE "make dist" | Clifford Wolf | 2014-10-17 | 1 | -5/+7 |
* | More win32 (mxe and vs) build fixes | Clifford Wolf | 2014-10-17 | 1 | -2/+3 |
* | Various win32 / vs build fixes | Clifford Wolf | 2014-10-17 | 1 | -1/+4 |
* | Added genfiles.zip to MXE "make dist" | Clifford Wolf | 2014-10-17 | 1 | -1/+3 |
* | Fixed MXE build | Clifford Wolf | 2014-10-15 | 1 | -1/+1 |
* | Updated ABC, enabled ABC in mxe builds | Clifford Wolf | 2014-10-15 | 1 | -3/+2 |
* | Fixed ABC ARCHFLAGS for win32 cross build | Clifford Wolf | 2014-10-12 | 1 | -1/+1 |
* | More win32/abc fixes | Clifford Wolf | 2014-10-12 | 1 | -2/+6 |
* | Various Makefile changes for cross-compiling ABC for Win32 | Clifford Wolf | 2014-10-12 | 1 | -8/+11 |
* | Added "make dist" for mxe builds | Clifford Wolf | 2014-10-11 | 1 | -0/+10 |
* | Fixed Makefile PRETTY=1 for MXE (win32) and EMCC (js) builds | Clifford Wolf | 2014-10-11 | 1 | -2/+2 |
* | Strip win32 executeables | Clifford Wolf | 2014-10-11 | 1 | -1/+1 |
* | Fixed MXE readline support | Clifford Wolf | 2014-10-11 | 1 | -1/+3 |
* | Added mxe-based cross build for win32 | Clifford Wolf | 2014-10-09 | 1 | -3/+21 |
* | namespace Yosys | Clifford Wolf | 2014-09-27 | 1 | -2/+2 |
* | Added commit count to devel version number | Clifford Wolf | 2014-09-17 | 1 | -1/+1 |
* | Added "synth" command | Clifford Wolf | 2014-09-14 | 1 | -0/+1 |
* | Using pkg-config to find libffi | Clifford Wolf | 2014-09-13 | 1 | -2/+2 |
* | Corrected spelling mistakes found by lintian | Ruben Undheim | 2014-09-06 | 1 | -1/+1 |
* | Removed yosys-svgviewer | Clifford Wolf | 2014-09-02 | 1 | -11/+0 |
* | Fixed printing of multi-line Makefile.conf | Clifford Wolf | 2014-08-27 | 1 | -1/+6 |
* | Print Makefile.conf as make info message | Clifford Wolf | 2014-08-26 | 1 | -1/+4 |
* | Checking for valid CONFIG value in Makefile | Clifford Wolf | 2014-08-25 | 1 | -6/+6 |
* | Removed compatbility.{h,cc}: Not using open_memstream/fmemopen anymore | Clifford Wolf | 2014-08-23 | 1 | -2/+1 |
* | Added emscripten (emcc) support to build system and some build fixes | Clifford Wolf | 2014-08-22 | 1 | -1/+28 |
* | Archibald Rust and Clifford Wolf: ffi-based dpi_call() | Clifford Wolf | 2014-08-22 | 1 | -1/+1 |
* | Added "plugin" command | Clifford Wolf | 2014-08-22 | 1 | -0/+1 |
* | Updated ABC to 4d547a5e065b | Clifford Wolf | 2014-08-22 | 1 | -1/+1 |
* | Makefile fixes | Clifford Wolf | 2014-08-17 | 1 | -1/+4 |
* | Updated ABC to 4935c2b946de | Clifford Wolf | 2014-08-14 | 1 | -1/+1 |
* | Improved FSM tests | Clifford Wolf | 2014-08-08 | 1 | -0/+1 |
* | Fixed build with gcc-4.6 | Clifford Wolf | 2014-08-07 | 1 | -6/+6 |
* | Various cleanups in Makefile, Renamed default configurations | Clifford Wolf | 2014-07-31 | 1 | -21/+12 |
* | Added compiler + compiler version + compiler flags to version string | Clifford Wolf | 2014-07-31 | 1 | -1/+2 |
* | Added "make -j{N}" support to "make test" | Clifford Wolf | 2014-07-30 | 1 | -10/+10 |