summaryrefslogtreecommitdiff
path: root/apt-pkg/version.cc
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-2/+2
| | | | | | | | | | | | | 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 d-pointer, virtual destructors and de-inline de/constructorsDavid Kalnischkies2015-06-161-0/+3
| | | | | | | | 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
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-1/+1
| | | | | | | | 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)
* fix a bunch of cppcheck "(warning) Member variable '<#>' is notDavid Kalnischkies2012-03-041-2/+2
| | | | initialized in the constructor." messages (no functional change)
* reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies2011-09-131-0/+2
|
* * remove all the remaining #pragma implementationMichael Vogt2007-06-081-4/+0
|
* Join with aliencodeArch Librarian2004-09-201-244/+17
| | | | | | Author: jgg Date: 2001-02-20 07:03:16 GMT Join with aliencode
* Added compile and unpack support to apt-getArch Librarian2004-09-201-1/+22
| | | | | | Author: jgg Date: 1999-04-19 06:03:09 GMT Added compile and unpack support to apt-get
* Version compare glitchArch Librarian2004-09-201-4/+3
| | | | | | Author: jgg Date: 1998-12-05 01:44:57 GMT Version compare glitch
* Fixed versioning bugArch Librarian2004-09-201-2/+7
| | | | | | Author: jgg Date: 1998-11-28 20:50:24 GMT Fixed versioning bug
* Fixed version compare glitchArch Librarian2004-09-201-39/+65
| | | | | | Author: jgg Date: 1998-11-26 23:29:42 GMT Fixed version compare glitch
* Comment touch upsArch Librarian2004-09-201-34/+1
| | | | | | Author: jgg Date: 1998-07-19 21:24:11 GMT Comment touch ups
* First draft of make system and name change to apt-pkgArch Librarian2004-09-201-4/+4
| | | | | | Author: jgg Date: 1998-07-12 23:58:20 GMT First draft of make system and name change to apt-pkg
* SyncArch Librarian2004-09-201-7/+11
| | | | | | Author: jgg Date: 1998-07-07 04:17:00 GMT Sync
* CheckpointArch Librarian2004-09-201-7/+7
| | | | | | Author: jgg Date: 1998-07-04 05:57:34 GMT Checkpoint
* Base revisionsArch Librarian2004-09-201-0/+249
Author: jgg Date: 1998-07-02 02:58:12 GMT Base revisions