summaryrefslogtreecommitdiff
path: root/test/libapt/strutil_test.cc
Commit message (Expand)AuthorAgeFilesLines
* strip everything spacey in APT::String::StripDavid Kalnischkies2014-09-071-0/+15
* fix SubstVar to be usable as a replace_all methodDavid Kalnischkies2014-06-181-0/+35
* use Google C++ Testing Framework for libapt testsDavid Kalnischkies2014-04-161-81/+57
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-1/+6
* warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies2014-03-131-1/+1
* add "APT::String::Endswith" and automatic adding of ".list" in apt edit-sourceMichael Vogt2013-11-291-0/+18
* change maxsplit default from "0" to maxintMichael Vogt2013-10-011-0/+4
* add maxsplit parameter to StringSplitMichael Vogt2013-09-071-0/+6
* implement StringSplit() as we need this to fix the dpkg status-fd output parsingMichael Vogt2013-09-071-0/+17
* do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies2011-09-191-1/+1
* add another escape test case, fixup octal one (its \0XX instead of \0XXX)Michael Vogt2011-07-261-0/+6
* * apt-pkg/contrib/strutl.{h,cc}, test/libapt/strutil_test.cc:Michael Vogt2011-07-261-0/+40