Age | Commit message (Expand) | Author |
2017-01-19 | fix various typos reported by spellintian | David Kalnischkies |
2016-04-28 | deprecate confusing Pkg.CandVersion() method | David Kalnischkies |
2015-11-27 | add messages to our deprecation warnings in libapt | David Kalnischkies |
2015-11-04 | add cacheset push_back wrapping for std::back_inserter | David Kalnischkies |
2015-11-04 | implement operator* for cacheset iterators | David Kalnischkies |
2015-10-30 | cacheset: Fix compilation on new GCC in C++98 mode | Julian Andres Klode |
2015-08-17 | Re-add support for G++ 4.8 and configure travis to use it | Julian Andres Klode |
2015-08-10 | avoid virtual in the iterators | David Kalnischkies |
2015-08-10 | show or-groups in not-installed recommends and suggests lists | David Kalnischkies |
2015-08-10 | implement a more generic ShowList method | David Kalnischkies |
2015-08-10 | implement reverse_iterators for cachesets | David Kalnischkies |
2015-08-10 | prepare cachesets for -std=c++11 | David Kalnischkies |
2015-08-10 | cleanup Container.erase API to look more like std::containers | David Kalnischkies |
2015-08-10 | make all d-pointer * const pointers | David Kalnischkies |
2015-08-10 | apply various style suggestions by cppcheck | David Kalnischkies |
2015-06-16 | add d-pointer, virtual destructors and de-inline de/constructors | David Kalnischkies |
2015-03-16 | fix some new compiler warnings reported by gcc-5 | David Kalnischkies |
2014-11-08 | replace ignore-deprecated #pragma dance with _Pragma | David Kalnischkies |
2014-09-30 | mark private methods as hidden | David Kalnischkies |
2014-09-27 | move PCI::From* methods into CacheSetHelper class | David Kalnischkies |
2014-09-27 | rework cachesets API to allow future extension | David Kalnischkies |
2014-09-27 | add APT::PackageUniverse as a pkgCache wrapper | David Kalnischkies |
2014-09-27 | add specialisations for std::vector | David Kalnischkies |
2014-06-18 | remove the Section member from package struct | David Kalnischkies |
2014-05-29 | Fix more warnings from clang | Michael Vogt |
2014-03-13 | cleanup headers and especially #includes everywhere | David Kalnischkies |
2014-03-13 | warning: extra ‘;’ [-Wpedantic] | David Kalnischkies |
2014-03-13 | make doxygen more quiet, fix issues and disable latex | David Kalnischkies |
2014-02-14 | add missing canNotFindFnmatch/showFnmatchSelection (for the next ABI break) | Michael Vogt |
2013-08-12 | squash merge of the feature/apt-binary branch without the changes from experi... | Michael Vogt |
2013-07-23 | remove double list include | Michael Vogt |
2012-06-14 | * apt-pkg/cacheset.cc: | David Kalnischkies |
2012-04-17 | newer gcc versions seems to have no problem with that, but while working | David Kalnischkies |
2012-02-11 | correctly ignore already (un)hold packages | David Kalnischkies |
2011-12-13 | revert 2184.1.3: forward declaration instead of headers | David Kalnischkies |
2011-11-22 | fix the operator++ implementations in the cachesets | David Kalnischkies |
2011-11-11 | - provide a {Package,Version}List similar to {Package,Version}Set | David Kalnischkies |
2011-11-09 | * apt-pkg/cacheset.cc: | David Kalnischkies |
2011-09-19 | use forward declaration in headers if possible instead of includes | David Kalnischkies |
2011-05-17 | remove deprecated methods which nobody should have used anyway like | David Kalnischkies |
2011-04-16 | remove the extra unnecessary qualification cppcheck complains about | David Kalnischkies |
2011-03-08 | Remove the "pseudopackage" handling of Architecture: all packages for | David Kalnischkies |
2010-07-30 | - [ABI BREAK] add an ErrorType option to CacheSetHelper | David Kalnischkies |
2010-07-17 | * apt-pkg/cacheset.cc: | David Kalnischkies |
2010-06-15 | * cmdline/cacheset.cc: | David Kalnischkies |
2010-06-15 | Add a GroupedFromCommandLine for the VersionSet similar to the | David Kalnischkies |
2010-06-09 | remove the "typename" from the const_iterators as gcc-4.4 doesn't like | David Kalnischkies |
2010-06-06 | add a GroupedFromCommandLine method to the PackageSet to split the | David Kalnischkies |
2010-06-05 | support special release-modifier 'installed' and 'candidate' | David Kalnischkies |
2010-06-05 | handle :arch modifier in PackageSet::FromString correctly | David Kalnischkies |