Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-11 | Annotate more methods with APT_OVERRIDE | Julian Andres Klode | |
Gbp-Dch: ignore Reported-By: g++ -Wsuggest-override Thanks: g++ -Wsuggest-override | |||
2015-08-10 | add c++11 override marker to overridden methods | David Kalnischkies | |
C++11 adds the 'override' specifier to mark that a method is overriding a base class method and error out if not. We hide it in the APT_OVERRIDE macro to ensure that we keep compiling in pre-c++11 standards. Reported-By: clang-modernize -add-override -override-macros Git-Dch: Ignore | |||
2014-03-13 | cleanup headers and especially #includes everywhere | David Kalnischkies | |
Beside being a bit cleaner it hopefully also resolves oddball problems I have with high levels of parallel jobs. Git-Dch: Ignore Reported-By: iwyu (include-what-you-use) | |||
2013-08-05 | fix some unitialized data members | Michael Vogt | |
2011-09-13 | Support large files in the complete toolset. Indexes of this | David Kalnischkies | |
size are pretty unlikely for now, but we need it for deb packages which could become bigger than 4GB now (LP: #815895) | |||
2011-07-13 | move implementation of checksums around by abstracting even more | David Kalnischkies | |
2011-02-28 | apt-pkg/contrib/sha2.{cc,h}: move duplicated AddFD to baseclass | Michael Vogt | |
2011-02-25 | template based hashsum implementation | Michael Vogt | |
2011-02-25 | move sha512,256 into apt-pkg/sha2.{cc,h}, move gifford implementation to ↵ | Michael Vogt | |
sha2_internal.{cc,h} | |||
2011-02-22 | add sha512 interface based on sha2 by aaron gifford | Michael Vogt | |