Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump SONAMEs in preparation for ABI breaks | Julian Andres Klode | 2019-02-26 | 1 | -69/+0 |
| | |||||
* | Update symbols | Julian Andres Klode | 2018-08-20 | 1 | -0/+2 |
| | |||||
* | Fix various typos reported by spellcheckers | David Kalnischkies | 2018-05-05 | 1 | -1/+1 |
| | | | | | Reported-By: codespell & spellintian Gbp-Dch: Ignore | ||||
* | Pass -fvisibility-inlines-hidden to g++ | Julian Andres Klode | 2016-06-01 | 1 | -6/+0 |
| | | | | | | | | | | | | | | This reduces the number of symbols by about 10%. Unfortunately, it does not seem to cover all the weird std::vector and friend template expansions. ABI should not brake due to that change: It was never specified before whether an inline symbol was exported or not; so no library could rely on its presence. Instead, the symbols were exported in each library/program needing it and and then merged into a common one by the dynamic linker. Also update the symbol files to account for the removed symbols. | ||||
* | update libapt-{pkg,inst} symbols files | David Kalnischkies | 2015-11-19 | 1 | -0/+1 |
| | |||||
* | Bump apt-inst SONAME to 2.0 to adjust for the ABI break in apt-pkg | Julian Andres Klode | 2015-08-11 | 1 | -0/+72 |