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
/
StringBuilder.h
Age
Commit message (
Expand
)
Author
2020-02-14
AK: Add a forward declaration header
Andreas Kling
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-29
AK: Add StringBuilder::length() and trim(int)
Andreas Kling
2019-09-28
AK: Add StringBuilder::string_view() and StringBuilder::clear()
Sergey Bugaev
2019-09-06
AK: Rename <AK/AKString.h> to <AK/String.h>
Andreas Kling
2019-08-07
JSON: Templatize the JSON serialization code
Andreas Kling
2019-06-14
AK: Massage it into building on my host system without breaking Serenity.
Andreas Kling
2019-06-02
Take StringView in more places
Robin Burchell
2019-05-28
Add clang-format file
Robin Burchell
2019-02-25
More moving towards using signed types.
Andreas Kling
2019-01-31
Big, possibly complete sweep of naming changes.
Andreas Kling
2019-01-30
Add a String::format() and use that in place of ksprintf() in the Kernel.
Andreas Kling
2019-01-28
VFS: Resolve FIXME in Inode::read_entire() about using dynamic allocation.
Andreas Kling
2019-01-18
StringBuilder: Use a ByteBuffer internally instead of a Vector<String>.
Andreas Kling
2019-01-18
Add a simple StringBuilder::appendf() and use it for ProcFS.
Andreas Kling
2018-12-04
Import a simple text editor I started working on.
Andreas Kling
2018-11-18
Finally hook up the mkdir code to a syscall.
Andreas Kling
2018-10-10
Import all this stuff into a single repo called Serenity.
Andreas Kling