summaryrefslogtreecommitdiff
path: root/apt-pkg/tagfile.h
Commit message (Expand)AuthorAgeFilesLines
* apt-pkg: default visibility to hiddenJulian Andres Klode2020-02-261-4/+4
* Run unifdef -DAPT_{8,9,10,15}_CLEANER_HEADERSJulian Andres Klode2019-06-121-3/+0
* Update symbols and hide some pkgTagSection ABIJulian Andres Klode2019-06-111-2/+2
* Make APT::StringView publicJulian Andres Klode2019-06-111-33/+15
* tagfile: Remove deprecated pkgUserTagSection and TFRewriteJulian Andres Klode2019-02-261-16/+0
* Fix typos reported by codespell & spellintianDavid Kalnischkies2018-08-291-1/+1
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-2/+2
* fix various typos reported by spellintianDavid Kalnischkies2017-01-191-1/+1
* TagSection: Introduce functions for looking up by key idsJulian Andres Klode2016-11-221-0/+12
* TagSection: Extract Find() methods taking Pos instead of KeyJulian Andres Klode2016-11-221-0/+11
* TagSection: Split AlphaIndexes into AlphaIndexes and BetaIndexesJulian Andres Klode2016-11-221-1/+2
* Switch performance critical code to use APT::StringViewJulian Andres Klode2016-01-071-5/+28
* properly parse comments in apt_preferences and deb822-style sourcesDavid Kalnischkies2016-01-021-3/+1
* add optional support for comments in pkgTagFileDavid Kalnischkies2016-01-021-2/+21
* add messages to our deprecation warnings in libaptDavid Kalnischkies2015-11-271-3/+2
* apt-pkg/tagfile.h: Include stdint.h, fixes rdep build failuresJulian Andres Klode2015-09-111-0/+1
* use a smaller type for flags storage in the cacheDavid Kalnischkies2015-08-101-0/+4
* remove the compatibility markers for 4.13 abiDavid Kalnischkies2015-08-101-16/+0
* add c++11 override marker to overridden methodsDavid Kalnischkies2015-08-101-1/+1
* bring back deb822 sources.list entries as .sourcesDavid Kalnischkies2015-08-101-0/+8
* fix memory leaks reported by -fsanitizeDavid Kalnischkies2015-08-101-1/+1
* make all d-pointer * const pointersDavid Kalnischkies2015-08-101-4/+4
* add d-pointer, virtual destructors and de-inline de/constructorsDavid Kalnischkies2015-06-161-2/+0
* implement a more c++-style TFRewrite alternativeDavid Kalnischkies2015-05-111-12/+35
* restore ABI of pkgTagSectionDavid Kalnischkies2014-11-081-13/+11
* explicit overload methods instead of adding parametersDavid Kalnischkies2014-11-081-0/+6
* guard const-ification API changesDavid Kalnischkies2014-11-081-0/+4
* do not inline virtual destructors with d-pointersDavid Kalnischkies2014-10-131-1/+1
* fix: Member variable 'X' is not initialized in the constructor.David Kalnischkies2014-09-271-1/+1
* fix occurrence typo in tagfile commentDavid Kalnischkies2014-09-271-1/+1
* Add APT::Acquire::$(host)::By-Hash=1 knob, add Acquire-By-Hash to Release fileMichael Vogt2014-05-221-1/+2
* improve pkgTagSection scanning and parsingDavid Kalnischkies2014-05-101-21/+42
* add support for apt-get build-dep foo.dscMichael Vogt2014-04-221-0/+2
* mark optional (private) symbols as hiddenDavid Kalnischkies2014-03-211-3/+5
* warning: type qualifiers ignored on function return type [-Wignored-qualifiers]David Kalnischkies2014-03-131-1/+1
* Merge remote-tracking branch 'mvo/bugfix/coverity' into debian/sidMichael Vogt2013-08-221-1/+1
|\
| * memset() pkgTagSections data to make coverity happyMichael Vogt2013-08-061-1/+1
* | ensure that pkgTagFile isn't writing past Buffer lengthDavid Kalnischkies2013-08-151-0/+1
* | fix -Wall errorsMichael Vogt2013-08-081-1/+1
|/
* fix some unitialized data membersMichael Vogt2013-08-051-1/+1
* fix pkgTagSection::Exists() and add testMichael Vogt2013-03-181-2/+2
* revert 2184.1.3: forward declaration instead of headersDavid Kalnischkies2011-12-131-0/+4
* use forward declaration in headers if possible instead of includesDavid Kalnischkies2011-09-191-2/+4
* do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies2011-09-191-1/+1
* merge with debian/experimentalDavid Kalnischkies2011-09-131-1/+1
|\
| * merged from the debian-sid branchMichael Vogt2011-08-151-1/+1
| |\
| | * fix some cppcheck: (warning) Member variable is not initialized in the constr...David Kalnischkies2011-08-111-1/+1
* | | Support large files in the complete toolset. Indexes of thisDavid Kalnischkies2011-09-131-2/+2
|/ /
* | * [ABI-Break] Implement EDSP in libapt-pkg so that all front-ends whichMichael Vogt2011-06-081-13/+8
|\ \ | |/ |/|
| * apt-pkg/tagfile.h: add dpointer placeholder, make destructor virtual; apt-pkg...Michael Vogt2011-01-281-6/+4