summaryrefslogtreecommitdiff
path: root/apt-pkg/cacheset.h
AgeCommit message (Expand)Author
2018-08-29Fix typos reported by codespell & spellintianDavid Kalnischkies
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode
2017-07-12Drop cacheiterators.h includeJulian Andres Klode
2017-01-19fix various typos reported by spellintianDavid Kalnischkies
2016-04-28deprecate confusing Pkg.CandVersion() methodDavid Kalnischkies
2015-11-27add messages to our deprecation warnings in libaptDavid Kalnischkies
2015-11-04add cacheset push_back wrapping for std::back_inserterDavid Kalnischkies
2015-11-04implement operator* for cacheset iteratorsDavid Kalnischkies
2015-10-30cacheset: Fix compilation on new GCC in C++98 modeJulian Andres Klode
2015-08-17Re-add support for G++ 4.8 and configure travis to use itJulian Andres Klode
2015-08-10avoid virtual in the iteratorsDavid Kalnischkies
2015-08-10show or-groups in not-installed recommends and suggests listsDavid Kalnischkies
2015-08-10implement a more generic ShowList methodDavid Kalnischkies
2015-08-10implement reverse_iterators for cachesetsDavid Kalnischkies
2015-08-10prepare cachesets for -std=c++11David Kalnischkies
2015-08-10cleanup Container.erase API to look more like std::containersDavid Kalnischkies
2015-08-10make all d-pointer * const pointersDavid Kalnischkies
2015-08-10apply various style suggestions by cppcheckDavid Kalnischkies
2015-06-16add d-pointer, virtual destructors and de-inline de/constructorsDavid Kalnischkies
2015-03-16fix some new compiler warnings reported by gcc-5David Kalnischkies
2014-11-08replace ignore-deprecated #pragma dance with _PragmaDavid Kalnischkies
2014-09-30mark private methods as hiddenDavid Kalnischkies
2014-09-27move PCI::From* methods into CacheSetHelper classDavid Kalnischkies
2014-09-27rework cachesets API to allow future extensionDavid Kalnischkies
2014-09-27add APT::PackageUniverse as a pkgCache wrapperDavid Kalnischkies
2014-09-27add specialisations for std::vectorDavid Kalnischkies
2014-06-18remove the Section member from package structDavid Kalnischkies
2014-05-29Fix more warnings from clangMichael Vogt
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies
2014-03-13warning: extra ‘;’ [-Wpedantic]David Kalnischkies
2014-03-13make doxygen more quiet, fix issues and disable latexDavid Kalnischkies
2014-02-14add missing canNotFindFnmatch/showFnmatchSelection (for the next ABI break)Michael Vogt
2013-08-12squash merge of the feature/apt-binary branch without the changes from experi...Michael Vogt
2013-07-23remove double list includeMichael Vogt
2012-06-14* apt-pkg/cacheset.cc:David Kalnischkies
2012-04-17newer gcc versions seems to have no problem with that, but while workingDavid Kalnischkies
2012-02-11correctly ignore already (un)hold packagesDavid Kalnischkies
2011-12-13revert 2184.1.3: forward declaration instead of headersDavid Kalnischkies
2011-11-22fix the operator++ implementations in the cachesetsDavid Kalnischkies
2011-11-11 - provide a {Package,Version}List similar to {Package,Version}SetDavid Kalnischkies
2011-11-09* apt-pkg/cacheset.cc:David Kalnischkies
2011-09-19use forward declaration in headers if possible instead of includesDavid Kalnischkies
2011-05-17remove deprecated methods which nobody should have used anyway likeDavid Kalnischkies
2011-04-16remove the extra unnecessary qualification cppcheck complains aboutDavid Kalnischkies
2011-03-08Remove the "pseudopackage" handling of Architecture: all packages forDavid Kalnischkies
2010-07-30 - [ABI BREAK] add an ErrorType option to CacheSetHelperDavid Kalnischkies
2010-07-17* apt-pkg/cacheset.cc:David Kalnischkies
2010-06-15* cmdline/cacheset.cc:David Kalnischkies
2010-06-15Add a GroupedFromCommandLine for the VersionSet similar to theDavid Kalnischkies
2010-06-09remove the "typename" from the const_iterators as gcc-4.4 doesn't likeDavid Kalnischkies