Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | substr() -> compare() | Eddie Hung | 2019-08-07 | 1 | -1/+1 |
| | |||||
* | Do not leak file descriptors in cover.cc | Clifford Wolf | 2019-05-15 | 1 | -5/+6 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Fix two instances of integer-assignment to string. | Henner Zeller | 2019-05-14 | 1 | -1/+2 |
| | | | | | | | | | o In cover.cc, the int-result of mkstemps() was assigned to a string and silently interpreted as a single-character filename with a funny value. Fix with the intent: assign the filename. o in libparse.cc, an int was assigned to a string, but depending on visible constructors, this is ambiguous. Explicitly cast this to a char. | ||||
* | Consistent use of 'override' for virtual methods in derived classes. | Henner Zeller | 2018-07-20 | 1 | -2/+2 |
| | | | | | | | | | 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) | ||||
* | Add "#ifdef __FreeBSD__" | Christian Krämer | 2018-05-13 | 1 | -1/+1 |
| | | | | (Re-commit e3575a8 with corrected author field) | ||||
* | Revert "Add "#ifdef __FreeBSD__"" | Clifford Wolf | 2018-05-13 | 1 | -1/+1 |
| | | | | This reverts commit e3575a86c525f2511902e7022893c3923ba8093e. | ||||
* | Add "#ifdef __FreeBSD__" | Johnny Sorocil | 2018-05-05 | 1 | -1/+1 |
| | |||||
* | Added "yosys -D" feature | Clifford Wolf | 2016-04-21 | 1 | -1/+1 |
| | |||||
* | Only enable code coverage counters on linux | Clifford Wolf | 2015-01-09 | 1 | -2/+2 |
| | |||||
* | Made "cover" a compile-time option (disabled by default) | Clifford Wolf | 2014-11-06 | 1 | -2/+2 |
| | |||||
* | Header changes so it will compile on VS | William Speirs | 2014-10-17 | 1 | -2/+11 |
| | |||||
* | Disabled "cover -d" on win32 | Clifford Wolf | 2014-10-11 | 1 | -0/+4 |
| | |||||
* | Moved patmatch() to yosys.cc | Clifford Wolf | 2014-10-10 | 1 | -2/+0 |
| | |||||
* | Replaced fnmatch() with patmatch() | Clifford Wolf | 2014-10-10 | 1 | -5/+3 |
| | |||||
* | namespace Yosys | Clifford Wolf | 2014-09-27 | 1 | -0/+4 |
| | |||||
* | Disabled cover() for non-linux builds | Clifford Wolf | 2014-07-25 | 1 | -2/+5 |
| | |||||
* | Improvements in "cover" command | Clifford Wolf | 2014-07-25 | 1 | -11/+37 |
| | |||||
* | Added "cover" command | Clifford Wolf | 2014-07-24 | 1 | -0/+115 |