summaryrefslogtreecommitdiff
path: root/apt-pkg/deb/debsystem.h
Commit message (Collapse)AuthorAgeFilesLines
* mark private methods as hiddenDavid Kalnischkies2014-09-301-1/+1
| | | | | | | | | | We are the only possible users of private methods, so we are also the only users who can potentially export them via using them in inline methods. The point is: We don't need these symbols exported if we don't do this, so marking them as hidden removes some methods from the API without breaking anything as nobody could have used them. Git-Dch: Ignore
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-1/+9
| | | | | | | | 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)
* use forward declaration in headers if possible instead of includesDavid Kalnischkies2011-09-191-1/+3
|
* apt-pkg/tagfile.h: add dpointer placeholder, make destructor virtual; ↵Michael Vogt2011-01-281-1/+1
| | | | apt-pkg/deb/debsystem.h: make destructor virtual
* apt-pkg/deb/debsystem.{cc,h}: add dpointerMichael Vogt2011-01-271-6/+5
|
* * removed the pragma messMichael Vogt2006-10-021-4/+0
|
* G++ 3.2 fixesArch Librarian2004-09-201-3/+3
| | | | | | Author: jgg Date: 2003-01-11 07:16:33 GMT G++ 3.2 fixes
* 'apt-cache policy' preferences debug tool.Arch Librarian2004-09-201-1/+7
| | | | | | Author: jgg Date: 2001-04-29 05:13:51 GMT 'apt-cache policy' preferences debug tool.
* Join with aliencodeArch Librarian2004-09-201-0/+41
Author: jgg Date: 2001-02-20 07:03:16 GMT Join with aliencode