Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use C++11 final/override keywords. | whitequark | 2020-06-18 | 1 | -10/+10 |
| | |||||
* | kernel: more pass by const ref, more speedups | Eddie Hung | 2020-03-18 | 1 | -1/+1 |
| | |||||
* | Add log_debug() framework | Clifford Wolf | 2019-04-22 | 1 | -0/+34 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Consistent use of 'override' for virtual methods in derived classes. | Henner Zeller | 2018-07-20 | 1 | -9/+8 |
| | | | | | | | | | o Not all derived methods were marked 'override', but it is a great feature of C++11 that we should make use of. o While at it: touched header files got a -*- c++ -*- for emacs to provide support for that language. o use YS_OVERRIDE for all override keywords (though we should probably use the plain keyword going forward now that C++11 is established) | ||||
* | Rethrow with "catch(...) throw;" | Clifford Wolf | 2015-01-25 | 1 | -2/+2 |
| | |||||
* | Introducing YS_OVERRIDE, YS_FINAL, YS_ATTRIBUTE, YS_NORETURN | Clifford Wolf | 2014-11-09 | 1 | -6/+6 |
| | |||||
* | Fixed typo in "log_cmd_error_exception" | Clifford Wolf | 2014-11-07 | 1 | -2/+2 |
| | |||||
* | namespace Yosys | Clifford Wolf | 2014-09-27 | 1 | -0/+1 |
| | |||||
* | Fixed build with gcc-4.6 | Clifford Wolf | 2014-08-07 | 1 | -6/+6 |
| | |||||
* | Added ModIndex helper class, some changes to RTLIL::Monitor | Clifford Wolf | 2014-08-01 | 1 | -3/+3 |
| | |||||
* | Added "trace" command | Clifford Wolf | 2014-07-31 | 1 | -0/+97 |