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
/
String.h
Age
Commit message (
Expand
)
Author
2020-05-25
AK: Add String::is_one_of(...)
Andreas Kling
2020-05-13
AK: Replace String::trim_spaces() with String::trim_whitespace()
Linus Groh
2020-05-11
AK: Add String::trim_spaces()
Linus Groh
2020-04-13
LibELF: Add find_demangled_function
Itamar
2020-04-01
AK: Add String::replace() functionality
Emanuel Sprung
2020-03-28
AK: Add some string comparison operators
Andreas Kling
2020-03-23
AK: Reduce header dependency graph of String.h
Andreas Kling
2020-03-22
AK: Add FlyString::to_lowercase() and LogStream operator<<(FlyString)
Andreas Kling
2020-03-10
AK: Add begin() and end() to String and StringView
howar6hill
2020-03-08
AK: Move memory stuff (fast memcpy, etc) to a separate header
Andreas Kling
2020-03-08
AK: Use __builtin_memset() and such to reduce header dependencies
Andreas Kling
2020-03-02
AK: Move to_int(), to_uint() implementations to StringUtils (#1338)
howar6hill
2020-03-02
AK: Move the wildcard-matching implementation to StringUtils
howar6hill
2020-02-15
AK: Add String starts_with(char) & ends_with(char)
Shannon Booth
2020-02-14
AK: Add a forward declaration header
Andreas Kling
2020-02-13
AK: Move escape_html_entities() from LibHTML to AK
Andreas Kling
2020-02-10
AK: Remove bitrotted Traits::dump() mechanism
Andreas Kling
2020-02-05
AK: Break String::number() overloads into i/l/ll and u/ul/ull
Andreas Kling
2020-02-05
AK: Add support for 64-bit size_t
joshua stein
2020-01-22
AK: Also add a keep_empty argument to String::split[_limit]()
Sergey Bugaev
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-06
AK+Demos+Libraries: Remove executable permissions from {.cpp,.h} files
Shannon Booth
2019-12-18
AK: Add String::equals_ignoring_case(StringView)
Andreas Kling
2019-12-09
AK: Use size_t for the length of strings
Andreas Kling
2019-10-28
AK: Add String::contains(String)
Andreas Kling
2019-10-18
AK: Add String::hash()
Andreas Kling
2019-10-07
AK: Make String compile on platforms where size_t==u32
Andreas Kling
2019-09-28
AK: Add a keep_empty argument to String[View]::substring{_view}
Sergey Bugaev
2019-09-13
Revert "AK: Made Strings reversible"
Andreas Kling
2019-09-13
AK: Made Strings reversible
Jesse Buhagiar
2019-09-11
AK: Add String::number(size_t) overload
Andreas Kling
2019-09-06
AK: Rename <AK/AKString.h> to <AK/String.h>
Andreas Kling
2018-12-04
Import a simple text editor I started working on.
Andreas Kling
2018-11-07
Add a Chomp feature to String construction that removes a trailing newline.
Andreas Kling
2018-10-31
Add getpwent() family of functions to LibC.
Andreas Kling
2018-10-28
Add a simple FileSystemPath class that can canonicalize paths.
Andreas Kling
2018-10-26
Add sys$gethostname and /bin/hostname
Andreas Kling
2018-10-24
Add a "pwd" utility to userland.
Andreas Kling
2018-10-17
Integrate ext2 from VFS into Kernel.
Andreas Kling
2018-10-16
Add String::substring().
Andreas Kling
2018-10-10
Import all this stuff into a single repo called Serenity.
Andreas Kling