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-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
2021-03-04
AK: Add Bitmap::is_null()
Andreas Kling
2021-03-03
AK+Kernel: Remove NO_DISCARD macro hack
Linus Groh
2021-03-03
AK+LibM: Rename EXPECT_CLOSE to EXPECT_APPROXIMATE
Ben Wiederhake
2021-03-03
AK+LibM: Make EXPECT_CLOSE more useful during debugging
Ben Wiederhake
2021-03-03
AK: Fix OOO mistake in StackInfo.cpp
ihsinme
2021-03-02
AK: Make Time more usable
Ben Wiederhake
2021-03-02
Kernel: Prevent using copy_from_user() for timespec/timeval
Ben Wiederhake
2021-03-02
AK: Implement C++ 'Time' type for easier time-calculations
Ben Wiederhake
2021-03-02
AK: Remove unused template
Ben Wiederhake
2021-03-02
AK+Tests: Test Checked for main functionality
Ben Wiederhake
2021-03-01
AK/Lagom: Modify TestSuite to return how many tests failed from main
Andrew Kaster
[next]