Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-08 | operator==(char*, StringView) use StringView.operator== | Julian Andres Klode | |
Use the same path for both comparisons, as the operator== path is faster than just calling compare() - it avoids any comparison if the size differs. Gbp-Dch: ignore | |||
2016-01-07 | StringView: rfind: pos should be end of substr, not start | Julian Andres Klode | |
Gbp-Dch: ignore | |||
2016-01-07 | StringView: pos argument default should be npos | Julian Andres Klode | |
Gbp-Dch: ignore | |||
2016-01-07 | StringView::rfind(): Call rfind() instead of find() on subst | Julian Andres Klode | |
Thanks: Niels Thykier for reporting on IRC Gbp-Dch: ignore | |||
2016-01-07 | Introduce internal APT::StringView class | Julian Andres Klode | |
The class APT::StringView implements a drop-in replacement for a subset of C++17 std::string_view() features. It will be dropped at a later point and may not be used in public interfaces. |