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-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
2021-02-28
Meta: Build AK and LibRegex tests in Lagom and for Serenity
Andrew Kaster
2021-02-28
LibWeb: Add actual document loading for the CSS (at)import rule
Sviatoslav Peleshko
2021-02-27
AK: Use Array iterator instead of indexing outside Array bounds
Andreas Kling
2021-02-27
AK: Always do bounds checking in Array::operator[]
Andreas Kling
2021-02-26
Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes
Linus Groh
2021-02-24
AK: Don't compare past '\0' in StringView::operator==(const char*)
Andreas Kling
2021-02-24
AK: Add support for AK::StringView literals with operator""sv
Brian Gianforcaro
2021-02-24
AK: Rename {DBGLN_NO => ENABLE}_COMPILETIME_FORMAT_CHECK
Linus Groh
[next]