Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-17 | factor regex package name matches into newly created cachefilter classes | David Kalnischkies | |
2010-07-04 | prefer the Policy if it is built instead of the DepCache and | David Kalnischkies | |
if DepCache is not available as fallback built the Policy | |||
2010-07-03 | Refactor TryToInstall to look a bit saner by splitting the Remove | David Kalnischkies | |
and the Virtual packages part out of the loop. The function still exists unchanged as TryToInstallBuildDep through for the BuildDep installation method | |||
2010-07-02 | add a ConstructedBy member to the PackageSet which can be used by the | David Kalnischkies | |
e.g. FromString to tell the caller if the string was an exact match or found by regex or task. The two later ones can match packages for which we want to ignore failures in the VersionSet | |||
2010-06-29 | if the package has no installed & candidate but is virtual see if only | David Kalnischkies | |
one package provides it - if it is only one use this package instead | |||
2010-06-29 | rename AddSelectedVersion() to a better public FromPackage() | David Kalnischkies | |
2010-06-28 | - factor out code to get a single package FromName() | David Kalnischkies | |
- check in Grouped* first without modifier interpretation | |||
2010-06-26 | - only print errors if all tries to get a package by string failed | David Kalnischkies | |
* | |||
2010-06-22 | Use an abstract helper for error handling and output | David Kalnischkies | |
instead of doing this directly in the CacheSets. With this method an application like apt-get can change the behavior of the CacheSets to his liking. It can for example easily keep track of how packages were added to the set: by names or with regex's… | |||
2010-06-19 | get packages by task^ with FromTask() | David Kalnischkies | |
2010-06-15 | * cmdline/cacheset.cc: | David Kalnischkies | |
- doesn't include it in the library for now as it is too volatile |