Verific build fixes
[yosys.git] / kernel / log.cc
2015-05-17 Clifford WolfVerific build fixes
2015-04-03 Ahmed IrfanMerge branch 'master' of https://github.com/cliffordwol...
2015-02-19 Clifford WolfYosysJS stuff
2015-01-30 Clifford WolfMore log_id() stuff
2015-01-30 Clifford WolfSome cleanups in log.cc
2015-01-09 Clifford WolfOnly enable code coverage counters on linux
2015-01-06 Clifford Wolffixed compiler warning on non-linux archs
2015-01-03 Clifford WolfPrint non-errors to stdout
2014-12-29 Clifford WolfAdded "yosys -X"
2014-12-26 Clifford WolfReplaced std::unordered_map as implementation for Yosys...
2014-12-26 Clifford WolfAdded new_dict (hashmap.h) and re-enabled code coverage...
2014-11-09 Clifford WolfAdded "yosys -qq" to also quiet warning messages
2014-11-09 Clifford WolfAdded log_warning() API
2014-11-08 Clifford WolfUse a cache for log_id() memory management
2014-11-07 Clifford WolfFixed typo in "log_cmd_error_exception"
2014-11-06 Clifford WolfMade "cover" a compile-time option (disabled by default)
2014-10-18 Clifford WolfFixed various VS warnings
2014-10-15 Clifford WolfFixed MXE build
2014-10-14 Clifford WolfMerge branch 'win32'
2014-10-14 Clifford WolfA few indent fixes
2014-10-14 William SpeirsFixed log so it will compile under Visual Studio
2014-10-10 Clifford WolfRenamed SIZE() to GetSize() because of name collision...
2014-09-22 Ahmed IrfanMerge branch 'master' of https://github.com/cliffordwol...
2014-08-23 Clifford WolfRemoved compatbility.{h,cc}: Not using open_memstream...
2014-08-23 Clifford WolfChanged backend-api from FILE to std::ostream
2014-08-16 Clifford WolfAdded log_spacer()
2014-08-11 Clifford WolfAnother build fix by americanrouter (via reddit)
2014-08-02 Clifford WolfFixed a va_list corruption in logv_error()
2014-08-02 Clifford WolfNo implicit conversion from IdString to anything else
2014-08-02 Clifford WolfMore bugfixes related to new RTLIL::IdString
2014-08-02 Clifford WolfLimit size of log_signal buffer to 100 elements
2014-08-02 Clifford WolfImprovements in new RTLIL::IdString implementation
2014-08-01 Clifford WolfPreparations for RTLIL::IdString redesign: cleanup...
2014-08-01 Clifford WolfAdded logfile hash to statistics footer
2014-07-31 Clifford WolfMoved some stuff to kernel/yosys.{h,cc}, using Yosys...
2014-07-30 Clifford WolfAdded "kernel/yosys.h" and "kernel/yosys.cc"
2014-07-28 Clifford WolfUsing log_assert() instead of assert()
2014-07-27 Clifford WolfAdded log_cmd_error_expection
2014-07-24 Clifford WolfAdded cover_list() API
2014-07-24 Clifford WolfNow using a dedicated ELF section for all coverage...
2014-07-24 Clifford WolfAdded cover() API
2014-07-20 Clifford WolfAdded log_cell()
2014-07-19 Clifford WolfFixed log_id() memory corruption
2014-03-13 Clifford WolfMerge branch 'master' of https://github.com/Siesh1oo...
2014-03-13 Clifford WolfMerged OSX fixes from Siesh1oo with some modifications
2013-11-17 Clifford WolfAdded -v<level> option and some minor driver cleanups
2013-01-05 Clifford Wolfinitial import