summaryrefslogtreecommitdiff
path: root/test/libapt/commandline_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Prevent GTest from flooding us with compiler warningsDavid Kalnischkies2018-05-041-10/+10
* Fix and avoid quoting in CommandLine::AsStringDavid Kalnischkies2017-03-191-1/+9
* tests: silence -Wmissing-declarationsDavid Kalnischkies2016-09-011-5/+1
* support setting empty values (sanely) & removing support forDavid Kalnischkies2015-11-191-0/+75
* revamp all tools help messagesDavid Kalnischkies2015-11-041-1/+1
* move apts cmdline helper type into -privateDavid Kalnischkies2015-11-041-5/+9
* generate commands array after config is loadedDavid Kalnischkies2015-11-041-4/+4
* allow options between command and -- on commandlineDavid Kalnischkies2014-09-281-0/+68
* StringToBool: only act if the entire string is consumed by strtol()Michael Vogt2014-07-161-0/+29
* use Google C++ Testing Framework for libapt testsDavid Kalnischkies2014-04-161-15/+38
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-0/+3
* fix segfault with empty LongOpt in --no-* branchDavid Kalnischkies2012-06-091-2/+13
* * apt-pkg/contrib/cmdline.cc:Daniel Hartwig2012-06-091-0/+21