Age | Commit message (Expand) | Author |
---|---|---|
2022-07-12 | Tests: Remove StringView char const* initialization test | sin-ack |
2022-07-12 | Everywhere: Add sv suffix to strings relying on StringView(char const*) | sin-ack |
2022-07-12 | Everywhere: Explicitly specify the size in StringView constructors | sin-ack |
2022-04-01 | Everywhere: Run clang-format | Idan Horowitz |
2022-01-11 | AK: Define a traits helper for case-insensitive StringView hashing | Timothy Flynn |
2021-11-10 | AK+Everywhere: Stop including Vector.h from StringView.h | Andreas Kling |
2021-07-02 | AK: Implement String::find_any_of() and StringView::find_any_of() | Max Wipfli |
2021-07-02 | AK+Everywhere: Remove StringView::find_{first,last}_of(char) methods | Max Wipfli |
2021-06-27 | AK: Make the constexpr StringView methods actually constexpr | Ali Mohammad Pur |
2021-06-04 | AK: Donβt drop lines between \r and \n in StringView::lines() (#7662) | R Smith |
2021-05-06 | Tests: Move AK tests to Tests/AK | Brian Gianforcaro |