| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Added "yosys -D ALL" | Clifford Wolf | 2016-04-24 | 1 | -0/+4 |
* | Added "yosys -D" feature | Clifford Wolf | 2016-04-21 | 1 | -5/+15 |
* | Fixed trailing whitespaces | Clifford Wolf | 2015-07-02 | 1 | -2/+2 |
* | Fixed cstr_buf for std::string with small string optimization | Clifford Wolf | 2015-06-11 | 1 | -1/+1 |
* | Added log_dump() support for IdStrings | Clifford Wolf | 2015-06-08 | 1 | -0/+4 |
* | Verific build fixes | Clifford Wolf | 2015-05-17 | 1 | -1/+1 |
* | YosysJS stuff | Clifford Wolf | 2015-02-19 | 1 | -4/+15 |
* | More log_id() stuff | Clifford Wolf | 2015-01-30 | 1 | -3/+7 |
* | Some cleanups in log.cc | Clifford Wolf | 2015-01-30 | 1 | -14/+16 |
* | Only enable code coverage counters on linux | Clifford Wolf | 2015-01-09 | 1 | -1/+1 |
* | fixed compiler warning on non-linux archs | Clifford Wolf | 2015-01-06 | 1 | -2/+4 |
* | Print non-errors to stdout | Clifford Wolf | 2015-01-03 | 1 | -0/+6 |
* | Added "yosys -X" | Clifford Wolf | 2014-12-29 | 1 | -0/+95 |
* | Replaced std::unordered_map as implementation for Yosys::dict | Clifford Wolf | 2014-12-26 | 1 | -3/+3 |
* | Added new_dict (hashmap.h) and re-enabled code coverage counters | Clifford Wolf | 2014-12-26 | 1 | -3/+3 |
* | Added "yosys -qq" to also quiet warning messages | Clifford Wolf | 2014-11-09 | 1 | -2/+3 |
* | Added log_warning() API | Clifford Wolf | 2014-11-09 | 1 | -2/+23 |
* | Use a cache for log_id() memory management | Clifford Wolf | 2014-11-08 | 1 | -1/+4 |
* | Fixed typo in "log_cmd_error_exception" | Clifford Wolf | 2014-11-07 | 1 | -1/+1 |
* | Made "cover" a compile-time option (disabled by default) | Clifford Wolf | 2014-11-06 | 1 | -1/+1 |
* | Fixed various VS warnings | Clifford Wolf | 2014-10-18 | 1 | -1/+1 |
* | Fixed MXE build | Clifford Wolf | 2014-10-15 | 1 | -2/+2 |
* | A few indent fixes | Clifford Wolf | 2014-10-15 | 1 | -1/+1 |
* | Fixed log so it will compile under Visual Studio | William Speirs | 2014-10-15 | 1 | -1/+24 |
* | Renamed SIZE() to GetSize() because of name collision on Win32 | Clifford Wolf | 2014-10-10 | 1 | -2/+2 |
* | Removed compatbility.{h,cc}: Not using open_memstream/fmemopen anymore | Clifford Wolf | 2014-08-23 | 1 | -0/+10 |
* | Changed backend-api from FILE to std::ostream | Clifford Wolf | 2014-08-23 | 1 | -19/+6 |
* | Added log_spacer() | Clifford Wolf | 2014-08-16 | 1 | -1/+17 |
* | Another build fix by americanrouter (via reddit) | Clifford Wolf | 2014-08-11 | 1 | -0/+3 |
* | Fixed a va_list corruption in logv_error() | Clifford Wolf | 2014-08-02 | 1 | -4/+3 |
* | No implicit conversion from IdString to anything else | Clifford Wolf | 2014-08-02 | 1 | -1/+1 |
* | More bugfixes related to new RTLIL::IdString | Clifford Wolf | 2014-08-02 | 1 | -7/+10 |
* | Limit size of log_signal buffer to 100 elements | Clifford Wolf | 2014-08-02 | 1 | -0/+7 |
* | Improvements in new RTLIL::IdString implementation | Clifford Wolf | 2014-08-02 | 1 | -5/+5 |
* | Preparations for RTLIL::IdString redesign: cleanup of existing code | Clifford Wolf | 2014-08-02 | 1 | -2/+2 |
* | Added logfile hash to statistics footer | Clifford Wolf | 2014-08-01 | 1 | -12/+24 |
* | Moved some stuff to kernel/yosys.{h,cc}, using Yosys:: namespace | Clifford Wolf | 2014-07-31 | 1 | -1/+5 |
* | Added "kernel/yosys.h" and "kernel/yosys.cc" | Clifford Wolf | 2014-07-30 | 1 | -23/+1 |
* | Using log_assert() instead of assert() | Clifford Wolf | 2014-07-28 | 1 | -3/+54 |
* | Added log_cmd_error_expection | Clifford Wolf | 2014-07-27 | 1 | -1/+1 |
* | Added cover_list() API | Clifford Wolf | 2014-07-24 | 1 | -0/+3 |
* | Now using a dedicated ELF section for all coverage counters | Clifford Wolf | 2014-07-24 | 1 | -2/+0 |
* | Added cover() API | Clifford Wolf | 2014-07-24 | 1 | -0/+2 |
* | Added log_cell() | Clifford Wolf | 2014-07-20 | 1 | -0/+15 |
* | Fixed log_id() memory corruption | Clifford Wolf | 2014-07-19 | 1 | -0/+8 |
* | Merged OSX fixes from Siesh1oo with some modifications | Clifford Wolf | 2014-03-13 | 1 | -0/+1 |
* | Added -v<level> option and some minor driver cleanups | Clifford Wolf | 2013-11-17 | 1 | -0/+9 |
* | initial import | Clifford Wolf | 2013-01-05 | 1 | -0/+197 |