summaryrefslogtreecommitdiff
path: root/cmdline/apt-internal-solver.cc
Commit message (Collapse)AuthorAgeFilesLines
* mark pkg(All|Dist)Upgrade as deprecatedDavid Kalnischkies2014-09-271-2/+2
| | | | | | | | The comment above their definition marks them already as such, so this is only a formalisation of the deprecation and fixes the occurances we have in our own code together with removing a magic number. Git-Dch: Ignore
* Merge remote-tracking branch 'donkult/debian/sid' into debian/experimentalMichael Vogt2014-06-181-10/+14
|\ | | | | | | | | Conflicts: apt-private/private-install.cc
| * show our broken packages message in 'apt' solverDavid Kalnischkies2014-06-181-10/+14
| |
* | DropPrivs in the solvers (just to be on the safe side)Michael Vogt2014-06-111-0/+3
|/
* print error stack on failure of 'apt' solverDavid Kalnischkies2014-05-301-18/+18
| | | | Git-Dch: ignore
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-1/+9
| | | | | | | | 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-1/+1
| | | | | Reported-By: gcc -Wunused-parameter Git-Dch: Ignore
* warning: no previous declaration for foobar() [-Wmissing-declarations]David Kalnischkies2014-03-131-1/+1
| | | | | Git-Dch: Ignore Reported-By: gcc -Wmissing-declarations
* Fix typos in documentation (codespell)Michael Vogt2014-02-221-3/+3
|
* * move upgrade releated code into upgrade.{cc,h}Michael Vogt2013-10-051-0/+1
| | | | | | The upgrade releated code is moved into upgrade.{cc,h} and all pkg*Upgrade* prototypes are included in algorihms.h to avoid breaking API (unless build with APT_9_CLEANER_HEADERS).
* fix two simple spelling issues found by Christian Perrier,David Kalnischkies2012-06-271-5/+3
| | | | | updating all po's, but as it is a simple transformation no re-call and instead deal with them on merge
* ensure that apti18n.h is included last as advertised (Closes: #671623)David Kalnischkies2012-05-051-3/+4
|
* the previously used VERSION didn't work everywhere so we are switchingDavid Kalnischkies2012-03-221-1/+1
| | | | to the more standard PACKAGE_VERSION and make it work in every file
* use forward declaration in headers if possible instead of includesDavid Kalnischkies2011-09-191-0/+2
|
* rename option APT::Solver::Name to simply APT::SolverDavid Kalnischkies2011-05-171-1/+1
|
* implement correct error reportingDavid Kalnischkies2011-05-071-3/+3
|
* work on requests with the correct upgrade/dist-upgrade/else resolverDavid Kalnischkies2011-05-031-1/+11
|
* implement optional Progress report in EDSPDavid Kalnischkies2011-05-021-0/+13
|
* add scenario command to output a complete or limited scenarioDavid Kalnischkies2011-04-251-2/+23
|
* set hint flags for the problem resolver according to requestDavid Kalnischkies2011-04-191-1/+18
|
* add a small wrapper to use the internal apt solver as an external oneDavid Kalnischkies2011-04-011-0/+129