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
/
Tests
Age
Commit message (
Expand
)
Author
2021-03-23
AK: Implement bit_cast
Oleg Sikorskiy
2021-03-17
AK: Implement terabytes, petabytes, exabytes
Jean-Baptiste Boric
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-13
AK: Implement minimum BinaryHeap
Idan Horowitz
2021-03-13
AK: Fix some overflows/underflows that weren't properly handled
Ben Wiederhake
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-07
AK+Tests: Also test Checked<> with unsigned
Ben Wiederhake
2021-03-05
AK: Implement IsEnum<T> and UnderlyingType<T> type traits
Brian Gianforcaro
2021-03-02
AK: Make Time more usable
Ben Wiederhake
2021-03-02
AK: Implement C++ 'Time' type for easier time-calculations
Ben Wiederhake
2021-03-02
AK+Tests: Test Checked for main functionality
Ben Wiederhake
2021-02-28
Meta: Build AK and LibRegex tests in Lagom and for Serenity
Andrew Kaster
2021-02-27
AK: Use Array iterator instead of indexing outside Array bounds
Andreas Kling
2021-02-26
Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes
Linus Groh
2021-02-24
AK: Add support for AK::StringView literals with operator""sv
Brian Gianforcaro
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-23
AK+Kernel+Userland: Enable some more compiletime format string checks
AnotherTest
2021-02-23
AK: Untangle TestSuite assertions a bit
AnotherTest
2021-02-21
AK: Add String{,Utils}::to_snakecase()
Linus Groh
2021-02-20
AK+LibC: Remove dbgprintf() :^)
Andreas Kling
2021-02-12
AK: Remove operators && and || from DistinctNumeric
Andreas Kling
2021-02-12
AK: Add formatter for DistinctNumeric
Andreas Kling
2021-02-10
AK: Make IsUnsigned<T> behave as you would expect
Andreas Kling
2021-02-01
AK: Make single pivot quick_sort guarantee a max stack depth of log(n)
Mart G
2021-01-15
Badge: Access to underlying type
Lenny Maiorani
2021-01-15
AK: Implement generic any_of algorithm
Lenny Maiorani
2021-01-12
AK: Add String{View,}::find(StringView)
AnotherTest
2021-01-12
LibC+Everywhere: Remove open_with_path_length() in favor of open()
Andreas Kling
2021-01-12
AK: Simplify constructors and conversions from nullptr_t
Lenny Maiorani
2021-01-11
SinglyLinkedList: Implement `find` in terms of `AK::find`
Lenny Maiorani
2021-01-11
DoublyLinkedList: Implement `find` in terms of `AK::find`
Lenny Maiorani
2021-01-11
Vector: Implement `find`, `find_if`, `find_first_matching` in terms of `AK::f...
Lenny Maiorani
2021-01-11
AK: Find a value in any container offering iterators
Lenny Maiorani
2021-01-10
TestTypeTraits: Fix incorrectly namespaced nullptr_t
Lenny Maiorani
2021-01-09
AK: Add Formatter<FormatString> as helper class.
asynts
2021-01-03
AK: Add String{,View}::is_whitespace()
AnotherTest
2021-01-02
AK: Remove redundant compare() functions.
asynts
2021-01-02
Piggyback: AK: Add formatter for std::nullptr_t.
asynts
2021-01-01
AK: Deal with unsigned integers in binary search.
asynts
2020-12-31
AK: Add operator* and operator-> overloads in Optional.
asynts
2020-12-30
AK+Format: Remove TypeErasedFormatParams& from format function.
asynts
2020-12-30
AK: Replace some SFINAE with requires clauses, clean up existing ones
Andrew Kaster
2020-12-30
AK: Add tests for type traits and IndexSequence
Andrew Kaster
2020-12-30
AK: Correct name in TestMain for TestTrie
Andrew Kaster
2020-12-30
AK: Make binary_search signature more generic.
asynts
2020-12-29
AK: Add HashMap(std::initializer_list<Entry>) constructor
Linus Groh
2020-12-29
AK+Format: Accept unsigned long in replacement fields.
asynts
2020-12-29
AK: Allow trailing '*'s in a glob pattern to match nothing
AnotherTest
[next]