index
:
apt.git
1.4.y+ios
1.8.2.z+ios
1.8.2.z+ios+json
1.8.y+ios
1.8.y+ios+json
cydia
master
sille-apt
Saurik's version of apt managed for tvOS/ARM64
Sam Bingner
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apt-pkg
/
pkgcachegen.h
Age
Commit message (
Expand
)
Author
2020-02-24
Make map_pointer<T> typesafe
Julian Andres Klode
2020-02-24
Wrap AllocateInMap with a templated version
Julian Andres Klode
2020-02-24
Replace map_pointer_t with map_pointer<T>
Julian Andres Klode
2020-02-18
Use a 32-bit djb VersionHash instead of CRC-16
Julian Andres Klode
2020-01-14
Remove includes of (md5|sha1|sha2).h headers
Julian Andres Klode
2020-01-08
Avoid extra out-of-cache hash table deduplication for package names
Julian Andres Klode
2019-06-11
Make APT::StringView public
Julian Andres Klode
2019-02-26
pkgcachegen: Remove deprecated functions
Julian Andres Klode
2017-07-12
Reformat and sort all includes with clang-format
Julian Andres Klode
2017-07-12
Drop cacheiterators.h include
Julian Andres Klode
2016-11-22
Do not use MD5SumValue for Description_md5()
Julian Andres Klode
2016-01-27
deal better with (very) small apt::cache-start values
David Kalnischkies
2016-01-26
convert Version() and Architecture() to APT::StringView
David Kalnischkies
2016-01-26
remove unused Description methods in listparsers
David Kalnischkies
2016-01-26
Delete copy constructor and operator= for Dynamic
Julian Andres Klode
2016-01-23
Pass the old map size to ReMap()
Julian Andres Klode
2016-01-08
pkgCacheGenerator::hash: Do not call tolower_ascii()
Julian Andres Klode
2016-01-08
pkgCacheGenerator::StoreString: Get rid of std::string
Julian Andres Klode
2016-01-08
pkgCacheGenerator: Use StringView for toString
Julian Andres Klode
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
[next]