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-04-12
AK: Fix StringView::find_last_of for one-character views
Timothy Flynn
2021-04-12
AK: Add a predicate variant of StringView::split_view
Timothy Flynn
2021-04-12
AK: Implement IntrusiveRedBlackTree container
Idan Horowitz
2021-04-12
AK: Implement RedBlackTree container
Idan Horowitz
2021-04-11
AK: Update LexicalPath::relative_path to work for '/' prefix
Tim Waterhouse
2021-04-10
AK+Everywhere: Make StdLibExtras templates less wrapper-y
AnotherTest
2021-04-08
Format: Strip trailing zeroes from floating point values
Jelle Raaijmakers
2021-04-08
Tests: Merge duplicate TestFormat test into AK directory
Jelle Raaijmakers
2021-04-02
AK: Add tests for HashTable
thislooksfun
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-27
AK: Add complex number library
Cesar Torres
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
[next]