Age | Commit message (Expand) | Author |
---|---|---|
2020-05-26 | AK: Expand string tests to include ends_with case insensitivity | Brian Gianforcaro |
2020-05-04 | AK: Add StringView::find_first/last_of | Andrew Kaster |
2020-03-06 | AK: Fix all the warnings in the AK tests | Andreas Kling |
2020-02-22 | AK: Add StringView::starts_with(char) & StringView::ends_with(char) | Shannon Booth |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2020-01-06 | AK: Fix test compile warnings | Shannon Booth |
2019-12-29 | AK: Add StringView::ends_with function | Shannon Booth |
2019-12-02 | AK: StringView::lines() should keep empty lines | Andreas Kling |
2019-12-02 | LibMarkdown: Handle CRLF line endings | Tommy Nguyen |
2019-09-13 | TestStringView: Add test for starts_with | MinusGix |
2019-09-06 | AK: Rename <AK/AKString.h> to <AK/String.h> | Andreas Kling |
2019-08-15 | StringView: Add StringView::operator==(StringView) | Andreas Kling |