| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | More hashtable finetuning | Clifford Wolf | 2014-12-27 | 1 | -1/+2 |
* | Replaced std::unordered_set (nodict) with Yosys::pool | Clifford Wolf | 2014-12-26 | 1 | -1/+0 |
* | Replaced std::unordered_map as implementation for Yosys::dict | Clifford Wolf | 2014-12-26 | 1 | -1/+0 |
* | Added new_dict (hashmap.h) and re-enabled code coverage counters | Clifford Wolf | 2014-12-26 | 1 | -0/+1 |
* | Temporary gcc 4.6 build hotfix for Yosys::dict and Yosys::nodict | Clifford Wolf | 2014-12-26 | 1 | -8/+3 |
* | Added Yosys::{dict,nodict,vector} container types | Clifford Wolf | 2014-12-26 | 1 | -0/+12 |
* | Introducing YS_OVERRIDE, YS_FINAL, YS_ATTRIBUTE, YS_NORETURN | Clifford Wolf | 2014-11-09 | 1 | -9/+13 |
* | Re-introduced Yosys::readsome() helper function | Clifford Wolf | 2014-10-23 | 1 | -0/+1 |
* | More win32 (mxe and vs) build fixes | Clifford Wolf | 2014-10-17 | 1 | -4/+7 |
* | Various win32 / vs build fixes | Clifford Wolf | 2014-10-17 | 1 | -8/+9 |
* | Various MXE build fixes | Clifford Wolf | 2014-10-17 | 1 | -6/+5 |
* | Header changes so it will compile on VS | William Speirs | 2014-10-17 | 1 | -1/+28 |
* | Check for _YOSYS_ in yosys.h | Clifford Wolf | 2014-10-15 | 1 | -0/+6 |
* | Replaced readsome() with read() and gcount() | Clifford Wolf | 2014-10-15 | 1 | -1/+0 |
* | Define empty __attribute__ macro for non-gcc, non-clang compilers | Clifford Wolf | 2014-10-15 | 1 | -0/+4 |
* | Various small fixes for non-win32 builds | Clifford Wolf | 2014-10-12 | 1 | -1/+4 |
* | Added make_temp_{file,dir}() and remove_directory() APIs | Clifford Wolf | 2014-10-12 | 1 | -0/+3 |
* | Added run_command() api to replace system() and popen() | Clifford Wolf | 2014-10-12 | 1 | -0/+1 |
* | Fixed win32 troubles with f.readsome() | Clifford Wolf | 2014-10-11 | 1 | -0/+1 |
* | Added next_token() function (strtok() replacement) | Clifford Wolf | 2014-10-10 | 1 | -1/+1 |
* | Moved patmatch() to yosys.cc | Clifford Wolf | 2014-10-10 | 1 | -0/+3 |
* | Added format __attribute__ to stringf() | Clifford Wolf | 2014-10-10 | 1 | -1/+1 |
* | Renamed SIZE() to GetSize() because of name collision on Win32 | Clifford Wolf | 2014-10-10 | 1 | -2/+2 |
* | namespace Yosys | Clifford Wolf | 2014-09-27 | 1 | -12/+4 |
* | Added new CodingReadme file (replaces CodingStyle and CHECKLISTS) | Clifford Wolf | 2014-09-16 | 1 | -0/+2 |
* | Removed compatbility.{h,cc}: Not using open_memstream/fmemopen anymore | Clifford Wolf | 2014-08-23 | 1 | -1/+0 |
* | Changed frontend-api from FILE to std::istream | Clifford Wolf | 2014-08-23 | 1 | -0/+1 |
* | Changed backend-api from FILE to std::ostream | Clifford Wolf | 2014-08-23 | 1 | -0/+5 |
* | Added "plugin" command | Clifford Wolf | 2014-08-22 | 1 | -0/+5 |
* | Added stackmap<> container | Clifford Wolf | 2014-08-17 | 1 | -0/+1 |
* | Fixed build with gcc-4.6 | Clifford Wolf | 2014-08-07 | 1 | -0/+8 |
* | Added ID() macro for static IdStrings | Clifford Wolf | 2014-08-03 | 1 | -0/+3 |
* | Improvements in new RTLIL::IdString implementation | Clifford Wolf | 2014-08-02 | 1 | -0/+4 |
* | Preparations for RTLIL::IdString redesign: cleanup of existing code | Clifford Wolf | 2014-08-02 | 1 | -0/+1 |
* | Added logfile hash to statistics footer | Clifford Wolf | 2014-08-01 | 1 | -0/+2 |
* | Added ModIndex helper class, some changes to RTLIL::Monitor | Clifford Wolf | 2014-08-01 | 1 | -1/+8 |
* | Added "trace" command | Clifford Wolf | 2014-07-31 | 1 | -0/+3 |
* | Moved some stuff to kernel/yosys.{h,cc}, using Yosys:: namespace | Clifford Wolf | 2014-07-31 | 1 | -8/+30 |
* | Added "kernel/yosys.h" and "kernel/yosys.cc" | Clifford Wolf | 2014-07-30 | 1 | -0/+86 |