summaryrefslogtreecommitdiff
path: root/test/libapt/sourcelist_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Prevent GTest from flooding us with compiler warningsDavid Kalnischkies2018-05-041-1/+1
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-1/+1
* bring back deb822 sources.list entries as .sourcesDavid Kalnischkies2015-08-101-10/+5
* fix memory leaks reported by -fsanitizeDavid Kalnischkies2015-08-101-2/+3
* tests: silence clang on uninitilized variablesDavid Kalnischkies2014-11-081-1/+1
* use Google C++ Testing Framework for libapt testsDavid Kalnischkies2014-04-161-33/+16
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-2/+7
* warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies2014-03-131-1/+1
* warning: no previous declaration for foobar() [-Wmissing-declarations]David Kalnischkies2014-03-131-1/+1
* fix testMichael Vogt2014-01-241-0/+2
* Merge remote-tracking branch 'upstream/debian/experimental-no-abi-break' into...Michael Vogt2014-01-211-0/+1
|\
| * Merge remote-tracking branch 'mvo/feature/source-deb822' into debian/experime...Michael Vogt2014-01-181-2/+2
| |\
| * \ Merge remote-tracking branch 'mvo/feature/source-deb822' into debian/experime...Michael Vogt2014-01-181-2/+2
| |\ \
| * \ \ merged mvo/feature/deb822Michael Vogt2014-01-161-4/+4
| |\ \ \
| * | | | actually register the tempfile removal atexitDavid Kalnischkies2014-01-151-0/+1
* | | | | add support for multipl types in one lineMichael Vogt2014-01-201-4/+4
* | | | | add support for multiple URIs in deb822 style sources.listMichael Vogt2014-01-201-2/+2
* | | | | add Description tag for deb822 sourcesMichael Vogt2014-01-201-2/+2
| |_|_|/ |/| | |
* | | | rename "Suite/Section" to pluralMichael Vogt2014-01-181-2/+2
| |_|/ |/| |
* | | implement suggestion by donkult (thanks!)Michael Vogt2014-01-171-2/+2
| |/ |/|
* | update libapt testMichael Vogt2014-01-161-4/+4
|/
* add unittest for new sourceslist parser as wellMichael Vogt2013-12-051-0/+52