Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | follow method attribute suggestions by gcc | David Kalnischkies | 2014-03-13 | 1 | -1/+1 |
| | | | | | Git-Dch: Ignore Reported-By: gcc -Wsuggest-attribute={pure,const,noreturn} | ||||
* | cleanup headers and especially #includes everywhere | David Kalnischkies | 2014-03-13 | 1 | -4/+6 |
| | | | | | | | | 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 Kalnischkies | 2014-03-13 | 1 | -2/+2 |
| | | | | | Reported-By: gcc -Wunused-parameter Git-Dch: Ignore | ||||
* | do not pollute namespace in the headers with using (Closes: #500198) | David Kalnischkies | 2011-09-19 | 1 | -4/+4 |
| | |||||
* | reorder includes: add <config.h> if needed and include it at first | David Kalnischkies | 2011-09-13 | 1 | -0/+2 |
| | |||||
* | parse correctly the Hold: lines into Pkg->SelectedState = Hold | David Kalnischkies | 2011-05-02 | 1 | -2/+5 |
| | |||||
* | parse the state of the package from the scenario file correctly | David Kalnischkies | 2011-03-31 | 1 | -30/+8 |
| | |||||
* | add a first round of stuff needed for talking between APT and solvers | David Kalnischkies | 2011-03-30 | 1 | -0/+109 |
based on a very early draft for EDSP by Stefano APT can now write a scenario as well as load most stuff from it. |