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
/
StringImpl.cpp
Age
Commit message (
Expand
)
Author
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-02-19
AK: Make CaseInsensitiveStringTraits allocation-free
Andreas Kling
2021-10-25
AK: Add fast path for constructing StringImpl from "" literal
Andreas Kling
2021-07-11
AK: Use kfree_sized() in AK::StringImpl
Andreas Kling
2021-07-02
AK: Implement StringView::to_{lower,upper}case_string
Max Wipfli
2021-05-17
AK: Include HashTable.h in StringImpl.cpp
Ali Mohammad Pur
2021-05-14
AK: Remove unused STRINGIMPL_DEBUG instrumentation
Andreas Kling
2021-05-14
AK: Make StringView::hash() constexpr
Andreas Kling
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-25
Everywhere: Hook up remaining debug macros to Debug.h.
asynts
2021-01-25
Everywhere: Remove unnecessary debug comments.
asynts
2020-11-25
AK: Don't return empty StringImpl from create() when char* starts with \0
Linus Groh
2020-10-08
AK: Use new format functions.
asynts
2020-08-30
AK: Add missing declaration in StringImpl.cpp
Andreas Kling
2020-08-30
AK: Unbreak building with extra debug macros
Ben Wiederhake
2020-08-06
AK: Add String constructor from ReadonlyBytes.
asynts
2020-03-22
AK: Add FlyString, a simple flyweight string class
Andreas Kling
2020-03-08
AK: Move memory stuff (fast memcpy, etc) to a separate header
Andreas Kling
2020-02-25
AK: Have AK/kmalloc.h #include <new> on other platforms
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-13
Revert "AK: Made Strings reversible"
Andreas Kling
2019-09-13
AK: Made Strings reversible
Jesse Buhagiar
2019-06-24
StringImpl: Fix possible uninitialized access in StringImpl::create().
Andreas Kling
2019-06-21
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
Andreas Kling
2019-06-20
AK: Make StringImpl a bit smaller.
Andreas Kling
2019-06-14
AK: Massage it into building on my host system without breaking Serenity.
Andreas Kling
2019-05-28
Add clang-format file
Robin Burchell
2019-04-07
AK: Improve StringImpl chomping a bit.
Andreas Kling
2019-03-12
Kernel: Cache MAC<->IP mappings (from ARP responses) seen on the wire.
Andreas Kling
2019-02-25
More moving towards using signed types.
Andreas Kling
2019-02-25
Convert more RetainPtr use to Retained.
Andreas Kling
2019-02-17
AK: Fix broken instrumentation code for StringImpl.
Andreas Kling
2019-02-06
Bootloader: Locate the kernel's data segment and clear it.
Andreas Kling
2019-02-03
Get nyancat nyanning in Serenity.
Andreas Kling
2019-01-31
Big, possibly complete sweep of naming changes.
Andreas Kling
2018-12-28
Plug leaks in SynthFS::remove_file().
Andreas Kling
2018-12-21
Yet another pass of style fixes.
Andreas Kling
2018-12-04
Import a simple text editor I started working on.
Andreas Kling
2018-11-09
Make kernel build with clang.
Andreas Kling
2018-11-07
Add a Chomp feature to String construction that removes a trailing newline.
Andreas Kling
2018-10-22
Add a CircularQueue template class to AK.
Andreas Kling
2018-10-22
Oops, StringImpl's "the empty string" global was not always initialized.
Andreas Kling
2018-10-17
Integrate ext2 from VFS into Kernel.
Andreas Kling
2018-10-16
Reduce dependence on STL.
Andreas Kling
2018-10-10
Import all this stuff into a single repo called Serenity.
Andreas Kling