summaryrefslogtreecommitdiff
path: root/apt-pkg/cacheset.h
Commit message (Expand)AuthorAgeFilesLines
* replace ignore-deprecated #pragma dance with _PragmaDavid Kalnischkies2014-11-081-92/+26
* mark private methods as hiddenDavid Kalnischkies2014-09-301-8/+8
* move PCI::From* methods into CacheSetHelper classDavid Kalnischkies2014-09-271-31/+71
* rework cachesets API to allow future extensionDavid Kalnischkies2014-09-271-76/+288
* add APT::PackageUniverse as a pkgCache wrapperDavid Kalnischkies2014-09-271-0/+38
* add specialisations for std::vectorDavid Kalnischkies2014-09-271-2/+73
* remove the Section member from package structDavid Kalnischkies2014-06-181-1/+10
* Fix more warnings from clangMichael Vogt2014-05-291-1/+1
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-1/+6
* warning: extra ‘;’ [-Wpedantic]David Kalnischkies2014-03-131-88/+88
* make doxygen more quiet, fix issues and disable latexDavid Kalnischkies2014-03-131-2/+5
* add missing canNotFindFnmatch/showFnmatchSelection (for the next ABI break)Michael Vogt2014-02-141-0/+6
* squash merge of the feature/apt-binary branch without the changes from experi...Michael Vogt2013-08-121-1/+12
* remove double list includeMichael Vogt2013-07-231-1/+0
* * apt-pkg/cacheset.cc:David Kalnischkies2012-06-141-0/+1
* newer gcc versions seems to have no problem with that, but while workingDavid Kalnischkies2012-04-171-2/+2
* correctly ignore already (un)hold packagesDavid Kalnischkies2012-02-111-0/+8
* revert 2184.1.3: forward declaration instead of headersDavid Kalnischkies2011-12-131-0/+4
* fix the operator++ implementations in the cachesetsDavid Kalnischkies2011-11-221-4/+8
* - provide a {Package,Version}List similar to {Package,Version}SetDavid Kalnischkies2011-11-111-11/+99
* * apt-pkg/cacheset.cc:David Kalnischkies2011-11-091-180/+344
* use forward declaration in headers if possible instead of includesDavid Kalnischkies2011-09-191-5/+8
* remove deprecated methods which nobody should have used anyway likeDavid Kalnischkies2011-05-171-2/+0
* remove the extra unnecessary qualification cppcheck complains aboutDavid Kalnischkies2011-04-161-13/+13
* Remove the "pseudopackage" handling of Architecture: all packages forDavid Kalnischkies2011-03-081-2/+2
* - [ABI BREAK] add an ErrorType option to CacheSetHelperDavid Kalnischkies2010-07-301-1/+15
* * apt-pkg/cacheset.cc:David Kalnischkies2010-07-171-0/+375
* * cmdline/cacheset.cc:David Kalnischkies2010-06-151-274/+0
* Add a GroupedFromCommandLine for the VersionSet similar to theDavid Kalnischkies2010-06-151-0/+35
* remove the "typename" from the const_iterators as gcc-4.4 doesn't likeDavid Kalnischkies2010-06-091-2/+2
* add a GroupedFromCommandLine method to the PackageSet to split theDavid Kalnischkies2010-06-061-0/+23
* support special release-modifier 'installed' and 'candidate'David Kalnischkies2010-06-051-0/+5
* handle :arch modifier in PackageSet::FromString correctlyDavid Kalnischkies2010-06-051-2/+2
* do not insert end() Iterators into the CacheSet even if requestedDavid Kalnischkies2010-06-051-0/+6
* Add a method to get a VersionSet from the Commandline and refactorDavid Kalnischkies2010-06-051-4/+70
* * apt-pkg/cacheset.{cc,h}:David Kalnischkies2010-05-311-3/+46
* rename packageset into cacheset while it is not too lateDavid Kalnischkies2010-05-311-0/+96