index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
AK
/
Tests
/
TestString.cpp
Age
Commit message (
Expand
)
Author
2020-02-15
AK: Add String starts_with(char) & ends_with(char)
Shannon Booth
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-12-09
AK: Use size_t for the length of strings
Andreas Kling
2019-09-13
Revert "AK: Made Strings reversible"
Andreas Kling
2019-09-13
AK: Made Strings reversible
Jesse Buhagiar
2019-09-06
AK: Rename <AK/AKString.h> to <AK/String.h>
Andreas Kling
2019-08-02
TestSuite: Hijack the ASSERT macros during unit tests.
Andreas Kling
2019-07-16
AK: Add a new TestSuite.h from my own work, adapted to match the existing one...
Robin Burchell
2019-07-13
AK: Support case-insensitive HashMap<String, T>.
Andreas Kling
2019-07-11
AKString: add missing comparison operators
Lawrence Manning
2019-06-14
AK/Tests: Add a simple EXPECT_EQ macro and use it for the String test.
Andreas Kling
2019-06-14
AK/Tests: Add some macros for testing.
Andreas Kling
2019-06-14
AK/Tests: Add a couple more String tests.
Andreas Kling
2019-06-14
AK: Add an extremely primitive unit test for String.
Andreas Kling