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
2021-04-02
AK: Inline HashTable writing bucket lookup
thislooksfun
2021-04-02
AK: Inline the bucket index calculation
thislooksfun
2021-04-02
AK: Add tests for HashTable
thislooksfun
2021-04-02
LibJS: Add initial support for Promises
Linus Groh
2021-04-01
AK: Fix bogus return type of Result::release_error() (#6054)
vcollette
2021-03-28
AK: Add Signed/Unsigned concepts.
Michel Hermier
2021-03-28
AK: Add IsSigned conterpart to IsUnsigned.
Michel Hermier
2021-03-28
AK: Remove IsSigned<char> test as it is platform/compiler dependant.
Michel Hermier
2021-03-28
AK: Make Concepts.h and StdLibExtras.h properly alias their own sumbols.
Michel Hermier
2021-03-27
AK: Add complex number library
Cesar Torres
2021-03-26
AK: Allow assigning a value to a specific index in a JsonArray
Timothy Flynn
2021-03-25
AK: Add starts_with to Utf8View
Idan Horowitz
2021-03-25
AK: Add longer human readable size to string helper function
David Isaksson
2021-03-23
LibGUI: Remove one ancient GMENU_DEBUG debug log
Andreas Kling
2021-03-23
AK: Implement bit_cast
Oleg Sikorskiy
2021-03-21
Kernel::CPU: Move headers into common directory
Hendiadyoin1
2021-03-21
AK+LibC: Make %p specifier Architecture Independent
Hendiadyoin1
2021-03-21
AK: Fix integer_sequence_generate_array
Hendiadyoin1
2021-03-21
AK: Add a Ptr32 type to handle fixed sized pointers
Hendiadyoin1
2021-03-17
AK: Implement terabytes, petabytes, exabytes
Jean-Baptiste Boric
2021-03-17
AK: Add 64 bit methods to JsonValue
Jean-Baptiste Boric
2021-03-17
AK: Move move() into the "std" namespace
Andreas Kling
2021-03-17
Everywhere: Remove pessimizing and redundant move()
Andreas Kling
2021-03-17
AK: Tests: TestURL: Add port_int_overflow_wrap test
Brendan Coles
2021-03-16
LibCompress+AK: Dont short-circuit error handling propagation
Idan Horowitz
2021-03-15
LibCompress+AK: Propagate error handling to wrapped streams
Idan Horowitz
2021-03-15
AK: Make ByteBuffer::slice(0, size()) a freebie
Andreas Kling
2021-03-13
AK: Add fast paths for aligned bit writes in BitOutputStream
Idan Horowitz
2021-03-13
AK: Store BinaryHeap key-value pairs together for efficient swaps
Idan Horowitz
2021-03-13
AK: Implement minimum BinaryHeap
Idan Horowitz
2021-03-13
AK: Add OutputBitStream class
Idan Horowitz
2021-03-13
AK: Fix some overflows/underflows that weren't properly handled
Ben Wiederhake
2021-03-13
AK: Add decrement operator to Checked
Tom
2021-03-12
AK+LibCore: Remove empty files
Andreas Kling
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-03-11
AK: Add basic const iteration to IntrusiveList
Andreas Kling
2021-03-09
AK: Add Formatter for RefPtr
Andreas Kling
2021-03-09
AK: Include Assertions.h in StdLibExtras.h
Mițca Dumitru
2021-03-08
AK: Add AK_ENUM_BITWISE_OPERATORS(..) to enable type-safe enum bitwise operat...
Brian Gianforcaro
2021-03-08
AK: Take advantage of constexpr in Time and add time conversion methods
Tom
2021-03-08
AK: Initialize the AK::Time members
Tom
2021-03-08
AK: JsonObject::value_or() fallback value should be a const reference
Andreas Kling
2021-03-07
AK+Tests: Also test Checked<> with unsigned
Ben Wiederhake
2021-03-07
AK: Add optional fragment parameter to create_with_file_protocol()
speles
2021-03-05
AK: Implement IsEnum<T> and UnderlyingType<T> type traits
Brian Gianforcaro
2021-03-05
AK: Add a full memory barrier function based on atomic operations
Liav A
2021-03-04
AK: Simplify Bitmap and implement in terms of BitmapView
Andreas Kling
2021-03-04
AK: Add BitmapView class (like StringView but for bitmaps)
Andreas Kling
2021-03-04
HackStudio/LanguageServers: Move some components out of Cpp
AnotherTest
2021-03-04
Everywhere: Remove unnecessary `clang-format off`s
William McPherson
[next]