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
2021-04-25
AK+Userland: Move AK/TestSuite.h into LibTest and rework Tests' CMake
Andrew Kaster
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2020-11-05
AK: printf was not accounting for plus sign with "%+d"
Andreas Kling
2020-07-30
AK: Add (more) tests for String(View)::split*
AnotherTest
2020-07-28
AK: Make String::substring() return non-null for 0-length strings
Peter Elliott
2020-07-21
AK: Add case insensitive version of starts_with
Luke
2020-06-12
AK: Make string-to-number conversion helpers return Optional
Andreas Kling
2020-05-26
AK: Expand string tests to include ends_with case insensitivity
Brian Gianforcaro
2020-05-15
AK: StringBuilder with 0 initial capacity shouldn't build null String
Andreas Kling
2020-05-06
AK: Make tests compilable with the serenity target toolchain
Emanuel Sprung
2020-04-14
AK: Add a little test for String::split()
Andreas Kling
2020-04-01
AK: Add String::replace() functionality
Emanuel Sprung
2020-03-22
AK: Add FlyString, a simple flyweight string class
Andreas Kling
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