summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAge
* - Makefile, kernel/posix_compatibility.h/.cc: provide POSIX.2008 fake ↵Siesh1oo2014-03-10
| | | | | | | | | | | | 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/ filesClifford Wolf2013-10-27
|
* Added version info to yosys command and added -V optionClifford Wolf2013-08-20
|
* Added $lut cells and abc lut mapping supportClifford Wolf2013-07-23
|
* Added "make abc" and "make install-abc"Clifford Wolf2013-06-08
|
* Added yosys-svgviewer to build system and renamed filterlib to yosys-filterlibClifford Wolf2013-03-27
|
* Added eclipse CDT project files to .gitignoreClifford Wolf2013-03-21
|
* Added vi .*.swp files to .gitignoreClifford Wolf2013-03-15
|
* Added support for loadable modules (aka plugins)Clifford Wolf2013-03-06
|
* Added qtcreator.creator.user to top level .gitignoreClifford Wolf2013-01-05
|
* More .gitignore and fixed "make mrproper"Clifford Wolf2013-01-05
|
* added .gitignore filesClifford Wolf2013-01-05