Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - [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 |