summaryrefslogtreecommitdiff
path: root/apt-pkg/edsp/edspsystem.cc
Commit message (Collapse)AuthorAgeFilesLines
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-7/+8
| | | | | | | | 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)
* warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies2014-03-131-3/+3
| | | | | Reported-By: gcc -Wunused-parameter Git-Dch: Ignore
* * edsp/edspsystem.cc:David Kalnischkies2012-04-231-1/+1
| | | | - check with RealFileExists for scenario file as otherwise a directory like one provided with RootDir triggers the usage of EDSP
* do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies2011-09-191-1/+1
|
* reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies2011-09-131-1/+4
|
* strip the Dir::state from the config name as it will never be thereDavid Kalnischkies2011-03-311-4/+4
|
* rename the 'universe' to 'scenario' to reflect the naming in the draftDavid Kalnischkies2011-03-311-5/+5
|
* add a special scenario filename for using stdinDavid Kalnischkies2011-03-311-2/+9
|
* add a first round of stuff needed for talking between APT and solversDavid Kalnischkies2011-03-301-0/+117
based on a very early draft for EDSP by Stefano APT can now write a scenario as well as load most stuff from it.