summaryrefslogtreecommitdiff
path: root/test/libapt/getlistoffilesindir_test.cc
AgeCommit message (Expand)Author
2018-05-04Prevent GTest from flooding us with compiler warningsDavid Kalnischkies
2017-12-13avoid some useless casts reported by -Wuseless-castDavid Kalnischkies
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode
2016-12-31warn if clearsigned file has ignored content partsDavid Kalnischkies
2014-04-16use Google C++ Testing Framework for libapt testsDavid Kalnischkies
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies
2011-09-19do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies
2011-08-11cppcheck complains about some possible speed improvements which could beDavid Kalnischkies
2010-01-23* apt-pkg/contrib/fileutl.cc:Michael Vogt