summaryrefslogtreecommitdiff
path: root/apt-inst/contrib/arfile.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge libapt-inst into libapt-pkgJulian Andres Klode2019-05-061-69/+0
|
* Add 'explicit' to most single argument constructorsJulian Andres Klode2019-04-301-1/+1
| | | | | | | | | | | This prevents implicit conversions that we do not want, such as having a FileFd* being converted to a debListParser. Two cases are not yet handled because they require changes in code using them: 1. The classes in hashes.h 2. The URI class - this one is used quite a lot
* 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/+1
| | | | | | | | | | | | | 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.
* remove the compatibility markers for 4.13 abiDavid Kalnischkies2015-08-101-4/+0
| | | | | | | | We aren't and we will not be really compatible again with the previous stable abi, so lets drop these markers (which never made it into a released version) for good as they have outlived their intend already. Git-Dch: Ignore
* guard ABI changes for LFS in apt-instDavid Kalnischkies2014-11-081-0/+5
| | | | Git-Dch: Ignore
* Fix ar and tar code to be LFS-safeGuillem Jover2014-07-081-1/+1
| | | | | | This is an ABI break. Closes: #742882
* revert 2184.1.3: forward declaration instead of headersDavid Kalnischkies2011-12-131-0/+3
| | | | | The breakage is just to big for now, so guard the change with #ifndef APT_8_CLEANER_HEADERS and be nice to library users
* use forward declaration in headers if possible instead of includesDavid Kalnischkies2011-09-191-1/+2
|
* do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies2011-09-191-1/+1
|
* Support large files in the complete toolset. Indexes of thisDavid Kalnischkies2011-09-131-1/+1
| | | | size are pretty unlikely for now, but we need it for deb packages which could become bigger than 4GB now (LP: #815895)
* apt-inst/contrib/arfile.h: Add public ARArchive::Members() which returns the ↵Julian Andres Klode2010-03-121-0/+1
| | | | list of members.
* * removed the pragma messMichael Vogt2006-10-021-3/+0
|
* Join with aliencodeArch Librarian2004-09-201-0/+68
Author: jgg Date: 2001-02-20 07:03:16 GMT Join with aliencode