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-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
2022-05-09
AK: Add `clamp(f32x4, float, float)`
Jelle Raaijmakers
2022-05-08
AK+LibGUI: Pass predicate to *_matching() methods by const reference
Vitaly Dyachkov
2022-05-08
AK: Use AK:: sin and cos on aarch64 build
EWouters
2022-05-07
AK: Use builtin versions of `llrint{,l,f}`
EWouters
2022-05-07
AK: Add an SSE2 specific implementation of sqrt(double)
Hendiadyoin1
2022-05-07
AK: Add a cpp-y, more fine grained version of fenv.h: FPControl.h
Hendiadyoin1
2022-05-07
AK: Add an helper for quick hardware based rounding
Hendiadyoin1
2022-04-27
AK: Put invalid UTF8 debug spam behind a flag
kleines Filmröllchen
2022-04-23
AK: Make sure we don't include Math.h or math.h from KERNEL
Andrew Kaster
2022-04-21
LibCore: Introduce SharedSingleProducerCircularQueue
kleines Filmröllchen
2022-04-21
AK: Allow alignment to cache line size with CACHE_ALIGNED
kleines Filmröllchen
2022-04-21
AK: Expose RedBlackTree::find_smallest_not_below()
Tim Schumacher
[next]