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
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-11
AK: Annotate StringBuilder functions as [[nodiscard]]
Brian Gianforcaro
2021-02-23
AK+Kernel+Userland: Enable some more compiletime format string checks
AnotherTest
2021-01-12
AK: Simplify constructors and conversions from nullptr_t
Lenny Maiorani
2021-01-11
AK: Enable format string warnings for AK printf wrappers
Sahan Fernando
2020-11-24
AK: Add some inline capacity to StringBuilder
Andreas Kling
2020-11-02
AK+Kernel: Escape JSON keys & values
Andreas Kling
2020-10-02
AK+Format: Do some housekeeping in the format implementation.
asynts
2020-09-23
AK: Resolve format related circular dependencies properly.
asynts
2020-09-22
AK: Add StringBuilder::appendff using the new format.
asynts
2020-08-05
Unicode: Try s/codepoint/code_point/g again
Nico Weber
2020-08-05
Revert "Unicode: s/codepoint/code_point/g"
Nico Weber
2020-08-03
Unicode: s/codepoint/code_point/g
Andreas Kling
2020-06-04
AK: Add StringBuilder::append_codepoint(u32)
Andreas Kling
2020-05-17
AK: Add StringBuilder::append(Utf32View)
Andreas Kling
2020-03-20
AK: Add StringBuilder::join() for joining collections with a separator
Andreas Kling
2020-03-08
AK: Improve the API of StringBuilder
howar6hill
2020-02-22
AK: Add StringBuilder::is_empty()
Shannon Booth
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