summaryrefslogtreecommitdiff
path: root/apt-pkg/edsp
Commit message (Collapse)AuthorAgeFilesLines
...
* use forward declaration in headers if possible instead of includesDavid Kalnischkies2011-09-193-4/+3
|
* do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies2011-09-194-10/+10
|
* reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies2011-09-133-1/+8
|
* add some more dpointer placeholdersMichael Vogt2011-06-082-0/+6
|
* parse correctly the Hold: lines into Pkg->SelectedState = HoldDavid Kalnischkies2011-05-021-2/+5
|
* rename edspwriter to straight edsp in toplevel as it does more thanDavid Kalnischkies2011-03-312-192/+0
| | | | | | 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
* add the methods we will need to write to make working with EDSP possibleDavid Kalnischkies2011-03-312-2/+24
|
* strip the Dir::state from the config name as it will never be thereDavid Kalnischkies2011-03-311-4/+4
|
* parse the state of the package from the scenario file correctlyDavid Kalnischkies2011-03-311-30/+8
|
* rename the 'universe' to 'scenario' to reflect the naming in the draftDavid Kalnischkies2011-03-315-11/+11
|
* add a special scenario filename for using stdinDavid Kalnischkies2011-03-312-3/+14
|
* be able to write solutions, tooDavid Kalnischkies2011-03-302-0/+21
|
* add a first round of stuff needed for talking between APT and solversDavid Kalnischkies2011-03-308-0/+550
based on a very early draft for EDSP by Stefano APT can now write a scenario as well as load most stuff from it.