summaryrefslogtreecommitdiff
path: root/test/libapt/commandline_test.cc
AgeCommit message (Expand)Author
2018-05-04Prevent GTest from flooding us with compiler warningsDavid Kalnischkies
2017-03-19Fix and avoid quoting in CommandLine::AsStringDavid Kalnischkies
2016-09-01tests: silence -Wmissing-declarationsDavid Kalnischkies
2015-11-19support setting empty values (sanely) & removing support forDavid Kalnischkies
2015-11-04revamp all tools help messagesDavid Kalnischkies
2015-11-04move apts cmdline helper type into -privateDavid Kalnischkies
2015-11-04generate commands array after config is loadedDavid Kalnischkies
2014-09-28allow options between command and -- on commandlineDavid Kalnischkies
2014-07-16StringToBool: only act if the entire string is consumed by strtol()Michael Vogt
2014-04-16use Google C++ Testing Framework for libapt testsDavid Kalnischkies
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies
2012-06-09fix segfault with empty LongOpt in --no-* branchDavid Kalnischkies
2012-06-09* apt-pkg/contrib/cmdline.cc:Daniel Hartwig