summaryrefslogtreecommitdiff
path: root/apt-pkg/edsp/edspsystem.cc
AgeCommit message (Expand)AuthorFilesLines
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode1-1/+1
2017-07-12Drop cacheiterators.h includeJulian Andres Klode1-1/+0
2016-06-29eipp: let apt make a plan, not make stuff planeDavid Kalnischkies1-1/+1
2016-06-27eipp: provide the internal planer as an external oneDavid Kalnischkies1-0/+18
2016-06-08edsp: optionally store a compressed copy of the last scenarioDavid Kalnischkies1-0/+3
2016-06-06edsp: prevent it from trying to write a cacheDavid Kalnischkies1-0/+6
2016-06-05refactor EDSP classes for better internal reuseDavid Kalnischkies1-73/+53
2016-02-03edspsystem.cc: include <stdlib.h> for mkdtempFredrik Fornwall1-0/+1
2015-11-04wrap every unlink call to check for != /dev/nullDavid Kalnischkies1-2/+2
2015-09-14use a less generic special trigger filename for stdinDavid Kalnischkies1-2/+2
2015-09-14implement autobit and pinning in EDSP solver 'apt'David Kalnischkies1-2/+44
2015-08-17Cleanup includes after running iwyuMichael Vogt1-2/+0
2015-08-10elimate duplicated code in pkgIndexFile subclassesDavid Kalnischkies1-6/+2
2015-08-10add volatile sources support in libapt-pkgDavid Kalnischkies1-2/+1
2015-08-10make all d-pointer * const pointersDavid Kalnischkies1-6/+2
2014-11-08mark internal interfaces as hiddenDavid Kalnischkies1-2/+2
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies1-7/+8
2014-03-13warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies1-3/+3
2012-04-23* edsp/edspsystem.cc:David Kalnischkies1-1/+1
2011-09-19do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies1-1/+1
2011-09-13reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies1-1/+4
2011-03-31strip the Dir::state from the config name as it will never be thereDavid Kalnischkies1-4/+4
2011-03-31rename the 'universe' to 'scenario' to reflect the naming in the draftDavid Kalnischkies1-5/+5
2011-03-31add a special scenario filename for using stdinDavid Kalnischkies1-2/+9
2011-03-30add a first round of stuff needed for talking between APT and solversDavid Kalnischkies1-0/+117