Merge remote-tracking branch 'origin/clifford/whitebox' into xaig
[yosys.git] / kernel / log.h
2019-01-15 Clifford WolfAdd optional nullstr argument to log_id()
2019-01-02 Clifford WolfMerge pull request #770 from whitequark/opt_expr_cmp
2019-01-02 Clifford WolfMerge pull request #755 from Icenowy/anlogic-dram-init
2019-01-02 Clifford WolfMerge pull request #750 from Icenowy/anlogic-ff-init
2019-01-02 Clifford WolfMerge pull request #773 from whitequark/opt_lut_elim_fixes
2019-01-02 Clifford WolfMerge pull request #772 from whitequark/synth_lut
2019-01-02 Clifford WolfMerge pull request #771 from whitequark/techmap_cmp2lut
2019-01-02 Clifford WolfMerge pull request #769 from whitequark/typos
2019-01-02 whitequarkFix typographical and grammatical errors and inconsiste...
2018-09-17 Udi FinkelsteinMerge branch 'master' into pr_reg_wire_error
2018-08-22 Jim LawsonMerge pull request #1 from YosysHQ/master
2018-08-18 Aman GoelMerge pull request #3 from YosysHQ/master
2018-08-15 Clifford WolfMerge pull request #573 from cr1901/msys-64
2018-08-15 Clifford WolfMerge pull request #576 from cr1901/no-resource
2018-08-15 Clifford WolfMerge pull request #513 from udif/pr_reg_wire_error
2018-08-15 Clifford WolfMerge pull request #562 from udif/pr_fix_illegal_port_decl
2018-07-20 Clifford WolfMerge pull request #584 from hzeller/provide-source...
2018-07-19 Henner ZellerProvide source-location logging.
2018-05-13 Christian KrämerAdd "#ifdef __FreeBSD__"
2018-05-13 Clifford WolfRevert "Add "#ifdef __FreeBSD__""
2018-05-05 Johnny SorocilAdd "#ifdef __FreeBSD__"
2018-05-04 Clifford WolfAdd "yosys -e regex" for turning warnings into errors
2018-03-11 Larry DoolittleHarmonize uses of _WIN32 macro
2018-03-04 Clifford WolfImprove handling of warning messages
2017-07-27 Clifford WolfAdd log_warning_noprefix() API, Use for Verific warning...
2017-07-03 Clifford WolfMerge pull request #352 from rqou/master
2017-06-20 Clifford WolfStore command history when terminating with an error
2017-02-14 Andrew ZonenbergMerge https://github.com/cliffordwolf/yosys
2017-02-12 Clifford WolfAdd "yosys -w" for suppressing warnings
2017-02-11 Andrew ZonenbergMerge https://github.com/cliffordwolf/yosys
2017-02-11 Clifford WolfAdd log_wire() API
2016-12-23 Andrew ZonenbergMerge pull request #1 from azonenberg-hk/master
2016-12-23 Andrew ZonenbergMerge https://github.com/cliffordwolf/yosys
2016-12-22 Clifford WolfAdded "yosys -W regex"
2016-08-09 Clifford WolfAdded log_const() API
2016-07-30 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2016-07-27 Clifford WolfAdded "read_verilog -dump_rtlil"
2016-07-08 Clifford WolfMerge branch 'yosys-0.5-vtr' of https://github.com...
2016-05-07 Clifford WolfFixes for MXE build
2016-04-25 Andrew ZonenbergMerge https://github.com/cliffordwolf/yosys
2016-04-24 Clifford WolfAdded "yosys -D ALL"
2016-04-23 Andrew ZonenbergMerge https://github.com/cliffordwolf/yosys
2016-04-21 Clifford WolfAdded "yosys -D" feature
2016-04-01 Andrew ZonenbergMerge https://github.com/cliffordwolf/yosys
2016-03-31 Clifford WolfAdded log_dump() support for dict<> and pool<> containers
2015-12-07 Clifford WolfMerge pull request #108 from cseed/master
2015-09-01 Andrei ErrapartMicrosoft Visual C++ fix for log.h.
2015-08-14 Clifford WolfSpell check (by Larry Doolittle)
2015-07-02 Clifford WolfFixed trailing whitespaces
2015-06-09 Clifford WolfMerge branch 'verilog-backend-memV2' of github.com...
2015-06-08 Clifford WolfAdded log_dump() support for IdStrings
2015-04-03 Ahmed IrfanMerge branch 'master' of https://github.com/cliffordwol...
2015-02-19 Clifford WolfYosysJS stuff
2015-01-24 Clifford WolfAdded ENABLE_NDEBUG makefile options
2015-01-24 Clifford WolfAdded #ifdef NDEBUG for log_assert()
2015-01-09 Clifford WolfOnly enable code coverage counters on linux
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 WolfIntroducing YS_OVERRIDE, YS_FINAL, YS_ATTRIBUTE, YS_NOR...
2014-11-09 Clifford WolfAdded log_warning() API
2014-11-07 Clifford WolfAdded "used" attribute to entries in yosys_cover_list
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-17 Clifford WolfVarious win32 / vs build fixes
2014-10-17 Clifford WolfFixed a few VS warnings
2014-10-15 Clifford WolfReplaced log_assert() do { ... } while (0) hack with...
2014-10-14 Clifford WolfMerge branch 'win32'
2014-10-14 Clifford WolfA few indent fixes
2014-10-14 Clifford WolfDefine empty __attribute__ macro for non-gcc, non-clang...
2014-10-14 William SpeirsFixed log so it will compile under Visual Studio
2014-10-09 Clifford WolfReplaced "#ifdef WIN32" with "#ifdef _WIN32"
2014-10-09 Clifford WolfNo rusage on win32
2014-09-27 Clifford Wolfnamespace Yosys
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-16 Clifford WolfAdded log_spacer()
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-08-01 Clifford WolfAdded per-pass cpu usage statistics
2014-08-01 Clifford WolfAdded ModIndex helper class, some changes to RTLIL...
2014-07-31 Clifford WolfMoved some stuff to kernel/yosys.{h,cc}, using Yosys...
2014-07-30 Clifford WolfAdded "log_dump_val_worker(char *v)"
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 WolfSmall improvements in PerformanceTimer API
2014-07-27 Clifford WolfAdded log_cmd_error_expection
2014-07-25 Clifford WolfDisabled cover() for non-linux builds
2014-07-24 Clifford WolfAdded cover_list() API
2014-07-24 Clifford WolfAdded "cover" command
2014-07-24 Clifford WolfNow using a dedicated ELF section for all coverage...
2014-07-24 Clifford WolfAdded cover() API
2014-07-21 Clifford WolfAdded log_ping()
2014-07-20 Clifford WolfAdded log_cell()
2014-07-19 Clifford WolfFixed log_id() memory corruption
2014-07-18 Clifford WolfAdded log_id() helper function
2014-03-14 Clifford WolfAdded log_dump() support for generic pointers
next