<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apt/apt-pkg/contrib/progress.h, branch 1.4.2</title>
<subtitle>Debians commandline package manager</subtitle>
<id>https://git.kalnischkies.de/apt/atom?h=1.4.2</id>
<link rel='self' href='https://git.kalnischkies.de/apt/atom?h=1.4.2'/>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/'/>
<updated>2015-08-10T15:27:17Z</updated>
<entry>
<title>add c++11 override marker to overridden methods</title>
<updated>2015-08-10T15:27:17Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2015-07-08T22:35:40Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=3b3028467ceccca0b73a8f53051c0fa4de313111'/>
<id>urn:sha1:3b3028467ceccca0b73a8f53051c0fa4de313111</id>
<content type='text'>
C++11 adds the 'override' specifier to mark that a method is overriding
a base class method and error out if not. We hide it in the APT_OVERRIDE
macro to ensure that we keep compiling in pre-c++11 standards.

Reported-By: clang-modernize -add-override -override-macros
Git-Dch: Ignore
</content>
</entry>
<entry>
<title>Fix typos in documentation (codespell)</title>
<updated>2014-02-22T17:34:33Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@debian.org</email>
</author>
<published>2014-02-22T17:34:33Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=1e3f4083db29bba600b9725e9456b0e140975c99'/>
<id>urn:sha1:1e3f4083db29bba600b9725e9456b0e140975c99</id>
<content type='text'>
</content>
</entry>
<entry>
<title>revert 2184.1.2: do not pollute namespace in headers</title>
<updated>2011-12-12T23:54:37Z</updated>
<author>
<name>David Kalnischkies</name>
<email>kalnischkies@gmail.com</email>
</author>
<published>2011-12-12T23:54:37Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=a4f6bdc8bd91c7282ae9ac60c44844c6f0058a65'/>
<id>urn:sha1:a4f6bdc8bd91c7282ae9ac60c44844c6f0058a65</id>
<content type='text'>
The breakage is just to big for now, so guard the change with
#ifndef APT_8_CLEANER_HEADERS and be nice to library users
</content>
</entry>
<entry>
<title>do not pollute namespace in the headers with using (Closes: #500198)</title>
<updated>2011-09-19T11:31:29Z</updated>
<author>
<name>David Kalnischkies</name>
<email>kalnischkies@gmail.com</email>
</author>
<published>2011-09-19T11:31:29Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=8f3ba4e8708cb72be19dacc2af4f601ee5fea292'/>
<id>urn:sha1:8f3ba4e8708cb72be19dacc2af4f601ee5fea292</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support large files in the complete toolset. Indexes of this</title>
<updated>2011-09-13T15:46:48Z</updated>
<author>
<name>David Kalnischkies</name>
<email>kalnischkies@gmail.com</email>
</author>
<published>2011-09-13T15:46:48Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=650faab01603caac04494d54cf6b10a65c00ea13'/>
<id>urn:sha1:650faab01603caac04494d54cf6b10a65c00ea13</id>
<content type='text'>
size are pretty unlikely for now, but we need it for deb
packages which could become bigger than 4GB now (LP: #815895)</content>
</entry>
<entry>
<title>fix SubProgress to accept a Percent parameter to update the Current</title>
<updated>2011-05-10T10:18:08Z</updated>
<author>
<name>David Kalnischkies</name>
<email>kalnischkies@gmail.com</email>
</author>
<published>2011-05-10T10:18:08Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=c6660a4ba95e2c8112ee5190a71bdfa6640eb35d'/>
<id>urn:sha1:c6660a4ba95e2c8112ee5190a71bdfa6640eb35d</id>
<content type='text'>
with the text as otherwise the update will be ignored
</content>
</entry>
<entry>
<title>* removed the remaining #ifdef __GNUG__ that are no longer required</title>
<updated>2006-10-02T14:47:38Z</updated>
<author>
<name>Michael Vogt</name>
<email>michael.vogt@ubuntu.com</email>
</author>
<published>2006-10-02T14:47:38Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=ca17f356866363d22d3263201f22cb0c45a46623'/>
<id>urn:sha1:ca17f356866363d22d3263201f22cb0c45a46623</id>
<content type='text'>
</content>
</entry>
<entry>
<title>* removed the pragma mess</title>
<updated>2006-10-02T14:16:54Z</updated>
<author>
<name>Michael Vogt</name>
<email>michael.vogt@ubuntu.com</email>
</author>
<published>2006-10-02T14:16:54Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=1350057372b095f718c0073a704f2c1960c04c81'/>
<id>urn:sha1:1350057372b095f718c0073a704f2c1960c04c81</id>
<content type='text'>
</content>
</entry>
<entry>
<title>* applied parts of the string speedup patch from debian #319377 (ABI change)</title>
<updated>2005-11-23T00:00:13Z</updated>
<author>
<name>Michael Vogt</name>
<email>michael.vogt@ubuntu.com</email>
</author>
<published>2005-11-23T00:00:13Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=171c75f13acc955110a6c4693c7b8fe243709843'/>
<id>urn:sha1:171c75f13acc955110a6c4693c7b8fe243709843</id>
<content type='text'>
</content>
</entry>
<entry>
<title>G++3 fixes from Randolph</title>
<updated>2004-09-20T16:57:52Z</updated>
<author>
<name>Arch Librarian</name>
<email>arch@canonical.com</email>
</author>
<published>2004-09-20T16:57:52Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=233b185f104d72df97b953362ef154e628a3c4c8'/>
<id>urn:sha1:233b185f104d72df97b953362ef154e628a3c4c8</id>
<content type='text'>
Author: jgg
Date: 2001-05-07 05:05:13 GMT
G++3 fixes from Randolph
</content>
</entry>
</feed>
