summaryrefslogtreecommitdiff
path: root/apt-pkg/pkgcachegen.h
Commit message (Expand)AuthorAgeFilesLines
* Drop C++11 elements from headersJulian Andres Klode2015-08-111-1/+0
* eliminate dead file-provides code in cache generationDavid Kalnischkies2015-08-101-13/+2
* elimate duplicated code in pkgIndexFile subclassesDavid Kalnischkies2015-08-101-8/+9
* add volatile sources support in libapt-pkgDavid Kalnischkies2015-08-101-1/+0
* just-in-time creation for (explicit) negative depsDavid Kalnischkies2015-08-101-4/+1
* just-in-time creation for (implicit) ProvidesDavid Kalnischkies2015-08-101-0/+4
* hide implicit deps in apt-cache again by defaultDavid Kalnischkies2015-08-101-7/+8
* make all d-pointer * const pointersDavid Kalnischkies2015-08-101-2/+2
* apply various style suggestions by cppcheckDavid Kalnischkies2015-08-101-1/+1
* add d-pointer, virtual destructors and de-inline de/constructorsDavid Kalnischkies2015-06-161-9/+8
* populate the Architecture field for PackageFilesDavid Kalnischkies2015-06-151-1/+1
* store Release files data in the CacheDavid Kalnischkies2015-06-121-3/+7
* mark internal interfaces as hiddenDavid Kalnischkies2014-11-081-5/+5
* use a abi version check similar to the gcc checkDavid Kalnischkies2014-11-081-1/+1
* rename StringType VERSION to VERSIONNUMBERDavid Kalnischkies2014-10-031-2/+2
* fix: Member variable 'X' is not initialized in the constructor.David Kalnischkies2014-09-271-1/+1
* drop stored StringItems in favor of in-memory mappingsDavid Kalnischkies2014-09-271-6/+12
* cleanup datatypes mix used in binary cacheDavid Kalnischkies2014-06-181-22/+22
* parse and retrieve multiple Descriptions in one recordDavid Kalnischkies2014-05-091-2/+5
* mark optional (private) symbols as hiddenDavid Kalnischkies2014-03-211-9/+9
* abstract version hash comparison a bitDavid Kalnischkies2014-03-131-0/+9
* follow method attribute suggestions by gccDavid Kalnischkies2014-03-131-1/+1
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-5/+7
* warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies2014-03-131-2/+2
* share version strings between same versions (of different architectures)David Kalnischkies2013-04-031-1/+5
* factor version string creation out of NewDepends, so we can easily reuseDavid Kalnischkies2013-03-131-0/+3
* add implicit dependencies needed for Multi-Arch at the time a VersionDavid Kalnischkies2011-10-121-1/+6
* * apt-pkg/pkgcachegen.cc:David Kalnischkies2011-10-111-0/+6
* remove old APT_COMPATIBILITY ifdef'sDavid Kalnischkies2011-09-191-14/+0
* do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies2011-09-191-19/+19
* * apt-pkg/pkgcachegen.{cc,h}:Michael Vogt2011-07-291-1/+1
* switch from std::set to std::vector as it is way more simple, a bitDavid Kalnischkies2010-07-091-7/+5
* * doc/apt.conf.5.xml:David Kalnischkies2010-07-091-0/+1
* * apt-pkg/pkgcachegen.{cc,h}:David Kalnischkies2010-07-081-6/+24
* use references instead of copies in the Cache generation methodsDavid Kalnischkies2010-07-081-6/+6
* wrap the mmap actions in the CacheGenerator in their own methods toDavid Kalnischkies2010-07-061-4/+8
* * apt-pkg/cachefile.{cc,h}:David Kalnischkies2010-06-041-2/+8
* Foreign Versions add an implicit Provides to the other packages in the groupDavid Kalnischkies2010-02-101-2/+2
* Drop the Arch information from the Version structure as we can getDavid Kalnischkies2010-02-071-0/+1
* Split ListParser::NewDepends into two methods to use these new methodDavid Kalnischkies2009-12-271-1/+5
* Implement the first step toward Multi-Arch by setting up a GroupDavid Kalnischkies2009-12-191-2/+4
* add the various foldmarkers in apt-pkg & cmdline (no code change)David Kalnischkies2009-06-301-4/+4
* * fixed compile errors with g++ 7.3 (thanks to Michael Vogt2007-06-191-1/+1
* * merged the no-pragma branchMichael Vogt2006-12-141-3/+0
|\
| * * removed the pragma messMichael Vogt2006-10-021-3/+0
* | * merged with apt--mvoMichael Vogt2005-11-301-8/+9
|\|
| * * applied parts of the string speedup patch from debian #319377 (ABI change)Michael Vogt2005-11-231-8/+9
* | Port DDTP to APT 0.6 branchOtavio Salvador2005-03-231-0/+6
|/
* Gustavo Niemeyer stuff for RPM file dependsArch Librarian2004-09-201-1/+15
* Join with aliencodeArch Librarian2004-09-201-16/+25