summaryrefslogtreecommitdiff
path: root/apt-pkg/deb/debversion.h
Commit message (Collapse)AuthorAgeFilesLines
* Annotate more methods with APT_OVERRIDEJulian Andres Klode2015-08-111-2/+2
| | | | | | Gbp-Dch: ignore Reported-By: g++ -Wsuggest-override Thanks: g++ -Wsuggest-override
* 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
* add d-pointer, virtual destructors and de-inline de/constructorsDavid Kalnischkies2015-06-161-1/+0
| | | | | | | | To have a chance to keep the ABI for a while we need all three to team up. One of them missing and we might loose, so ensuring that they are available is a very tedious but needed task once in a while. Git-Dch: Ignore
* follow method attribute suggestions by gccDavid Kalnischkies2014-03-131-7/+7
| | | | | Git-Dch: Ignore Reported-By: gcc -Wsuggest-attribute={pure,const,noreturn}
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-3/+3
| | | | | | | | 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)
* remove old APT_COMPATIBILITY ifdef'sDavid Kalnischkies2011-09-191-28/+0
|
* do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies2011-09-191-3/+3
|
* * removed the pragma messMichael Vogt2006-10-021-3/+1
|
* RPM version compare test programArch Librarian2004-09-201-4/+4
| | | | | | Author: jgg Date: 2001-05-03 05:25:04 GMT RPM version compare test program
* Join with aliencodeArch Librarian2004-09-201-0/+72
Author: jgg Date: 2001-02-20 07:03:16 GMT Join with aliencode