Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-08-01 | dselect: Use override attribute for virtual methods in derived classes | Guillem Jover | 1 | -1/+1 | |
C++11 makes it possible to use these attributes so that errors can be avoided, by helping the compiler know when we mean methods to override the ones from the parent class. Warned-by: cppcheck | |||||
2014-04-21 | test: Remove sequence number prefixes from test case filenames | Guillem Jover | 1 | -0/+107 | |
This stops the madness of having to invent sequence numbers to be able to order the test suite run. Instead we now honour the order of the arguments passed to the runner. |