Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - .gitignore: ignore qmake/OSX package libs/svgviewer/svgviewer.app | Siesh1oo | 2014-03-12 | 1 | -0/+1 |
| | |||||
* | - Makefile, kernel/posix_compatibility.h/.cc: provide POSIX.2008 fake ↵ | Siesh1oo | 2014-03-10 | 1 | -0/+1 |
| | | | | | | | | | | | | implementation of open_memstream()/fmemopen() for pre-POSIX.2008 systems. - Makefile: OSX build rules (Apple's gcc and clang have no -rdynamic option and no librt). - Makefile: Generate debugger symbols and don't optimize for size in debug target (otherwise the debugger pretty hard to use). - Makefile: Reorder target concatenation in order to avoid use-before-built problems for source-include and linker dependencies. - Makefile: On OSX/macports, qmake-qt4 is named 'qmake' (the default Qt4 installation name, unless the distribution changes it). - Makefile: For OSX/Macports, we need to pass -I/opt/local/include and -L/opt/local/lib to give GNU libraries precedence over Apple's. - Makefile: Build a local minisat copy just like abc (to avoid dependency on broken/unmaintained distribution header files). - .gitignore: Ignore minisat directory. | ||||
* | Added API and Makefile rules for share/ files | Clifford Wolf | 2013-10-27 | 1 | -0/+1 |
| | |||||
* | Added version info to yosys command and added -V option | Clifford Wolf | 2013-08-20 | 1 | -0/+1 |
| | |||||
* | Added $lut cells and abc lut mapping support | Clifford Wolf | 2013-07-23 | 1 | -14/+14 |
| | |||||
* | Added "make abc" and "make install-abc" | Clifford Wolf | 2013-06-08 | 1 | -0/+2 |
| | |||||
* | Added yosys-svgviewer to build system and renamed filterlib to yosys-filterlib | Clifford Wolf | 2013-03-27 | 1 | -1/+2 |
| | |||||
* | Added eclipse CDT project files to .gitignore | Clifford Wolf | 2013-03-21 | 1 | -0/+2 |
| | |||||
* | Added vi .*.swp files to .gitignore | Clifford Wolf | 2013-03-15 | 1 | -0/+1 |
| | |||||
* | Added support for loadable modules (aka plugins) | Clifford Wolf | 2013-03-06 | 1 | -0/+2 |
| | |||||
* | Added qtcreator.creator.user to top level .gitignore | Clifford Wolf | 2013-01-05 | 1 | -2/+3 |
| | |||||
* | More .gitignore and fixed "make mrproper" | Clifford Wolf | 2013-01-05 | 1 | -0/+4 |
| | |||||
* | added .gitignore files | Clifford Wolf | 2013-01-05 | 1 | -0/+4 |