Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-12 | tests: don't do boundless string compares with data() | David Kalnischkies | |
Git-Dch: Ignore | |||
2016-01-15 | string_view: Drop constexpr constructor for standard compatibility | Julian Andres Klode | |
APT::StringView is supposed to be a temporary measure, until support for the standardized string_view is widely available. Introducing additional unstandardized features just makes porting to the standard version harder. The constexpr constructor also won't have any real effect on most systems, as the compiler will happily optimise the strlen() call away for constant strings. Gbp-Dch: ignore | |||
2016-01-15 | provide a constexpr char[] overload for APT::StringView | David Kalnischkies | |
The commit also adds a few trivial tests Git-Dch: Ignore |