Merge pull request #735 from daveshah1/trifixes
[yosys.git] / kernel / driver.cc
2018-09-17 Udi FinkelsteinMerge branch 'master' into pr_reg_wire_error
2018-08-15 Clifford WolfMerge pull request #513 from udif/pr_reg_wire_error
2018-07-04 Aman GoelMerge branch 'YosysHQ-master'
2018-07-04 Aman GoelMerging with official repo
2018-05-19 Clifford WolfMerge pull request #454 from rqou/emscripten-and-abc
2018-05-19 Robert OuModify emscripten main to mount nodefs and to run arg...
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-27 Clifford WolfSet stack size to at least 128 MB (large stack needed...
2018-03-04 Clifford WolfImprove handling of warning messages
2018-01-07 Clifford WolfAdd support for "yosys -E"
2017-11-24 Clifford WolfMerge pull request #446 from mithro/travis-rework
2017-11-09 dh73Merge https://github.com/cliffordwolf/yosys
2017-11-08 Clifford WolfAdd support for editline as replacement for readline
2017-07-03 Clifford WolfMerge pull request #352 from rqou/master
2017-06-20 Clifford WolfFix history namespace collision
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
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-10-14 Clifford WolfSome minor build fixes for Visual C
2016-08-16 Clifford WolfUse _Exit(0) on win32, always use _Exit(1) in log_error()
2016-07-08 Clifford WolfMerge branch 'yosys-0.5-vtr' of https://github.com...
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-03-28 Clifford WolfMerge pull request #137 from ravenexp/master
2016-03-28 Clifford WolfMerge pull request #138 from SebKuzminsky/help-typo
2016-03-26 Sebastian Kuzminskyfix a cut-n-paste error in the -h help
2015-12-07 Clifford WolfMerge pull request #108 from cseed/master
2015-10-25 Clifford WolfImport more std:: stuff into Yosys namespace
2015-08-14 Clifford WolfSpell check (by Larry Doolittle)
2015-07-02 Clifford WolfFixed trailing whitespaces
2015-04-03 Ahmed IrfanMerge branch 'master' of https://github.com/cliffordwol...
2015-02-19 Clifford WolfYosysJS stuff
2015-02-16 Clifford WolfMore YosysJS stuff
2015-02-16 Clifford WolfAdded YosysJS wrapper
2015-02-15 Clifford WolfMore emscripten stuff, Added example app
2015-02-03 Clifford WolfAdded "yosys -L logfile"
2015-02-01 Clifford WolfAdded "make mklibyosys", some minor API changes
2015-01-31 Clifford WolfAdded yosys_banner(), Updated Copyright range
2015-01-09 Clifford WolfOnly enable code coverage counters on linux
2015-01-06 Clifford Wolfbuild fix for mxe
2015-01-03 Clifford WolfPrint non-errors to stdout
2014-12-30 Clifford Wolfimproved -v option
2014-12-30 Clifford Wolfprint timing details (-d) in -q mode
2014-12-29 Clifford WolfAdded "yosys -X"
2014-12-28 Clifford WolfAdded memhasher (yosys -M)
2014-12-27 Clifford WolfAdded memory statistics (at least on linux)
2014-12-27 Clifford WolfBetter help message printing for command line tool
2014-12-26 Clifford WolfAdded "yosys -d" command line option
2014-11-09 Clifford WolfAdded "yosys -qq" to also quiet warning messages
2014-11-06 Clifford WolfMade "cover" a compile-time option (disabled by default)
2014-10-17 Clifford WolfMore win32 (mxe and vs) build fixes
2014-10-17 Clifford WolfVarious MXE build fixes
2014-10-17 William SpeirsHeader changes so it will compile on VS
2014-10-11 Clifford WolfShrinked the copyright banner by 1 character
2014-10-09 Clifford WolfReplaced "#ifdef WIN32" with "#ifdef _WIN32"
2014-10-09 Clifford WolfNo rusage on win32
2014-09-22 Ahmed IrfanMerge branch 'master' of https://github.com/cliffordwol...
2014-09-14 Clifford WolfAdded "synth" command
2014-08-22 Clifford WolfAdded emscripten (emcc) support to build system and...
2014-08-22 Clifford WolfAdded "plugin" command
2014-08-16 Clifford WolfAdded log_spacer()
2014-08-01 Clifford WolfAdded logfile hash to statistics footer
2014-08-01 Clifford WolfAdded per-pass cpu usage statistics
2014-07-31 Clifford WolfMoved some stuff to kernel/yosys.{h,cc}, using Yosys...
2014-07-30 Clifford WolfAdded "yosys -A"
2014-07-30 Clifford WolfAdded "yosys -Q"
2014-07-30 Clifford WolfAdded "kernel/yosys.h" and "kernel/yosys.cc"
2014-07-29 Clifford WolfAdded "test_cell" command
2014-07-28 Clifford WolfUsing log_assert() instead of assert()
2014-07-27 Clifford WolfAdded log_cmd_error_expection
2014-07-27 Clifford WolfRefactoring: Renamed RTLIL::Design::modules to modules_
2014-07-26 Clifford WolfRefactoring: Renamed RTLIL::Module::cells to cells_
2014-07-26 Clifford WolfRefactoring: Renamed RTLIL::Module::wires to wires_
2014-07-26 Clifford WolfAdded support for here documents
2014-07-25 Clifford WolfDisabled cover() for non-linux builds
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 support for YOSYS_COVER_FILE env variable
2014-07-24 Clifford WolfAdded support for YOSYS_COVER_DIR env variable
2014-07-21 Clifford WolfAdded support for scripts with labels
2014-07-11 Clifford WolfUse "verilog -sv" to parse .sv files
2014-03-12 Siesh1oo - kernel/register.h, kernel/driver.cc: refactor rewrit...
2014-03-12 Siesh1oo - kernel/register.h, kernel/driver.cc: refactor rewrit...
2014-03-11 Clifford WolfMerged a few fixes for non-posix systems from github...
2014-03-10 Siesh1oo - kernel/driver.cc: need to #include <cerrno> or errno...
2014-02-07 Clifford WolfAdded echo command
2014-02-06 Clifford WolfAdded support for backslash continuation in script...
2014-01-30 Clifford WolfAdded yosys -H for command list
2014-01-29 Clifford WolfAdded -h command line option
2013-12-02 Clifford WolfAdded "history" command
2013-11-29 Clifford WolfUsing RTLIL::id2cstr for prompt printing
2013-11-22 Clifford WolfSome driver changes/fixes
next