Introducing YS_OVERRIDE, YS_FINAL, YS_ATTRIBUTE, YS_NORETURN
[yosys.git] / kernel / yosys.h
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()
2014-10-10 Clifford WolfRenamed SIZE() to GetSize() because of name collision...
2014-09-27 Clifford Wolfnamespace Yosys
2014-09-22 Ahmed IrfanMerge branch 'master' of https://github.com/cliffordwol...
2014-09-16 Clifford WolfAdded new CodingReadme file (replaces CodingStyle and...
2014-08-23 Clifford WolfRemoved compatbility.{h,cc}: Not using open_memstream...
2014-08-23 Clifford WolfChanged frontend-api from FILE to std::istream
2014-08-23 Clifford WolfChanged backend-api from FILE to std::ostream
2014-08-22 Clifford WolfAdded "plugin" command
2014-08-16 Clifford WolfAdded stackmap<> container
2014-08-07 Clifford WolfFixed build with gcc-4.6
2014-08-03 Clifford WolfAdded ID() macro for static IdStrings
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 ModIndex helper class, some changes to RTLIL...
2014-07-31 Clifford WolfAdded "trace" command
2014-07-31 Clifford WolfMoved some stuff to kernel/yosys.{h,cc}, using Yosys...
2014-07-30 Clifford WolfAdded "kernel/yosys.h" and "kernel/yosys.cc"