aboutsummaryrefslogtreecommitdiffstats
path: root/passes/cmds/cover.cc
Commit message (Collapse)AuthorAgeFilesLines
* Consistent use of 'override' for virtual methods in derived classes.Henner Zeller2018-07-201-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ämer2018-05-131-1/+1
| | | | (Re-commit e3575a8 with corrected author field)
* Revert "Add "#ifdef __FreeBSD__""Clifford Wolf2018-05-131-1/+1
| | | | This reverts commit e3575a86c525f2511902e7022893c3923ba8093e.
* Add "#ifdef __FreeBSD__"Johnny Sorocil2018-05-051-1/+1
|
* Added "yosys -D" featureClifford Wolf2016-04-211-1/+1
|
* Only enable code coverage counters on linuxClifford Wolf2015-01-091-2/+2
|
* Made "cover" a compile-time option (disabled by default)Clifford Wolf2014-11-061-2/+2
|
* Header changes so it will compile on VSWilliam Speirs2014-10-171-2/+11
|
* Disabled "cover -d" on win32Clifford Wolf2014-10-111-0/+4
|
* Moved patmatch() to yosys.ccClifford Wolf2014-10-101-2/+0
|
* Replaced fnmatch() with patmatch()Clifford Wolf2014-10-101-5/+3
|
* namespace YosysClifford Wolf2014-09-271-0/+4
|
* Disabled cover() for non-linux buildsClifford Wolf2014-07-251-2/+5
|
* Improvements in "cover" commandClifford Wolf2014-07-251-11/+37
|
* Added "cover" commandClifford Wolf2014-07-241-0/+115