summaryrefslogtreecommitdiff
path: root/apt-pkg/cacheiterators.h
Commit message (Expand)AuthorAgeFilesLines
* Avoid undefined pointer arithmetic while growing mmapDavid Kalnischkies2021-02-041-4/+4
* Add support for Phased-Update-PercentageJulian Andres Klode2021-01-081-0/+14
* apt-pkg: default visibility to hiddenJulian Andres Klode2020-02-261-11/+11
* Make map_pointer<T> typesafeJulian Andres Klode2020-02-241-4/+5
* Replace map_pointer_t with map_pointer<T>Julian Andres Klode2020-02-241-6/+6
* Allow querying all binaries built by a source packageJulian Andres Klode2020-01-171-0/+12
* Search in all available description translationsАлексей Шилин2019-11-251-0/+1
* Make APT::StringView publicJulian Andres Klode2019-06-111-7/+1
* cacheiterators: Cleanup deprecated codeJulian Andres Klode2019-02-261-10/+0
* Deprectate buggy/incorrect Rls/PkgFile::IsOk methodsDavid Kalnischkies2018-05-111-0/+2
* convert various c-style casts to C++-styleDavid Kalnischkies2017-12-131-2/+2
* cacheiterators: Warn about direct include and don't include pkgcache.hJulian Andres Klode2017-07-121-1/+3
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-4/+4
* factor out Pkg/DepIterator prettyprinters into own headerDavid Kalnischkies2016-04-281-2/+2
* deprecate confusing Pkg.CandVersion() methodDavid Kalnischkies2016-04-281-1/+1
* Switch performance critical code to use APT::StringViewJulian Andres Klode2016-01-071-0/+7
* add messages to our deprecation warnings in libaptDavid Kalnischkies2015-11-271-2/+2
* fix various typos reported by codespellDavid Kalnischkies2015-08-271-1/+1
* Drop the Section field from pkgCache::Package againJulian Andres Klode2015-08-121-5/+3
* Drop C++11 elements from headersJulian Andres Klode2015-08-111-2/+2
* hide implicit deps in apt-cache again by defaultDavid Kalnischkies2015-08-101-2/+16
* remove the compatibility markers for 4.13 abiDavid Kalnischkies2015-08-101-3/+1
* link DependencyData structs togetherDavid Kalnischkies2015-08-101-2/+3
* split-up Dependency structDavid Kalnischkies2015-08-101-9/+34
* avoid virtual in the iteratorsDavid Kalnischkies2015-08-101-51/+39
* cleanup Container.erase API to look more like std::containersDavid Kalnischkies2015-08-101-1/+0
* apply various style suggestions by cppcheckDavid Kalnischkies2015-08-101-4/+4
* store Release files data in the CacheDavid Kalnischkies2015-06-121-6/+40
* merge debian/sid into debian/experimentalDavid Kalnischkies2015-03-161-4/+6
|\
| * deprecate the Section member from package structDavid Kalnischkies2014-11-101-1/+3
* | guard ABI changes for SourcePkg/Ver in pkgCacheDavid Kalnischkies2014-11-081-0/+2
* | store source name and version in binary cacheDavid Kalnischkies2014-09-271-0/+6
* | deprecate Pkg->Name in favor of Grp->NameDavid Kalnischkies2014-09-271-2/+2
* | remove the Section member from package structDavid Kalnischkies2014-06-181-1/+5
|/
* follow method attribute suggestions by gccDavid Kalnischkies2014-03-131-17/+18
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-0/+4
* warning: cast from type A to type B casts away qualifiers [-Wcast-qual]David Kalnischkies2014-03-131-1/+1
* warning: extra ‘;’ [-Wpedantic]David Kalnischkies2014-03-131-113/+113
* Fix typos in documentation (codespell)Michael Vogt2014-02-221-3/+3
* Version 3 for DPkg::Pre-Install-Pkgs with MultiArch infoDavid Kalnischkies2013-07-111-0/+1
* * apt-pkg/cacheiterators.h:David Kalnischkies2013-04-031-0/+2
* * apt-pkg/cacheiterators.h:David Kalnischkies2012-06-111-1/+3
* * apt-pkg/cacheiterators.h:David Kalnischkies2012-01-191-1/+1
* factor out the detection of self-conflicts into Dep::IsIgnorableDavid Kalnischkies2012-01-131-0/+2
* use forward declaration in headers if possible instead of includesDavid Kalnischkies2011-09-191-0/+1
* do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies2011-09-191-3/+3
* remove deprecated methods which nobody should have used anyway likeDavid Kalnischkies2011-05-171-4/+0
* * apt-pkg/pkgcache.h:David Kalnischkies2011-05-171-3/+1
* if critical or-group can't be satisfied, exit directly.David Kalnischkies2011-05-111-0/+1
* * apt-pkg/cacheiterator.h:David Kalnischkies2011-03-251-0/+4