Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-08 | mark internal interfaces as hidden | David Kalnischkies | |
We have a bunch of classes which are of no use for the outside world, but were still exported and so needed to preserve ABI/API. Marking them as hidden to not export them any longer is a big API break in theory, but in practice nobody is using them – as if they would its a bug. | |||
2014-03-13 | cleanup headers and especially #includes everywhere | David Kalnischkies | |
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-13 | warning: unused parameter ‘foo’ [-Wunused-parameter] | David Kalnischkies | |
Reported-By: gcc -Wunused-parameter Git-Dch: Ignore | |||
2012-04-23 | * edsp/edspsystem.cc: | David Kalnischkies | |
- check with RealFileExists for scenario file as otherwise a directory like one provided with RootDir triggers the usage of EDSP | |||
2011-09-19 | do not pollute namespace in the headers with using (Closes: #500198) | David Kalnischkies | |
2011-09-13 | reorder includes: add <config.h> if needed and include it at first | David Kalnischkies | |
2011-03-31 | strip the Dir::state from the config name as it will never be there | David Kalnischkies | |
2011-03-31 | rename the 'universe' to 'scenario' to reflect the naming in the draft | David Kalnischkies | |
2011-03-31 | add a special scenario filename for using stdin | David Kalnischkies | |
2011-03-30 | add a first round of stuff needed for talking between APT and solvers | David Kalnischkies | |
based on a very early draft for EDSP by Stefano APT can now write a scenario as well as load most stuff from it. |