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
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
2020-11-10
IPv4Address: Unit tests
Lenny Maiorani
2020-11-09
AK: Add formatters for floating point numbers.
asynts
2020-11-09
AK: Rename new_out to out and new_warn to warn.
asynts
2020-11-05
AK: printf was not accounting for plus sign with "%+d"
Andreas Kling
2020-11-04
AK::URL: Check if URL requires a port set to be considered a valid URL
Brendan Coles
2020-10-29
AK: Make String::matches() capable of reporting match positions too
AnotherTest
2020-10-29
CMake: Use CONFIGURE_DEPENDS in existing globs.
asynts
2020-10-25
AK: Eradicate calls to warn().
asynts
2020-10-25
AK: Remove a really slow unit test.
asynts
2020-10-24
AK: Introduce SourceGenerator::fork().
asynts
2020-10-22
AK: Enhance String::contains to allow case-insensitive searches
Tom
2020-10-21
TestArray: constexpr_sum using span
Lenny Maiorani
2020-10-21
HashFunctions: constexpr capability
Lenny Maiorani
2020-10-21
TestHashFunctions: Tests to bind hash functionality
Lenny Maiorani
2020-10-20
Checked: constexpr support
Lenny Maiorani
2020-10-17
CircularQueue: Ensure constructor does not construct any values
Lenny Maiorani
2020-10-17
AK+Format: Add outln(FILE*, ...) overload.
asynts
2020-10-17
BinarySearch: constexpr support
Lenny Maiorani
2020-10-16
Span: constexpr support
Lenny Maiorani
2020-10-16
AK: Add some more checks to the HashMap test
Andreas Kling
2020-10-15
AK: Improve HashMap tests a little bit
Andreas Kling
2020-10-13
Base64: Pre-allocate size of input and output
Lenny Maiorani
2020-10-12
AK: Add SourceGenerator class.
asynts
2020-10-08
Endian: constexpr constructors and conversion operators
Lenny Maiorani
2020-10-08
AK+Format: Add SFINAE wrapper 'FormatIfSupported'.
asynts
2020-10-08
AK+Format: Use pointer mode for pointers by default.
asynts
2020-10-06
IRCClient: Use new format functions.
asynts
2020-10-06
AK+Format: Make it possible to format string literals as pointers.
asynts
2020-10-06
AK+Format: Exclude prefix from width calculation.
asynts
2020-10-03
Everywhere: Fix more typos
Linus Groh
[next]