summaryrefslogtreecommitdiff
path: root/apt-pkg/cacheset.h
Commit message (Expand)AuthorAgeFilesLines
* apt-pkg: default visibility to hiddenJulian Andres Klode2020-02-261-5/+5
* cacheset: Fix -Wdeprecated-copy warningsJulian Andres Klode2020-02-261-4/+4
* Add pattern tree parser infra and connect with cacheset and apt listJulian Andres Klode2019-08-151-1/+5
* Remove deprecated cacheset methodsJulian Andres Klode2019-06-141-24/+16
* Run unifdef -DAPT_{8,9,10,15}_CLEANER_HEADERSJulian Andres Klode2019-06-121-6/+0
* cacheset: Remove simple cases of deprecated codeJulian Andres Klode2019-05-061-154/+2
* Fix typos reported by codespell & spellintianDavid Kalnischkies2018-08-291-1/+1
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-6/+6
* Drop cacheiterators.h includeJulian Andres Klode2017-07-121-1/+0
* fix various typos reported by spellintianDavid Kalnischkies2017-01-191-2/+2
* deprecate confusing Pkg.CandVersion() methodDavid Kalnischkies2016-04-281-1/+1
* add messages to our deprecation warnings in libaptDavid Kalnischkies2015-11-271-41/+36
* add cacheset push_back wrapping for std::back_inserterDavid Kalnischkies2015-11-041-1/+27
* implement operator* for cacheset iteratorsDavid Kalnischkies2015-11-041-1/+20
* cacheset: Fix compilation on new GCC in C++98 modeJulian Andres Klode2015-10-301-3/+3
* Re-add support for G++ 4.8 and configure travis to use itJulian Andres Klode2015-08-171-2/+2
* avoid virtual in the iteratorsDavid Kalnischkies2015-08-101-34/+29
* show or-groups in not-installed recommends and suggests listsDavid Kalnischkies2015-08-101-3/+3
* implement a more generic ShowList methodDavid Kalnischkies2015-08-101-20/+79
* implement reverse_iterators for cachesetsDavid Kalnischkies2015-08-101-188/+161
* prepare cachesets for -std=c++11David Kalnischkies2015-08-101-62/+222
* cleanup Container.erase API to look more like std::containersDavid Kalnischkies2015-08-101-14/+16
* make all d-pointer * const pointersDavid Kalnischkies2015-08-101-4/+6
* apply various style suggestions by cppcheckDavid Kalnischkies2015-08-101-7/+7
* add d-pointer, virtual destructors and de-inline de/constructorsDavid Kalnischkies2015-06-161-7/+17
* fix some new compiler warnings reported by gcc-5David Kalnischkies2015-03-161-1/+3
* 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