Merge remote-tracking branch 'origin/master' into xc7mux
[yosys.git] / kernel / yosys.h
2019-06-26 Eddie HungMerge branch 'xc7nocarrymux' of https://github.com...
2019-06-13 Serge BazanskiMerge pull request #829 from abdelrahmanhosny/master
2019-06-12 Eddie HungMerge remote-tracking branch 'origin/master' into xaig
2019-06-07 Clifford WolfMerge branch 'pr_elab_sys_tasks' of https://github...
2019-05-31 Eddie HungMerge branch 'xaig' into xc7mux
2019-05-21 Eddie HungMerge remote-tracking branch 'origin/master' into xc7mux
2019-05-21 Jim LawsonMerge remote-tracking branch 'upstream/master'
2019-05-08 Clifford WolfMerge pull request #991 from kristofferkoch/gcc9-warnings
2019-05-08 Clifford WolfMerge pull request #998 from mdaiter/get_bool_attribute...
2019-05-07 Clifford WolfMerge pull request #996 from mdaiter/ceil_log2_opts
2019-05-07 Matthew DaiterOptimize ceil_log2 function
2019-05-03 Eddie HungMerge remote-tracking branch 'origin/master' into cliff...
2019-05-03 Clifford WolfMerge pull request #969 from YosysHQ/clifford/pmgenstuff
2019-05-02 Eddie HungMerge remote-tracking branch 'origin/clifford/pmgenstuf...
2019-05-02 Eddie HungMerge remote-tracking branch 'origin/master' into xc7mux
2019-05-02 Eddie HungMerge remote-tracking branch 'origin/master' into eddie...
2019-05-01 Eddie HungMerge branch 'master' of github.com:YosysHQ/yosys
2019-04-30 Jim LawsonMerge remote-tracking branch 'upstream/master'
2019-04-30 Clifford WolfMerge pull request #966 from YosysHQ/clifford/fix956
2019-04-30 Clifford WolfMerge branch 'master' into eddie/refactor_synth_xilinx
2019-04-30 Benedikt TutzerMerge branch 'master' of https://github.com/YosysHQ...
2019-04-29 Clifford WolfMerge pull request #960 from YosysHQ/eddie/equiv_opt_undef
2019-04-29 Clifford WolfMerge pull request #967 from olegendo/depfile_esc_spaces
2019-04-29 Oleg Endofix codestyle formatting
2019-04-29 Oleg Endoescape spaces with backslash when writing dep file
2019-04-22 Eddie HungMerge remote-tracking branch 'origin/xc7srl' into xc7mux
2019-04-22 Eddie HungMerge remote-tracking branch 'origin/master' into xaig
2019-04-22 Eddie HungMerge remote-tracking branch 'origin/master' into xc7srl
2019-04-22 Clifford WolfMerge pull request #905 from christian-krieg/feature...
2019-04-03 Benedikt TutzerAdded support for changing Yosys namespace
2019-03-28 Benedikt TutzerMerge remote-tracking branch 'origin/master' into featu...
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-20 Benedikt Tutzeradded some checks if python is enabled to make sure...
2018-08-20 Benedikt TutzerFixed issue when using a python plugin in the yosys...
2018-08-18 Aman GoelMerge pull request #3 from YosysHQ/master
2018-08-16 Benedikt TutzerPython Passes can now be added with the -m option or...
2018-08-15 Clifford WolfMerge pull request #573 from cr1901/msys-64
2018-08-15 Clifford WolfMerge pull request #591 from hzeller/virtual-override
2018-07-21 Henner ZellerConsistent use of 'override' for virtual methods in...
2018-01-07 Clifford WolfAdd support for "yosys -E"
2017-07-25 Clifford WolfAdd "using std::get" to yosys.h
2017-05-17 Clifford WolfEnable readline and tcl in mxe builds
2016-10-11 Clifford Wolfdefine PATH_MAX if not defined by limits.h
2016-08-22 Clifford WolfAdded glob support to all front-ends
2016-07-08 Clifford WolfMerge branch 'yosys-0.5-vtr' of https://github.com...
2016-05-08 Clifford WolfInclude <cmath> in yosys.h
2016-05-07 Clifford WolfFixes for MXE build
2016-02-13 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2016-02-13 Clifford WolfAdded "int ceil_log2(int)" function
2015-12-07 Clifford WolfMerge pull request #108 from cseed/master
2015-10-27 Clifford WolfAdded hashlib::mfp and new SigMap
2015-10-25 Clifford WolfImport more std:: stuff into Yosys namespace
2015-10-25 Clifford WolfAdded "equiv_add -cell"
2015-10-24 Clifford Wolfequiv_purge bugfix, using SigChunk in Yosys namespace
2015-07-02 Clifford WolfFixed trailing whitespaces
2015-06-14 Clifford WolfAdded "write_smv" skeleton
2015-06-11 Clifford WolfFixed cstr_buf for std::string with small string optimi...
2015-04-24 Clifford WolfImproved attributes API and handling of "src" attributes
2015-04-08 Clifford WolfAdded support for "file names with blanks"
2015-04-03 Ahmed IrfanMerge branch 'master' of https://github.com/cliffordwol...
2015-03-22 Clifford WolfFixed detection of absolute paths in ABC for win32
2015-02-21 Clifford WolfReplaced ezDefaultSAT with ezSatPtr
2015-02-01 Clifford WolfAdded "make mklibyosys", some minor API changes
2015-01-31 Clifford WolfAdded yosys_banner(), Updated Copyright range
2015-01-18 Clifford WolfAdded hashlib::idict<>
2014-12-31 Clifford WolfProgress in memory_bram
2014-12-31 Clifford WolfAdded memory_bram (not functional yet)
2014-12-30 Clifford Wolfusing pool<> in bitpattern.h
2014-12-30 Clifford Wolfadded hashlib::mkhash_init
2014-12-29 Clifford WolfAdded "yosys -X"
2014-12-29 Clifford Wolfdict/pool changes in ast
2014-12-29 Clifford Wolfgcc build fixes
2014-12-28 Clifford WolfAdded mkhash_xorshift()
2014-12-28 Clifford WolfSome cleanups
2014-12-28 Clifford WolfAdded memhasher (yosys -M)
2014-12-28 Clifford WolfRenamed hashmap.h to hashlib.h, some related improvements
2014-12-27 Clifford WolfMore hashtable finetuning
2014-12-26 Clifford WolfReplaced std::unordered_set (nodict) with Yosys::pool
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-12-26 Clifford WolfTemporary gcc 4.6 build hotfix for Yosys::dict and...
2014-12-26 Clifford WolfAdded Yosys::{dict,nodict,vector} container types
2014-11-09 Clifford WolfIntroducing YS_OVERRIDE, YS_FINAL, YS_ATTRIBUTE, YS_NOR...
2014-10-23 Clifford WolfRe-introduced Yosys::readsome() helper function
2014-10-17 Clifford WolfMore win32 (mxe and vs) build fixes
2014-10-17 Clifford WolfVarious win32 / 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-14 Clifford WolfMerge branch 'win32'
2014-10-14 Clifford WolfCheck for _YOSYS_ in yosys.h
2014-10-14 Clifford WolfReplaced readsome() with read() and gcount()
2014-10-14 Clifford WolfDefine empty __attribute__ macro for non-gcc, non-clang...
2014-10-12 Clifford WolfVarious small fixes for non-win32 builds
2014-10-12 Clifford WolfAdded make_temp_{file,dir}() and remove_directory(...
2014-10-12 Clifford WolfAdded run_command() api to replace system() and popen()
2014-10-11 Clifford WolfFixed win32 troubles with f.readsome()
2014-10-10 Clifford WolfAdded next_token() function (strtok() replacement)
2014-10-10 Clifford WolfMoved patmatch() to yosys.cc
2014-10-10 Clifford WolfAdded format __attribute__ to stringf()
next