summaryrefslogtreecommitdiff
path: root/kernel/log.cc
Commit message (Expand)AuthorAge
* More log_id() stuffClifford Wolf2015-01-30
* Some cleanups in log.ccClifford Wolf2015-01-30
* Only enable code coverage counters on linuxClifford Wolf2015-01-09
* fixed compiler warning on non-linux archsClifford Wolf2015-01-06
* Print non-errors to stdoutClifford Wolf2015-01-03
* Added "yosys -X"Clifford Wolf2014-12-29
* Replaced std::unordered_map as implementation for Yosys::dictClifford Wolf2014-12-26
* Added new_dict (hashmap.h) and re-enabled code coverage countersClifford Wolf2014-12-26
* Added "yosys -qq" to also quiet warning messagesClifford Wolf2014-11-09
* Added log_warning() APIClifford Wolf2014-11-09
* Use a cache for log_id() memory managementClifford Wolf2014-11-08
* Fixed typo in "log_cmd_error_exception"Clifford Wolf2014-11-07
* Made "cover" a compile-time option (disabled by default)Clifford Wolf2014-11-06
* Fixed various VS warningsClifford Wolf2014-10-18
* Fixed MXE buildClifford Wolf2014-10-15
* A few indent fixesClifford Wolf2014-10-15
* Fixed log so it will compile under Visual StudioWilliam Speirs2014-10-15
* Renamed SIZE() to GetSize() because of name collision on Win32Clifford Wolf2014-10-10
* Removed compatbility.{h,cc}: Not using open_memstream/fmemopen anymoreClifford Wolf2014-08-23
* Changed backend-api from FILE to std::ostreamClifford Wolf2014-08-23
* Added log_spacer()Clifford Wolf2014-08-16
* Another build fix by americanrouter (via reddit)Clifford Wolf2014-08-11
* Fixed a va_list corruption in logv_error()Clifford Wolf2014-08-02
* No implicit conversion from IdString to anything elseClifford Wolf2014-08-02
* More bugfixes related to new RTLIL::IdStringClifford Wolf2014-08-02
* Limit size of log_signal buffer to 100 elementsClifford Wolf2014-08-02
* Improvements in new RTLIL::IdString implementationClifford Wolf2014-08-02
* Preparations for RTLIL::IdString redesign: cleanup of existing codeClifford Wolf2014-08-02
* Added logfile hash to statistics footerClifford Wolf2014-08-01
* Moved some stuff to kernel/yosys.{h,cc}, using Yosys:: namespaceClifford Wolf2014-07-31
* Added "kernel/yosys.h" and "kernel/yosys.cc"Clifford Wolf2014-07-30
* Using log_assert() instead of assert()Clifford Wolf2014-07-28
* Added log_cmd_error_expectionClifford Wolf2014-07-27
* Added cover_list() APIClifford Wolf2014-07-24
* Now using a dedicated ELF section for all coverage countersClifford Wolf2014-07-24
* Added cover() APIClifford Wolf2014-07-24
* Added log_cell()Clifford Wolf2014-07-20
* Fixed log_id() memory corruptionClifford Wolf2014-07-19
* Merged OSX fixes from Siesh1oo with some modificationsClifford Wolf2014-03-13
* Added -v<level> option and some minor driver cleanupsClifford Wolf2013-11-17
* initial importClifford Wolf2013-01-05