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-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
2020-12-26
AK: Fix busted Trie test
AnotherTest
2020-12-26
AK: Add a prefix tree implementation
AnotherTest
2020-12-26
Everywhere: void arguments to C functions
Lenny Maiorani
2020-12-23
CMake: Remove file globbing in AK/Tests
Lenny Maiorani
2020-12-21
AK: Test StringUtils::convert_to_int for different types
Sahan Fernando
2020-12-21
Everywhere: Switch from (void) to [[maybe_unused]] (#4473)
Lenny Maiorani
2020-12-19
AK: Remove bogus test case for CircularDuplexStream.
asynts
2020-12-12
AK::URL: Fix setting the port number in the case it was the last element of t...
xspager
2020-12-10
AK: Ensure dual_pivot_quick_sort does not copy the pivots
AnotherTest
2020-12-09
AK: Fix offset calculation error in DuplexMemoryStream::write.
asynts
2020-12-09
AK: Fix unsigned integer underflow in DuplexMemoryStream::write.
asynts
2020-12-08
AK: Implement memmem() for iterator haystacks
AnotherTest
2020-12-06
AK: Add test for the will_be_destroyed and one_ref_left magic functions
Andrew Kaster
2020-11-30
AK: Fix logic error in urldecode() percent-decoding
Linus Groh
2020-11-22
NeverDestroyed: Add tests
Lenny Maiorani
2020-11-21
AK: Implement generic all_of algorithm
Lenny Maiorani
2020-11-20
MACAddress: AK::Array as member variable instead of C-array
Lenny Maiorani
2020-11-19
MACAddress: constexpr support
Lenny Maiorani
2020-11-17
AK: Fix OOB access in DuplexMemoryStream::offset_of()
AnotherTest
2020-11-17
AK: Trim whitespace in StringUtils::convert_to_{int,uint,uint_from_hex}()
Linus Groh
2020-11-17
MACAddress: Unit testing for basic functionality
Lenny Maiorani
2020-11-16
Vector: C++20 equality operators
Lenny Maiorani
2020-11-14
AK: Fix StringUtils::contains() case insensitive search
Linus Groh
2020-11-12
AK: Prefer using instead of typedef
Lenny Maiorani
2020-11-11
IPv4Address: constexpr support
Lenny Maiorani
2020-11-10
AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe
Tom
[next]