summaryrefslogtreecommitdiff
path: root/cmdline/apt-extracttemplates.h
AgeCommit message (Collapse)AuthorFilesLines
2015-08-10add c++11 override marker to overridden methodsDavid Kalnischkies1-2/+2
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
2015-08-10apply various style suggestions by cppcheckDavid Kalnischkies1-1/+1
Some of them modify the ABI, but given that we prepare a big one already, these few hardly count for much. Git-Dch: Ignore
2014-07-08Fix ar and tar code to be LFS-safeGuillem Jover1-1/+1
This is an ABI break. Closes: #742882
2014-05-29cmdline/apt-extracttemplates.cc: remove unused private varMichael Vogt1-1/+0
Reported-By: clang -Wall
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies1-1/+2
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)
2011-12-15atleast libapt should announce to itself that it is clean…David Kalnischkies1-4/+6
(and be it if it tries to announce that…)
2004-09-20Extract Templates adjustmentsArch Librarian1-2/+2
Author: jgg Date: 2001-02-27 04:26:03 GMT Extract Templates adjustments
2004-09-20apt-extracttemplates cleanupArch Librarian1-0/+48
Author: tausq Date: 2001-02-25 04:53:59 GMT apt-extracttemplates cleanup