summaryrefslogtreecommitdiff
path: root/scripts/t/Dpkg_Shlibs/patterns.cpp
AgeCommit message (Collapse)AuthorFilesLines
2018-08-01dselect: Use override attribute for virtual methods in derived classesGuillem Jover1-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-21test: Remove sequence number prefixes from test case filenamesGuillem Jover1-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.