summaryrefslogtreecommitdiff
path: root/AK/StringBuilder.h
AgeCommit message (Expand)Author
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