summaryrefslogtreecommitdiff
path: root/apt-pkg/pkgcachegen.h
AgeCommit message (Expand)AuthorFilesLines
2014-11-08mark internal interfaces as hiddenDavid Kalnischkies1-5/+5
2014-11-08use a abi version check similar to the gcc checkDavid Kalnischkies1-1/+1
2014-10-03rename StringType VERSION to VERSIONNUMBERDavid Kalnischkies1-2/+2
2014-09-27fix: Member variable 'X' is not initialized in the constructor.David Kalnischkies1-1/+1
2014-09-27drop stored StringItems in favor of in-memory mappingsDavid Kalnischkies1-6/+12
2014-06-18cleanup datatypes mix used in binary cacheDavid Kalnischkies1-22/+22
2014-05-09parse and retrieve multiple Descriptions in one recordDavid Kalnischkies1-2/+5
2014-03-21mark optional (private) symbols as hiddenDavid Kalnischkies1-9/+9
2014-03-13abstract version hash comparison a bitDavid Kalnischkies1-0/+9
2014-03-13follow method attribute suggestions by gccDavid Kalnischkies1-1/+1
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies1-5/+7
2014-03-13warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies1-2/+2
2013-04-03share version strings between same versions (of different architectures)David Kalnischkies1-1/+5
2013-03-13factor version string creation out of NewDepends, so we can easily reuseDavid Kalnischkies1-0/+3
2011-10-12add implicit dependencies needed for Multi-Arch at the time a VersionDavid Kalnischkies1-1/+6
2011-10-11* apt-pkg/pkgcachegen.cc:David Kalnischkies1-0/+6
2011-09-19remove old APT_COMPATIBILITY ifdef'sDavid Kalnischkies1-14/+0
2011-09-19do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies1-19/+19
2011-07-29* apt-pkg/pkgcachegen.{cc,h}:Michael Vogt1-1/+1
2010-07-09switch from std::set to std::vector as it is way more simple, a bitDavid Kalnischkies1-7/+5
2010-07-09* doc/apt.conf.5.xml:David Kalnischkies1-0/+1
2010-07-08* apt-pkg/pkgcachegen.{cc,h}:David Kalnischkies1-6/+24
2010-07-08use references instead of copies in the Cache generation methodsDavid Kalnischkies1-6/+6
2010-07-06wrap the mmap actions in the CacheGenerator in their own methods toDavid Kalnischkies1-4/+8
2010-06-04* apt-pkg/cachefile.{cc,h}:David Kalnischkies1-2/+8
2010-02-10Foreign Versions add an implicit Provides to the other packages in the groupDavid Kalnischkies1-2/+2
2010-02-07Drop the Arch information from the Version structure as we can getDavid Kalnischkies1-0/+1
2009-12-27Split ListParser::NewDepends into two methods to use these new methodDavid Kalnischkies1-1/+5
2009-12-19Implement the first step toward Multi-Arch by setting up a GroupDavid Kalnischkies1-2/+4
2009-06-30add the various foldmarkers in apt-pkg & cmdline (no code change)David Kalnischkies1-4/+4
2007-06-19* fixed compile errors with g++ 7.3 (thanks to Michael Vogt1-1/+1
2006-12-14* merged the no-pragma branchMichael Vogt1-3/+0
2006-10-02* removed the pragma messMichael Vogt1-3/+0
2005-11-30* merged with apt--mvoMichael Vogt1-8/+9
2005-11-23* applied parts of the string speedup patch from debian #319377 (ABI change)Michael Vogt1-8/+9
2005-03-23Port DDTP to APT 0.6 branchOtavio Salvador1-0/+6
2004-09-20Gustavo Niemeyer stuff for RPM file dependsArch Librarian1-1/+15
2004-09-20Join with aliencodeArch Librarian1-16/+25
2004-09-20Minor cleanups, fix for checksum lowercase bugArch Librarian1-3/+8
2004-09-20Added a depends option to apt-cacheArch Librarian1-2/+2
2004-09-20Multiple different versions supportArch Librarian1-1/+2
2004-09-20Fixed segfault in re-install/upgrade conditionArch Librarian1-4/+4
2004-09-20Support for memory-only cachingArch Librarian1-1/+3
2004-09-20performance tuningArch Librarian1-1/+9
2004-09-20Release supportArch Librarian1-2/+4
2004-09-20Package Record parserArch Librarian1-36/+36
2004-09-20Progress and combined cache generatorArch Librarian1-3/+9
2004-09-20Generic progress meterArch Librarian1-3/+5
2004-09-20Comment touch upsArch Librarian1-1/+8
2004-09-20DumpAvail works and apt-cache is completeArch Librarian1-3/+4