summaryrefslogtreecommitdiff
path: root/apt-pkg/edsp.h
AgeCommit message (Collapse)AuthorFilesLines
2014-03-21mark optional (private) symbols as hiddenDavid Kalnischkies1-5/+6
This methods should not be used by anyone expect the library itself as they are helpers for the specific class and therefore perfect candidates for hidding. Git-Dch: Ignore
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies1-1/+4
Beside being a bit cleaner it hopefully also resolves oddball problems I have with high levels of parallel jobs. Git-Dch: Ignore Reported-By: iwyu (include-what-you-use)
2014-03-13warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies1-4/+2
Reported-By: gcc -Wunused-parameter Git-Dch: Ignore
2014-02-22Fix typos in documentation (codespell)Michael Vogt1-3/+3
2011-12-13revert 2184.1.3: forward declaration instead of headersDavid Kalnischkies1-0/+5
The breakage is just to big for now, so guard the change with #ifndef APT_8_CLEANER_HEADERS and be nice to library users
2011-11-09* apt-pkg/cacheset.cc:David Kalnischkies1-3/+1
- make the cachesets real containers which can embedding any container to be able to use the same interface regardless of set or list usage
2011-09-19use forward declaration in headers if possible instead of includesDavid Kalnischkies1-3/+8
2011-05-09implement proper progress report with OpProgressDavid Kalnischkies1-5/+13
2011-05-07implement correct error reportingDavid Kalnischkies1-1/+6
2011-05-03add a fair round of doxygen comments to the edsp headerDavid Kalnischkies1-3/+151
2011-05-03implement external solver calling for upgrade and dist-upgrade, tooDavid Kalnischkies1-0/+3
2011-05-02refactor: move solver execution into his own EDSP methodDavid Kalnischkies1-0/+1
2011-05-02implement optional Progress report in EDSPDavid Kalnischkies1-0/+1
2011-04-25reorganize WriteScenario to add a WriteLimitedScenario in which a scenarioDavid Kalnischkies1-0/+17
can be limited to a subset of packages with only relevant dependencies
2011-04-02send the scenario through a pipe to the solver and get the solution backDavid Kalnischkies1-1/+1
The solution is NOT interpreted so far.
2011-04-01parse also the action flags Upgrade, Dist-Upgrade and alike from the requestDavid Kalnischkies1-4/+6
2011-04-01Read and apply install/remove requests correctlyDavid Kalnischkies1-1/+3
2011-03-31WriteRequest according to current EDSP draftDavid Kalnischkies1-1/+4
2011-03-31rename edspwriter to straight edsp in toplevel as it does more thanDavid Kalnischkies1-0/+32
just writing stuff… it also reads and can work for both: - APT talking to an external solver - an external solver (understanding EDSP) talking to APT