aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Added new_dict (hashmap.h) and re-enabled code coverage countersClifford Wolf2014-12-261-1/+1
* Another 'make vcxsrc'Clifford Wolf2014-11-121-1/+1
* Some fixed in "make vcxsrc" srcfiles.txt creationClifford Wolf2014-11-121-2/+2
* Split MXE "make dist" into MXE "make mxebin" and non-MXE "make vcxsrc"Clifford Wolf2014-11-121-9/+12
* Added automatic "make clean" to abc "hg pull" make rulesClifford Wolf2014-11-081-2/+2
* Now we are in Yoys 0.4+ developmentClifford Wolf2014-11-081-1/+1
* Yosys 0.4Clifford Wolf2014-11-081-1/+1
* Updated ABC to 5b5af75f1ddaClifford Wolf2014-11-071-1/+1
* Made "cover" a compile-time option (disabled by default)Clifford Wolf2014-11-061-0/+5
* Removed QMAKE variable from MakefileClifford Wolf2014-11-051-2/+0
* Various improvements to version reporting on win32Clifford Wolf2014-10-181-3/+4
* Disabled READLINE in MXE cross buildClifford Wolf2014-10-181-0/+1
* Create vcxsrc in mxe build "make dist"Clifford Wolf2014-10-181-13/+11
* Moved yosys-config.in to misc/Clifford Wolf2014-10-181-2/+2
* Added notes regarding building in VSClifford Wolf2014-10-171-3/+3
* Added vcxproj_files.txt to MXE "make dist"Clifford Wolf2014-10-171-5/+7
* More win32 (mxe and vs) build fixesClifford Wolf2014-10-171-2/+3
* Various win32 / vs build fixesClifford Wolf2014-10-171-1/+4
* Added genfiles.zip to MXE "make dist"Clifford Wolf2014-10-171-1/+3
* Fixed MXE buildClifford Wolf2014-10-151-1/+1
* Updated ABC, enabled ABC in mxe buildsClifford Wolf2014-10-151-3/+2
* Fixed ABC ARCHFLAGS for win32 cross buildClifford Wolf2014-10-121-1/+1
* More win32/abc fixesClifford Wolf2014-10-121-2/+6
* Various Makefile changes for cross-compiling ABC for Win32Clifford Wolf2014-10-121-8/+11
* Added "make dist" for mxe buildsClifford Wolf2014-10-111-0/+10
* Fixed Makefile PRETTY=1 for MXE (win32) and EMCC (js) buildsClifford Wolf2014-10-111-2/+2
* Strip win32 executeablesClifford Wolf2014-10-111-1/+1
* Fixed MXE readline supportClifford Wolf2014-10-111-1/+3
* Added mxe-based cross build for win32Clifford Wolf2014-10-091-3/+21
* namespace YosysClifford Wolf2014-09-271-2/+2
* Added commit count to devel version numberClifford Wolf2014-09-171-1/+1
* Added "synth" commandClifford Wolf2014-09-141-0/+1
* Using pkg-config to find libffiClifford Wolf2014-09-131-2/+2
* Corrected spelling mistakes found by lintianRuben Undheim2014-09-061-1/+1
* Removed yosys-svgviewerClifford Wolf2014-09-021-11/+0
* Fixed printing of multi-line Makefile.confClifford Wolf2014-08-271-1/+6
* Print Makefile.conf as make info messageClifford Wolf2014-08-261-1/+4
* Checking for valid CONFIG value in MakefileClifford Wolf2014-08-251-6/+6
* Removed compatbility.{h,cc}: Not using open_memstream/fmemopen anymoreClifford Wolf2014-08-231-2/+1
* Added emscripten (emcc) support to build system and some build fixesClifford Wolf2014-08-221-1/+28
* Archibald Rust and Clifford Wolf: ffi-based dpi_call()Clifford Wolf2014-08-221-1/+1
* Added "plugin" commandClifford Wolf2014-08-221-0/+1
* Updated ABC to 4d547a5e065bClifford Wolf2014-08-221-1/+1
* Makefile fixesClifford Wolf2014-08-171-1/+4
* Updated ABC to 4935c2b946deClifford Wolf2014-08-141-1/+1
* Improved FSM testsClifford Wolf2014-08-081-0/+1
* Fixed build with gcc-4.6Clifford Wolf2014-08-071-6/+6
* Various cleanups in Makefile, Renamed default configurationsClifford Wolf2014-07-311-21/+12
* Added compiler + compiler version + compiler flags to version stringClifford Wolf2014-07-311-1/+2
* Added "make -j{N}" support to "make test"Clifford Wolf2014-07-301-10/+10