summaryrefslogtreecommitdiff
path: root/test/libapt/tagfile_test.cc
AgeCommit message (Expand)Author
2019-02-01Step over empty sections in TagFiles with commentsDavid Kalnischkies
2018-05-05Fix various typos reported by spellcheckersDavid Kalnischkies
2018-05-04Prevent GTest from flooding us with compiler warningsDavid Kalnischkies
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode
2016-01-02add optional support for comments in pkgTagFileDavid Kalnischkies
2015-12-27deal with empty values properly in deb822 parserDavid Kalnischkies
2015-05-11implement a more c++-style TFRewrite alternativeDavid Kalnischkies
2014-05-10improve pkgTagSection scanning and parsingDavid Kalnischkies
2014-04-16use Google C++ Testing Framework for libapt testsDavid Kalnischkies
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies
2014-03-13warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies
2014-03-13warning: no previous declaration for foobar() [-Wmissing-declarations]David Kalnischkies
2013-03-18test/libapt/tagfile_test.cc: add missing "unistd.h" (thanks to Niels Thykier)Michael Vogt
2013-03-18fix pkgTagSection::Exists() and add testMichael Vogt