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
Age
Commit message (
Expand
)
Author
2022-07-14
AK: Use the correct data types in bitap_bitwise()
Ali Mohammad Pur
2022-07-14
AK: Add Traits<ByteBuffer>::hash()
Linus Groh
2022-07-12
AK: Remove StringView(char const*) :^)
sin-ack
2022-07-12
AK+Userland+Tests: Remove URL(char const*) constructor
sin-ack
2022-07-12
AK: Remove String <-> char const* comparison operators
sin-ack
2022-07-12
Everywhere: Replace single-char StringView op. arguments with chars
sin-ack
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-12
Everywhere: Split Error::from_string_literal and Error::from_string_view
sin-ack
2022-07-12
Everywhere: Explicitly specify the size in StringView constructors
sin-ack
2022-07-12
AK: Add string literal helpers to AK::SourceGenerator
sin-ack
2022-07-12
AK: Explicitly calculate length of char* when printing
sin-ack
2022-07-12
AK: Make CheckedFormatString pass the char array size to StringView
sin-ack
2022-07-10
AK: Treat empty string as invalid JSON
Luke Wilde
2022-07-10
LibGfx: Implement PNG filtering on write
Karol Kosek
2022-07-09
AK: Always check shift amount in LEB128 read functions
kleines Filmröllchen
2022-07-09
AK: Make VERIFY() work in MinSizeRel builds
Andreas Kling
2022-07-09
AK: Add equality operators to compare RefPtr to NonNullRefPtr
Allan Regush
2022-07-09
AK: Add comparison operators to NonnullRefPtr
Allan Regush
2022-07-09
AK: Add IPv4Address::netmask_from_cidr
Maciej
2022-07-06
AK: Use an enum instead of a bool for String::replace(all_occurences)
DexesTTP
2022-07-05
AK: Add an align_down_to power of two helper
Idan Horowitz
2022-07-04
AK: Add header for generic shorthands
FrHun
2022-07-04
AK: Add `nodiscard` attribute to Find functions
Lenny Maiorani
2022-07-04
AK: Add `nodiscard` attribute to BitStream functions
Lenny Maiorani
2022-07-04
AK: Add `nodiscard` attribute to BitCast functions
Lenny Maiorani
2022-07-04
AK: Add `nodiscard` attribute to BinarySearch functions
Lenny Maiorani
2022-07-04
AK: Add `nodiscard` attribute to BinaryHeap functions
Lenny Maiorani
2022-07-04
AK: Add `nodiscard` attribute to Base64 functions
Lenny Maiorani
2022-07-04
AK: Add `nodiscard` attribute to AnyOf functions
Lenny Maiorani
2022-07-04
AK: Add `nodiscard` attribute to AllOf functions
Lenny Maiorani
2022-06-30
AK: Add AK::ceil(float) and AK::ceil_log2(integer)
MacDue
2022-06-27
AK: Perform a resize in ByteBuffer::get_bytes_for_writing()
Lucas CHOLLET
2022-06-26
AK: Recognize __CLION_IDE__ as well as __CLION_IDE_
Ali Mohammad Pur
2022-06-23
AK: Add saturating addition and subtraction to Checked
kleines Filmröllchen
2022-06-23
AK: Zero previous pointer *after* fixing the insertion list in HashTable
Hendiadyoin1
2022-06-22
AK: Clear the previous and next pointers of deleted HashTable buckets
Idan Horowitz
2022-06-18
Revert "AK: Add comparison operators to NonnullOwnPtr"
Linus Groh
2022-06-18
AK: Add comparison operators to NonnullOwnPtr
Allan Regush
2022-06-15
AK+Kernel: Remove RefPtrTraits template param in userspace code
Andreas Kling
2022-06-15
Kernel+AK: Split Weakable.h into userspace and kernel variants
Andreas Kling
2022-06-14
AK: Add sqrt(2) and sqrt(1/2) constants
Hediadyoin1
2022-06-13
LibWeb: Add ability to present LibGL framebuffer and add clearing
Luke Wilde
2022-06-13
AK/ByteBuffer+Everywhere: Handle errors in ByteBuffer::slice()
Matthias Zimmerman
2022-06-10
AK: Make URL ApplicationXWWWFormUrlencoded encoding closer to spec
Karol Kosek
2022-06-10
AK: Append correct number of port characters when serializing a URL
Karol Kosek
2022-06-10
AK: Add SinglyLinkedList::prepend()
Tim Schumacher
2022-06-09
AK: Add Error::operator==(Error const&)
Lucas CHOLLET
2022-05-26
AK: Add invert_case() and invert_case(StringView)
huttongrabiel
2022-05-21
AK: Use static_cast to cast to base type
Ali Mohammad Pur
2022-05-12
AK+DHCPClient: Fix false positive gcc 12 warnings
Daniel Bertalan
[next]