summaryrefslogtreecommitdiff
path: root/AK/StringBuilder.h
AgeCommit message (Expand)Author
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-11AK: Annotate StringBuilder functions as [[nodiscard]]Brian Gianforcaro
2021-02-23AK+Kernel+Userland: Enable some more compiletime format string checksAnotherTest
2021-01-12AK: Simplify constructors and conversions from nullptr_tLenny Maiorani
2021-01-11AK: Enable format string warnings for AK printf wrappersSahan Fernando
2020-11-24AK: Add some inline capacity to StringBuilderAndreas Kling
2020-11-02AK+Kernel: Escape JSON keys & valuesAndreas Kling
2020-10-02AK+Format: Do some housekeeping in the format implementation.asynts
2020-09-23AK: Resolve format related circular dependencies properly.asynts
2020-09-22AK: Add StringBuilder::appendff using the new format.asynts
2020-08-05Unicode: Try s/codepoint/code_point/g againNico Weber
2020-08-05Revert "Unicode: s/codepoint/code_point/g"Nico Weber
2020-08-03Unicode: s/codepoint/code_point/gAndreas Kling
2020-06-04AK: Add StringBuilder::append_codepoint(u32)Andreas Kling
2020-05-17AK: Add StringBuilder::append(Utf32View)Andreas Kling
2020-03-20AK: Add StringBuilder::join() for joining collections with a separatorAndreas Kling
2020-03-08AK: Improve the API of StringBuilderhowar6hill
2020-02-22AK: Add StringBuilder::is_empty()Shannon Booth
2020-02-14AK: Add a forward declaration headerAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-12-09AK: Use size_t for the length of stringsAndreas Kling
2019-09-29AK: Add StringBuilder::length() and trim(int)Andreas Kling
2019-09-28AK: Add StringBuilder::string_view() and StringBuilder::clear()Sergey Bugaev
2019-09-06AK: Rename <AK/AKString.h> to <AK/String.h>Andreas Kling
2019-08-07JSON: Templatize the JSON serialization codeAndreas Kling
2019-06-14AK: Massage it into building on my host system without breaking Serenity.Andreas Kling
2019-06-02Take StringView in more placesRobin Burchell
2019-05-28Add clang-format fileRobin Burchell
2019-02-25More moving towards using signed types.Andreas Kling
2019-01-31Big, possibly complete sweep of naming changes.Andreas Kling
2019-01-30Add a String::format() and use that in place of ksprintf() in the Kernel.Andreas Kling
2019-01-28VFS: Resolve FIXME in Inode::read_entire() about using dynamic allocation.Andreas Kling
2019-01-18StringBuilder: Use a ByteBuffer internally instead of a Vector<String>.Andreas Kling
2019-01-18Add a simple StringBuilder::appendf() and use it for ProcFS.Andreas Kling
2018-12-04Import a simple text editor I started working on.Andreas Kling
2018-11-18Finally hook up the mkdir code to a syscall.Andreas Kling
2018-10-10Import all this stuff into a single repo called Serenity.Andreas Kling