Guillem Jover
164f1b78d1
Remove obsolete RCS keywords
Prompted-by: Jakub Wilk <jwilk@debian.org>
4 years ago
Julian Andres Klode
87274d0f22
Reformat and sort all includes with clang-format
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.
5 years ago
David Kalnischkies
c8a4ce6cbe
add d-pointer, virtual destructors and de-inline de/constructors
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
7 years ago
David Kalnischkies
453b82a388
cleanup headers and especially #includes everywhere
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)
8 years ago
David Kalnischkies
dcaa118550
fix a bunch of cppcheck "(warning) Member variable '<#>' is not
initialized in the constructor." messages (no functional change)
10 years ago
David Kalnischkies
ea54214002
reorder includes: add <config.h> if needed and include it at first
11 years ago
Michael Vogt
cce08fb5ac
* remove all the remaining #pragma implementation
15 years ago
Arch Librarian
b2e465d6d3
Join with aliencode
Author: jgg
Date: 2001-02-20 07:03:16 GMT
Join with aliencode
18 years ago
Arch Librarian
fb0ee66e0b
Added compile and unpack support to apt-get
Author: jgg
Date: 1999-04-19 06:03:09 GMT
Added compile and unpack support to apt-get
18 years ago
Arch Librarian
143e0a1f9a
Version compare glitch
Author: jgg
Date: 1998-12-05 01:44:57 GMT
Version compare glitch
18 years ago
Arch Librarian
6a19558e1e
Fixed versioning bug
Author: jgg
Date: 1998-11-28 20:50:24 GMT
Fixed versioning bug
18 years ago
Arch Librarian
1e4e52e0f7
Fixed version compare glitch
Author: jgg
Date: 1998-11-26 23:29:42 GMT
Fixed version compare glitch
18 years ago
Arch Librarian
6fc33863f3
Comment touch ups
Author: jgg
Date: 1998-07-19 21:24:11 GMT
Comment touch ups
18 years ago
Arch Librarian
094a497dd2
First draft of make system and name change to apt-pkg
Author: jgg
Date: 1998-07-12 23:58:20 GMT
First draft of make system and name change to apt-pkg
18 years ago
Arch Librarian
6c139d6e36
Sync
Author: jgg
Date: 1998-07-07 04:17:00 GMT
Sync
18 years ago
Arch Librarian
f55a958ff2
Checkpoint
Author: jgg
Date: 1998-07-04 05:57:34 GMT
Checkpoint
18 years ago
Arch Librarian
578bfd0aed
Base revisions
Author: jgg
Date: 1998-07-02 02:58:12 GMT
Base revisions
18 years ago