summaryrefslogtreecommitdiff
path: root/apt-pkg/edsp
Commit message (Expand)AuthorAgeFilesLines
* Run unifdef -DAPT_{8,9,10,15}_CLEANER_HEADERSJulian Andres Klode2019-06-122-8/+0
* Add 'explicit' to most single argument constructorsJulian Andres Klode2019-04-303-7/+7
* Remove obsolete RCS keywordsGuillem Jover2018-05-071-1/+0
* drop unused/unimplemented & hidden LoadReleaseInfoDavid Kalnischkies2017-09-092-10/+0
* Replace APT_CONST with APT_PURE everywhereJulian Andres Klode2017-08-243-7/+7
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-125-9/+9
* Drop cacheiterators.h includeJulian Andres Klode2017-07-123-3/+0
* fix some unlikely memory leaks in error casesDavid Kalnischkies2017-06-261-6/+7
* Do not use MD5SumValue for Description_md5()Julian Andres Klode2016-11-222-3/+7
* Add missing includes and external definitionsJulian Andres Klode2016-08-261-0/+2
* eipp: let apt make a plan, not make stuff planeDavid Kalnischkies2016-06-291-1/+1
* eipp: provide the internal planer as an external oneDavid Kalnischkies2016-06-276-1/+140
* edsp: optionally store a compressed copy of the last scenarioDavid Kalnischkies2016-06-081-0/+3
* edsp: prevent it from trying to write a cacheDavid Kalnischkies2016-06-061-0/+6
* refactor EDSP classes for better internal reuseDavid Kalnischkies2016-06-056-150/+145
* edsp: use an ID mapping for the internal solverDavid Kalnischkies2016-06-041-1/+2
* edspsystem.cc: include <stdlib.h> for mkdtempFredrik Fornwall2016-02-031-0/+1
* remove unused Description methods in listparsersDavid Kalnischkies2016-01-262-8/+3
* wrap every unlink call to check for != /dev/nullDavid Kalnischkies2015-11-042-6/+4
* sanify API to get 'the' candidate versionDavid Kalnischkies2015-11-041-0/+9
* use a less generic special trigger filename for stdinDavid Kalnischkies2015-09-142-3/+3
* implement autobit and pinning in EDSP solver 'apt'David Kalnischkies2015-09-144-8/+94
* Cleanup includes after running iwyuMichael Vogt2015-08-173-8/+0
* Annotate more methods with APT_OVERRIDEJulian Andres Klode2015-08-111-1/+1
* parse packages from all architectures into the cacheDavid Kalnischkies2015-08-102-2/+2
* elimate duplicated code in pkgIndexFile subclassesDavid Kalnischkies2015-08-103-45/+54
* add volatile sources support in libapt-pkgDavid Kalnischkies2015-08-101-2/+1
* add c++11 override marker to overridden methodsDavid Kalnischkies2015-08-104-14/+16
* make all d-pointer * const pointersDavid Kalnischkies2015-08-106-11/+7
* add d-pointer, virtual destructors and de-inline de/constructorsDavid Kalnischkies2015-06-165-1/+8
* populate the Architecture field for PackageFilesDavid Kalnischkies2015-06-151-1/+1
* store Release files data in the CacheDavid Kalnischkies2015-06-123-7/+6
* mark internal interfaces as hiddenDavid Kalnischkies2014-11-085-9/+7
* drop stored StringItems in favor of in-memory mappingsDavid Kalnischkies2014-09-271-1/+1
* cleanup datatypes mix used in binary cacheDavid Kalnischkies2014-06-181-1/+1
* follow method attribute suggestions by gccDavid Kalnischkies2014-03-133-6/+6
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-136-17/+42
* warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies2014-03-133-6/+6
* do not dereference the storage for the unique strings as the pointer canDavid Kalnischkies2012-06-161-1/+2
* * edsp/edspsystem.cc:David Kalnischkies2012-04-231-1/+1
* atleast libapt should announce to itself that it is clean…David Kalnischkies2011-12-151-2/+2
* revert 2184.1.3: forward declaration instead of headersDavid Kalnischkies2011-12-132-0/+10
* * apt-pkg/contrib/fileutl.{h,cc}:David Kalnischkies2011-12-101-5/+2
* use forward declaration in headers if possible instead of includesDavid Kalnischkies2011-09-193-4/+3
* do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies2011-09-194-10/+10
* reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies2011-09-133-1/+8
* add some more dpointer placeholdersMichael Vogt2011-06-082-0/+6
* parse correctly the Hold: lines into Pkg->SelectedState = HoldDavid Kalnischkies2011-05-021-2/+5
* rename edspwriter to straight edsp in toplevel as it does more thanDavid Kalnischkies2011-03-312-192/+0
* add the methods we will need to write to make working with EDSP possibleDavid Kalnischkies2011-03-312-2/+24