index
:
apt
feature/rred
main
master
Debians commandline package manager
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apt-pkg
/
cacheset.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove deprecated cacheset methods
Julian Andres Klode
2019-06-14
1
-24
/
+16
*
Run unifdef -DAPT_{8,9,10,15}_CLEANER_HEADERS
Julian Andres Klode
2019-06-12
1
-6
/
+0
*
cacheset: Remove simple cases of deprecated code
Julian Andres Klode
2019-05-06
1
-154
/
+2
*
Fix typos reported by codespell & spellintian
David Kalnischkies
2018-08-29
1
-1
/
+1
*
Reformat and sort all includes with clang-format
Julian Andres Klode
2017-07-12
1
-6
/
+6
*
Drop cacheiterators.h include
Julian Andres Klode
2017-07-12
1
-1
/
+0
*
fix various typos reported by spellintian
David Kalnischkies
2017-01-19
1
-2
/
+2
*
deprecate confusing Pkg.CandVersion() method
David Kalnischkies
2016-04-28
1
-1
/
+1
*
add messages to our deprecation warnings in libapt
David Kalnischkies
2015-11-27
1
-41
/
+36
*
add cacheset push_back wrapping for std::back_inserter
David Kalnischkies
2015-11-04
1
-1
/
+27
*
implement operator* for cacheset iterators
David Kalnischkies
2015-11-04
1
-1
/
+20
*
cacheset: Fix compilation on new GCC in C++98 mode
Julian Andres Klode
2015-10-30
1
-3
/
+3
*
Re-add support for G++ 4.8 and configure travis to use it
Julian Andres Klode
2015-08-17
1
-2
/
+2
*
avoid virtual in the iterators
David Kalnischkies
2015-08-10
1
-34
/
+29
*
show or-groups in not-installed recommends and suggests lists
David Kalnischkies
2015-08-10
1
-3
/
+3
*
implement a more generic ShowList method
David Kalnischkies
2015-08-10
1
-20
/
+79
*
implement reverse_iterators for cachesets
David Kalnischkies
2015-08-10
1
-188
/
+161
*
prepare cachesets for -std=c++11
David Kalnischkies
2015-08-10
1
-62
/
+222
*
cleanup Container.erase API to look more like std::containers
David Kalnischkies
2015-08-10
1
-14
/
+16
*
make all d-pointer * const pointers
David Kalnischkies
2015-08-10
1
-4
/
+6
*
apply various style suggestions by cppcheck
David Kalnischkies
2015-08-10
1
-7
/
+7
*
add d-pointer, virtual destructors and de-inline de/constructors
David Kalnischkies
2015-06-16
1
-7
/
+17
*
fix some new compiler warnings reported by gcc-5
David Kalnischkies
2015-03-16
1
-1
/
+3
*
replace ignore-deprecated #pragma dance with _Pragma
David Kalnischkies
2014-11-08
1
-92
/
+26
*
mark private methods as hidden
David Kalnischkies
2014-09-30
1
-8
/
+8
*
move PCI::From* methods into CacheSetHelper class
David Kalnischkies
2014-09-27
1
-31
/
+71
*
rework cachesets API to allow future extension
David Kalnischkies
2014-09-27
1
-76
/
+288
*
add APT::PackageUniverse as a pkgCache wrapper
David Kalnischkies
2014-09-27
1
-0
/
+38
*
add specialisations for std::vector
David Kalnischkies
2014-09-27
1
-2
/
+73
*
remove the Section member from package struct
David Kalnischkies
2014-06-18
1
-1
/
+10
*
Fix more warnings from clang
Michael Vogt
2014-05-29
1
-1
/
+1
*
cleanup headers and especially #includes everywhere
David Kalnischkies
2014-03-13
1
-1
/
+6
*
warning: extra ‘;’ [-Wpedantic]
David Kalnischkies
2014-03-13
1
-88
/
+88
*
make doxygen more quiet, fix issues and disable latex
David Kalnischkies
2014-03-13
1
-2
/
+5
*
add missing canNotFindFnmatch/showFnmatchSelection (for the next ABI break)
Michael Vogt
2014-02-14
1
-0
/
+6
*
squash merge of the feature/apt-binary branch without the changes from experi...
Michael Vogt
2013-08-12
1
-1
/
+12
*
remove double list include
Michael Vogt
2013-07-23
1
-1
/
+0
*
* apt-pkg/cacheset.cc:
David Kalnischkies
2012-06-14
1
-0
/
+1
*
newer gcc versions seems to have no problem with that, but while working
David Kalnischkies
2012-04-17
1
-2
/
+2
*
correctly ignore already (un)hold packages
David Kalnischkies
2012-02-11
1
-0
/
+8
*
revert 2184.1.3: forward declaration instead of headers
David Kalnischkies
2011-12-13
1
-0
/
+4
*
fix the operator++ implementations in the cachesets
David Kalnischkies
2011-11-22
1
-4
/
+8
*
- provide a {Package,Version}List similar to {Package,Version}Set
David Kalnischkies
2011-11-11
1
-11
/
+99
*
* apt-pkg/cacheset.cc:
David Kalnischkies
2011-11-09
1
-180
/
+344
*
use forward declaration in headers if possible instead of includes
David Kalnischkies
2011-09-19
1
-5
/
+8
*
remove deprecated methods which nobody should have used anyway like
David Kalnischkies
2011-05-17
1
-2
/
+0
*
remove the extra unnecessary qualification cppcheck complains about
David Kalnischkies
2011-04-16
1
-13
/
+13
*
Remove the "pseudopackage" handling of Architecture: all packages for
David Kalnischkies
2011-03-08
1
-2
/
+2
*
- [ABI BREAK] add an ErrorType option to CacheSetHelper
David Kalnischkies
2010-07-30
1
-1
/
+15
*
* apt-pkg/cacheset.cc:
David Kalnischkies
2010-07-17
1
-0
/
+375
[next]