summaryrefslogtreecommitdiff
path: root/cmdline/apt-extracttemplates.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete RCS keywordsGuillem Jover2018-05-071-1/+0
| | | | Prompted-by: Jakub Wilk <jwilk@debian.org>
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-1/+1
| | | | | | | | | | | | | This makes it easier to see which headers includes what. The changes were done by running git grep -l '#\s*include' \ | grep -E '.(cc|h)$' \ | xargs sed -i -E 's/(^\s*)#(\s*)include/\1#\2 include/' To modify all include lines by adding a space, and then running ./git-clang-format.sh.
* add c++11 override marker to overridden methodsDavid Kalnischkies2015-08-101-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
* apply various style suggestions by cppcheckDavid Kalnischkies2015-08-101-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
* Fix ar and tar code to be LFS-safeGuillem Jover2014-07-081-1/+1
| | | | | | This is an ABI break. Closes: #742882
* cmdline/apt-extracttemplates.cc: remove unused private varMichael Vogt2014-05-291-1/+0
| | | | Reported-By: clang -Wall
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-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)
* atleast libapt should announce to itself that it is clean…David Kalnischkies2011-12-151-4/+6
| | | | (and be it if it tries to announce that…)
* Extract Templates adjustmentsArch Librarian2004-09-201-2/+2
| | | | | | Author: jgg Date: 2001-02-27 04:26:03 GMT Extract Templates adjustments
* apt-extracttemplates cleanupArch Librarian2004-09-201-0/+48
Author: tausq Date: 2001-02-25 04:53:59 GMT apt-extracttemplates cleanup