summaryrefslogtreecommitdiff
path: root/cmdline/apt-internal-solver.cc
AgeCommit message (Collapse)Author
2014-06-18show our broken packages message in 'apt' solverDavid Kalnischkies
2014-05-30print error stack on failure of 'apt' solverDavid Kalnischkies
Git-Dch: ignore
2014-03-13cleanup headers and especially #includes everywhereDavid 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-13warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies
Reported-By: gcc -Wunused-parameter Git-Dch: Ignore
2014-03-13warning: no previous declaration for foobar() [-Wmissing-declarations]David Kalnischkies
Git-Dch: Ignore Reported-By: gcc -Wmissing-declarations
2014-02-22Fix typos in documentation (codespell)Michael Vogt
2013-10-05* move upgrade releated code into upgrade.{cc,h}Michael Vogt
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).
2012-06-27fix two simple spelling issues found by Christian Perrier,David Kalnischkies
updating all po's, but as it is a simple transformation no re-call and instead deal with them on merge
2012-05-05ensure that apti18n.h is included last as advertised (Closes: #671623)David Kalnischkies
2012-03-22the previously used VERSION didn't work everywhere so we are switchingDavid Kalnischkies
to the more standard PACKAGE_VERSION and make it work in every file
2011-09-19use forward declaration in headers if possible instead of includesDavid Kalnischkies
2011-05-17rename option APT::Solver::Name to simply APT::SolverDavid Kalnischkies
2011-05-07implement correct error reportingDavid Kalnischkies
2011-05-03work on requests with the correct upgrade/dist-upgrade/else resolverDavid Kalnischkies
2011-05-02implement optional Progress report in EDSPDavid Kalnischkies
2011-04-25add scenario command to output a complete or limited scenarioDavid Kalnischkies
2011-04-19set hint flags for the problem resolver according to requestDavid Kalnischkies
2011-04-01add a small wrapper to use the internal apt solver as an external oneDavid Kalnischkies