Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove double list include | Michael Vogt | 2013-07-23 | 1 | -1/+0 |
| | |||||
* | * apt-pkg/cacheset.cc: | David Kalnischkies | 2012-06-14 | 1 | -0/+1 |
| | | | | - add PackageContainerInterface::FromGroup to support architecture specifications with wildcards on the commandline | ||||
* | newer gcc versions seems to have no problem with that, but while working | David Kalnischkies | 2012-04-17 | 1 | -2/+2 |
| | | | | with g++-4.1 it complains about this so lets be extra clear | ||||
* | 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 |
| | | | | | The breakage is just to big for now, so guard the change with #ifndef APT_8_CLEANER_HEADERS and be nice to library users | ||||
* | 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 |
| | | | | | * cmdline/apt-{get,cache,mark}.cc: - use Lists instead of Sets if input order should be preserved for commands accepting lists of packages, e.g. policy (Closes: #625960) | ||||
* | * apt-pkg/cacheset.cc: | David Kalnischkies | 2011-11-09 | 1 | -180/+344 |
| | | | | - make the cachesets real containers which can embedding any container to be able to use the same interface regardless of set or list usage | ||||
* | 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 |
| | | | | pseudo-package related and/or private | ||||
* | 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 |
| | | | | | | | | | Multi-Arch; instead, Arch: all packages only satisfy dependencies for the native arch, except where the Arch: all package is declared Multi-Arch: foreign. (Closes: #613584) This has the sideeffect that arch:all packages internally show up as coming from the native arch - so packages with the architecture "all" doesn't exist any longer in the pkgcache | ||||
* | - [ABI BREAK] add an ErrorType option to CacheSetHelper | David Kalnischkies | 2010-07-30 | 1 | -1/+15 |
| | | | | | * cmdline/apt-cache.cc: - use Notice instead of Error in the CacheSetHelper messages for compat reasons. Otherwise tools like sbuild blow up | ||||
* | * apt-pkg/cacheset.cc: | David Kalnischkies | 2010-07-17 | 1 | -0/+375 |
| | | | - move them back to the library as they look stable now | ||||
* | * cmdline/cacheset.cc: | David Kalnischkies | 2010-06-15 | 1 | -274/+0 |
| | | | - doesn't include it in the library for now as it is too volatile | ||||
* | Add a GroupedFromCommandLine for the VersionSet similar to the | David Kalnischkies | 2010-06-15 | 1 | -0/+35 |
| | | | | | one for PackageSet and refactor the existing VersionSet methods to simplify that. | ||||
* | remove the "typename" from the const_iterators as gcc-4.4 doesn't like | David Kalnischkies | 2010-06-09 | 1 | -2/+2 |
| | | | | them and gcc-4.5 does the right thing (TM) with and without them | ||||
* | add a GroupedFromCommandLine method to the PackageSet to split the | David Kalnischkies | 2010-06-06 | 1 | -0/+23 |
| | | | | packages on the commandline into groups based on modifiers | ||||
* | support special release-modifier 'installed' and 'candidate' | David Kalnischkies | 2010-06-05 | 1 | -0/+5 |
| | |||||
* | handle :arch modifier in PackageSet::FromString correctly | David Kalnischkies | 2010-06-05 | 1 | -2/+2 |
| | |||||
* | do not insert end() Iterators into the CacheSet even if requested | David Kalnischkies | 2010-06-05 | 1 | -0/+6 |
| | |||||
* | Add a method to get a VersionSet from the Commandline and refactor | David Kalnischkies | 2010-06-05 | 1 | -4/+70 |
| | | | | the existing methods a bit to reuse them easier intern | ||||
* | * apt-pkg/cacheset.{cc,h}: | David Kalnischkies | 2010-05-31 | 1 | -3/+46 |
| | | | - add simple wrapper around std::set for cache structures | ||||
* | rename packageset into cacheset while it is not too late | David Kalnischkies | 2010-05-31 | 1 | -0/+96 |