summaryrefslogtreecommitdiff
path: root/kernel/register.cc
Commit message (Expand)AuthorAge
* Squashed commit of the following:Ruben Undheim2016-09-23
* Added support for ":" as comment symbol after ;-parsingClifford Wolf2015-10-23
* Progress on cell help messagesClifford Wolf2015-10-17
* Added first help messages for cell typesClifford Wolf2015-10-14
* Fixed trailing whitespacesClifford Wolf2015-07-02
* Added support for "file names with blanks"Clifford Wolf2015-04-08
* Replaced ezDefaultSAT with ezSatPtrClifford Wolf2015-02-21
* Fixed creation of command reference in manualClifford Wolf2015-02-09
* Fixed comment parsing in Pass::call()Clifford Wolf2014-12-29
* Added newline support to Pass::call() parserClifford Wolf2014-12-29
* Added support for empty lines to here documentsClifford Wolf2014-10-29
* Added run_command() api to replace system() and popen()Clifford Wolf2014-10-12
* Using next_token() to parse commandsClifford Wolf2014-10-10
* Corrected spelling mistakes found by lintianRuben Undheim2014-09-06
* Removed compatbility.{h,cc}: Not using open_memstream/fmemopen anymoreClifford Wolf2014-08-23
* Changed frontend-api from FILE to std::istreamClifford Wolf2014-08-23
* Changed backend-api from FILE to std::ostreamClifford Wolf2014-08-23
* Added Frontend "+/" filename syntax for files from proc_share_dirClifford Wolf2014-08-15
* No implicit conversion from IdString to anything elseClifford Wolf2014-08-02
* Added per-pass cpu usage statisticsClifford Wolf2014-08-01
* Moved some stuff to kernel/yosys.{h,cc}, using Yosys:: namespaceClifford Wolf2014-07-31
* Added write_file commandClifford Wolf2014-07-30
* Renamed "write_autotest" to "test_autotb" and moved to passes/tests/Clifford Wolf2014-07-29
* Using log_assert() instead of assert()Clifford Wolf2014-07-28
* Added support for here documentsClifford Wolf2014-07-26
* Added "cover" commandClifford Wolf2014-07-24
* Added call_on_selection() and call_on_module() APIClifford Wolf2014-07-20
* Improved error message for options after front-end filename argumentsClifford Wolf2014-06-04
* workaround for OpenBSD 'stdout' implementationClifford Wolf2014-05-03
* workaround for OpenBSD 'stdin' implementationClifford Wolf2014-05-02
* Merged OSX fixes from Siesh1oo with some modificationsClifford Wolf2014-03-13
* Merged a few fixes for non-posix systems from github.com/Siesh1oo/yosysClifford Wolf2014-03-11
* Fixed small memory leak in Pass::call()Clifford Wolf2014-02-23
* Added echo commandClifford Wolf2014-02-07
* Added support for #-comments in same line as commandClifford Wolf2014-02-06
* Added Pass:call_newsel APIClifford Wolf2013-12-02
* Call internal checker more oftenClifford Wolf2013-11-10
* Added "clean -purge" and ";;;" supportClifford Wolf2013-08-11
* Added ";;" as shortcut for "; clean;"Clifford Wolf2013-08-11
* Added "help -write-web-command-reference-manual"Clifford Wolf2013-07-26
* Only initialize TCL interpreter when neededClifford Wolf2013-05-23
* Added labels to "help -write-tex-command-reference-manual" outputClifford Wolf2013-05-23
* Improved/simplified TCL bindingsClifford Wolf2013-05-01
* Added -color <color> <selection> option to show commandClifford Wolf2013-04-01
* Implemented TCL support (only via -c option at the moment)Clifford Wolf2013-03-28
* Added help -write-tex-command-reference-manual optionClifford Wolf2013-03-21
* fixed a crash when lines start with whitespaceJohann Glaser2013-03-18
* Fixed gcc warnings and added error handling to shell escapeClifford Wolf2013-03-15
* Added shell escape to command languageClifford Wolf2013-03-10
* Implemented general handler for selection argumentsClifford Wolf2013-03-03