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-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
2022-04-21
AK: Make `Vector::contains_slow` templated
ForLoveOfCats
2022-04-21
AK: Add `URL::create_with_help_scheme` helper function
ForLoveOfCats
2022-04-20
AK: Add FuzzyMatch header
faxe1008
2022-04-20
AK: Explicitly instantiate String::to_uint<unsigned long{, long}>()
Ali Mohammad Pur
2022-04-20
AK: Add a OneOfIgnoringCV concept
Ali Mohammad Pur
2022-04-17
AK: Add Kernel namespace to KStrings in AK::IPv6Address
Thitat Auareesuksakul
2022-04-14
AK: Differ between long and long long formats
Tim Schumacher
2022-04-14
AK: Deduplicate formatting hexadecimal values
Tim Schumacher
2022-04-14
AK: Merge print_i64 into print_signed_number
Tim Schumacher
2022-04-13
LibWeb: Make reverse iterators work for const NonnullPtrVectors
Andreas Kling
[next]