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
2020-11-23
AK: Use ALWAYS_INLINE all over NonnullPtrVector
Andreas Kling
2020-11-22
AK: Add first_matching and last_matching to Vector
Luke
2020-11-22
AK: Fix base64 decoding '/'
BenJilks
2020-11-22
AK: Cleanup missing includes and #ifdef evaluation
Lenny Maiorani
2020-11-22
NeverDestroyed: Add tests
Lenny Maiorani
2020-11-21
MACAddress: Use all_of to implement is_zero
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-15
Everywhere: Add missing <AK/ByteBuffer.h> includes
Andreas Kling
2020-11-14
AK: Mark SimpleIterator::operator*() as ALWAYS_INLINE
Andreas Kling
2020-11-14
AK: Fix StringUtils::contains() case insensitive search
Linus Groh
2020-11-13
AK: Fix inverted condition in unsigned LEB128 decode
Andreas Kling
2020-11-12
AK: Prefer using instead of typedef
Lenny Maiorani
2020-11-11
RefPtrTraits: struct/class mismatch in forward declaration
Lenny Maiorani
2020-11-11
IPv4Address: constexpr support
Lenny Maiorani
2020-11-10
AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe
Tom
2020-11-10
AK: Add RefPtrTraits to allow implementing custom null pointers
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-09
AK: Remove out() and warn().
asynts
2020-11-08
AK: Use reference algorithms for LEB128 parsing
Andreas Kling
2020-11-08
LibJS+AK: Move cross-platform stack bounds code from JS::Heap to AK::StackInfo
Linus Groh
2020-11-07
AK: Remove duplicate begin()/end() methods
Nico Weber
2020-11-05
AK: printf was not accounting for plus sign with "%+d"
Andreas Kling
2020-11-05
AK: Always include <new> from compiler before our operators new
Andreas Kling
2020-11-04
AK::URL: Check if URL requires a port set to be considered a valid URL
Brendan Coles
2020-11-03
AK: Really disallow making OwnPtrs from refcounted types
AnotherTest
2020-11-02
AK+Kernel: Escape JSON keys & values
Andreas Kling
2020-10-29
AK: Make String::matches() capable of reporting match positions too
AnotherTest
2020-10-29
AK: Add a `is_one_of()' to StringView
AnotherTest
2020-10-29
CMake: Use CONFIGURE_DEPENDS in existing globs.
asynts
2020-10-29
AK: Add GenericLexer::retreat()
Linus Groh
2020-10-25
AK: Deprecate warn().
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: Add [[deprecated]] to out().
asynts
2020-10-24
AK: Introduce SourceGenerator::fork().
asynts
2020-10-22
AK: Add `GenericLexer::consume_escaped_character()'
AnotherTest
2020-10-22
AK: Enhance String::contains to allow case-insensitive searches
Tom
2020-10-22
AK: Make Utf8View and Utf32View more consistent
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
Everywhere: Redundant inline specifier on constexpr functions (#3807)
Lenny Maiorani
[next]