Age | Commit message (Collapse) | Author |
|
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
|
|
Some of them modify the ABI, but given that we prepare a big one
already, these few hardly count for much.
Git-Dch: Ignore
|
|
This is an ABI break.
Closes: #742882
|
|
Reported-By: clang -Wall
|
|
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)
|
|
(and be it if it tries to announce that…)
|
|
Author: jgg
Date: 2001-02-27 04:26:03 GMT
Extract Templates adjustments
|
|
Author: tausq
Date: 2001-02-25 04:53:59 GMT
apt-extracttemplates cleanup
|