| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make APT::StringView public | Julian Andres Klode | 2019-06-11 | 1 | -75/+0 |
| | | |||||
| * | Remove obsolete RCS keywords | Guillem Jover | 2018-05-07 | 1 | -1/+0 |
| | | | | | Prompted-by: Jakub Wilk <jwilk@debian.org> | ||||
| * | Reformat and sort all includes with clang-format | Julian Andres Klode | 2017-07-12 | 1 | -1/+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. | ||||
| * | Switch performance critical code to use APT::StringView | Julian Andres Klode | 2016-01-07 | 1 | -0/+76 |
| This improves performance of the cache generation on my ARM platform (4x Cortex A15) by about 10% to 20% from 2.35-2.50 to 2.1 seconds. | |||||
