Age | Commit message (Expand) | Author |
2016-01-07 | Switch performance critical code to use APT::StringView | Julian Andres Klode |
2015-12-29 | pkgCacheGenerator: Allow passing down an already created cache | Julian Andres Klode |
2015-12-27 | pkgcachegen.h: Hack around unordered_map not existing before C++11 | Julian Andres Klode |
2015-12-27 | pkgcachegen: Use std::unordered_map instead of std::map | Julian Andres Klode |
2015-11-27 | add messages to our deprecation warnings in libapt | David Kalnischkies |
2015-08-11 | Drop C++11 elements from headers | Julian Andres Klode |
2015-08-10 | eliminate dead file-provides code in cache generation | David Kalnischkies |
2015-08-10 | elimate duplicated code in pkgIndexFile subclasses | David Kalnischkies |
2015-08-10 | add volatile sources support in libapt-pkg | David Kalnischkies |
2015-08-10 | just-in-time creation for (explicit) negative deps | David Kalnischkies |
2015-08-10 | just-in-time creation for (implicit) Provides | David Kalnischkies |
2015-08-10 | hide implicit deps in apt-cache again by default | David Kalnischkies |
2015-08-10 | make all d-pointer * const pointers | David Kalnischkies |
2015-08-10 | apply various style suggestions by cppcheck | David Kalnischkies |
2015-06-16 | add d-pointer, virtual destructors and de-inline de/constructors | David Kalnischkies |
2015-06-15 | populate the Architecture field for PackageFiles | David Kalnischkies |
2015-06-12 | store Release files data in the Cache | David Kalnischkies |
2014-11-08 | mark internal interfaces as hidden | David Kalnischkies |
2014-11-08 | use a abi version check similar to the gcc check | David Kalnischkies |
2014-10-03 | rename StringType VERSION to VERSIONNUMBER | David Kalnischkies |
2014-09-27 | fix: Member variable 'X' is not initialized in the constructor. | David Kalnischkies |
2014-09-27 | drop stored StringItems in favor of in-memory mappings | David Kalnischkies |
2014-06-18 | cleanup datatypes mix used in binary cache | David Kalnischkies |
2014-05-09 | parse and retrieve multiple Descriptions in one record | David Kalnischkies |
2014-03-21 | mark optional (private) symbols as hidden | David Kalnischkies |
2014-03-13 | abstract version hash comparison a bit | David Kalnischkies |
2014-03-13 | follow method attribute suggestions by gcc | David Kalnischkies |
2014-03-13 | cleanup headers and especially #includes everywhere | David Kalnischkies |
2014-03-13 | warning: unused parameter ‘foo’ [-Wunused-parameter] | David Kalnischkies |
2013-04-03 | share version strings between same versions (of different architectures) | David Kalnischkies |
2013-03-13 | factor version string creation out of NewDepends, so we can easily reuse | David Kalnischkies |
2011-10-12 | add implicit dependencies needed for Multi-Arch at the time a Version | David Kalnischkies |
2011-10-11 | * apt-pkg/pkgcachegen.cc: | David Kalnischkies |
2011-09-19 | remove old APT_COMPATIBILITY ifdef's | David Kalnischkies |
2011-09-19 | do not pollute namespace in the headers with using (Closes: #500198) | David Kalnischkies |
2011-07-29 | * apt-pkg/pkgcachegen.{cc,h}: | Michael Vogt |
2010-07-09 | switch from std::set to std::vector as it is way more simple, a bit | David Kalnischkies |
2010-07-09 | * doc/apt.conf.5.xml: | David Kalnischkies |
2010-07-08 | * apt-pkg/pkgcachegen.{cc,h}: | David Kalnischkies |
2010-07-08 | use references instead of copies in the Cache generation methods | David Kalnischkies |
2010-07-06 | wrap the mmap actions in the CacheGenerator in their own methods to | David Kalnischkies |
2010-06-04 | * apt-pkg/cachefile.{cc,h}: | David Kalnischkies |
2010-02-10 | Foreign Versions add an implicit Provides to the other packages in the group | David Kalnischkies |
2010-02-07 | Drop the Arch information from the Version structure as we can get | David Kalnischkies |
2009-12-27 | Split ListParser::NewDepends into two methods to use these new method | David Kalnischkies |
2009-12-19 | Implement the first step toward Multi-Arch by setting up a Group | David Kalnischkies |
2009-06-30 | add the various foldmarkers in apt-pkg & cmdline (no code change) | David Kalnischkies |
2007-06-19 | * fixed compile errors with g++ 7.3 (thanks to | Michael Vogt |
2006-12-14 | * merged the no-pragma branch | Michael Vogt |
2006-10-02 | * removed the pragma mess | Michael Vogt |