Added Frontend "+/" filename syntax for files from proc_share_dir
[yosys.git] / kernel / register.cc
2014-08-15 Clifford WolfAdded Frontend "+/" filename syntax for files from...
2014-08-02 Clifford WolfNo implicit conversion from IdString to anything else
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 write_file command
2014-07-29 Clifford WolfRenamed "write_autotest" to "test_autotb" and moved...
2014-07-28 Clifford WolfUsing log_assert() instead of assert()
2014-07-26 Clifford WolfAdded support for here documents
2014-07-24 Clifford WolfAdded "cover" command
2014-07-20 Clifford WolfAdded call_on_selection() and call_on_module() API
2014-06-04 Clifford WolfImproved error message for options after front-end...
2014-05-03 Clifford Wolfworkaround for OpenBSD 'stdout' implementation
2014-05-02 Clifford Wolfworkaround for OpenBSD 'stdin' implementation
2014-03-13 Clifford WolfMerge branch 'master' of https://github.com/Siesh1oo...
2014-03-13 Clifford WolfMerged OSX fixes from Siesh1oo with some modifications
2014-03-11 Clifford WolfMerged a few fixes for non-posix systems from github...
2014-03-10 Siesh1oo - kernel/register.cc: need to #include <cerrno> or...
2014-02-23 Clifford WolfFixed small memory leak in Pass::call()
2014-02-07 Clifford WolfAdded echo command
2014-02-06 Clifford WolfAdded support for #-comments in same line as command
2013-12-02 Clifford WolfAdded Pass:call_newsel API
2013-11-10 Clifford WolfCall internal checker more often
2013-08-11 Clifford WolfAdded "clean -purge" and ";;;" support
2013-08-11 Clifford WolfAdded ";;" as shortcut for "; clean;"
2013-07-25 Clifford WolfAdded "help -write-web-command-reference-manual"
2013-05-23 Clifford WolfOnly initialize TCL interpreter when needed
2013-05-23 Clifford WolfAdded labels to "help -write-tex-command-reference...
2013-05-16 Clifford WolfMerge branch 'bugfix'
2013-05-01 Clifford WolfImproved/simplified TCL bindings
2013-04-01 Clifford WolfAdded -color <color> <selection> option to show command
2013-03-28 Clifford WolfImplemented TCL support (only via -c option at the...
2013-03-21 Clifford WolfAdded help -write-tex-command-reference-manual option
2013-03-19 Clifford WolfMerge branch 'hansiglaser-master'
2013-03-18 Johann Glaserfixed a crash when lines start with whitespace
2013-03-15 Clifford WolfFixed gcc warnings and added error handling to shell...
2013-03-10 Clifford WolfAdded shell escape to command language
2013-03-03 Clifford WolfImplemented general handler for selection arguments
2013-02-28 Clifford WolfAdded more help messages
2013-02-28 Clifford WolfAdded more help messages (extract, abc, dfflibmap)
2013-02-28 Clifford WolfAdded "help" command
2013-01-08 Martin SchmölzerMerge remote-tracking branch 'upstream/master'
2013-01-06 Clifford WolfImprovements in command shell
2013-01-05 Clifford Wolfinitial import