Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-13 | follow method attribute suggestions by gcc | David Kalnischkies | |
Git-Dch: Ignore Reported-By: gcc -Wsuggest-attribute={pure,const,noreturn} | |||
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) | |||
2011-12-13 | revert 2184.1.3: forward declaration instead of headers | David Kalnischkies | |
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-09-19 | use forward declaration in headers if possible instead of includes | David Kalnischkies | |
2011-09-19 | do not pollute namespace in the headers with using (Closes: #500198) | David Kalnischkies | |
2011-06-08 | add some more dpointer placeholders | Michael Vogt | |
2011-03-31 | rename the 'universe' to 'scenario' to reflect the naming in the draft | 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. |