Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add c++11 override marker to overridden methods | David Kalnischkies | 2015-08-10 | 1 | -2/+3 |
| | | | | | | | | | 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 | ||||
* | Fix typos in documentation (codespell) | Michael Vogt | 2014-02-22 | 1 | -1/+1 |
| | |||||
* | revert 2184.1.2: do not pollute namespace in headers | David Kalnischkies | 2011-12-13 | 1 | -0/+4 |
| | | | | | The breakage is just to big for now, so guard the change with #ifndef APT_8_CLEANER_HEADERS and be nice to library users | ||||
* | do not pollute namespace in the headers with using (Closes: #500198) | David Kalnischkies | 2011-09-19 | 1 | -10/+8 |
| | |||||
* | Support large files in the complete toolset. Indexes of this | David Kalnischkies | 2011-09-13 | 1 | -8/+8 |
| | | | | size are pretty unlikely for now, but we need it for deb packages which could become bigger than 4GB now (LP: #815895) | ||||
* | fix SubProgress to accept a Percent parameter to update the Current | David Kalnischkies | 2011-05-10 | 1 | -2/+1 |
| | | | | with the text as otherwise the update will be ignored | ||||
* | * removed the remaining #ifdef __GNUG__ that are no longer required | Michael Vogt | 2006-10-02 | 1 | -2/+0 |
| | |||||
* | * removed the pragma mess | Michael Vogt | 2006-10-02 | 1 | -1/+0 |
| | |||||
* | * applied parts of the string speedup patch from debian #319377 (ABI change) | Michael Vogt | 2005-11-23 | 1 | -2/+2 |
| | |||||
* | G++3 fixes from Randolph | Arch Librarian | 2004-09-20 | 1 | -1/+3 |
| | | | | | | Author: jgg Date: 2001-05-07 05:05:13 GMT G++3 fixes from Randolph | ||||
* | Dsync merge | Arch Librarian | 2004-09-20 | 1 | -2/+1 |
| | | | | | | Author: jgg Date: 1999-01-18 06:20:07 GMT Dsync merge | ||||
* | Sync | Arch Librarian | 2004-09-20 | 1 | -2/+6 |
| | | | | | | Author: jgg Date: 1998-10-02 04:39:42 GMT Sync | ||||
* | More progress updates | Arch Librarian | 2004-09-20 | 1 | -1/+2 |
| | | | | | | Author: jgg Date: 1998-08-26 04:52:23 GMT More progress updates | ||||
* | Big changes | Arch Librarian | 2004-09-20 | 1 | -3/+5 |
| | | | | | | Author: jgg Date: 1998-08-23 03:52:22 GMT Big changes | ||||
* | Generic progress meter | Arch Librarian | 2004-09-20 | 1 | -0/+84 |
Author: jgg Date: 1998-07-21 05:33:18 GMT Generic progress meter |