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-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
2020-10-20
Checked: constexpr support
Lenny Maiorani
2020-10-20
Checked: Use default compiler-generated functions
Lenny Maiorani
2020-10-20
Build: Modify various parts to allow the build to succeed on FreeBSD
Laurent Cimon
2020-10-18
AK: Reduce memory writes in HashTable destructor
Dano Perniš
2020-10-18
AK: Implement HashTable assignment in terms of swap
Dano Perniš
2020-10-18
AK: Provide swap() for HashTable
Dano Perniš
2020-10-17
CircularQueue: Ensure constructor does not construct any values
Lenny Maiorani
2020-10-17
AK: Add formatters for NonnullOwnPtr and WeakPtr.
asynts
2020-10-17
AK+Format: Add outln(FILE*, ...) overload.
asynts
2020-10-17
BinarySearch: constexpr support
Lenny Maiorani
2020-10-17
ntpquery: Don't leak local time, and check origin time in reply
Nico Weber
2020-10-16
Span: constexpr support
Lenny Maiorani
2020-10-16
AK: Tune HashTable load factor
Andreas Kling
2020-10-16
AK: Add some more checks to the HashMap test
Andreas Kling
2020-10-15
AK: Redesign HashTable to use closed hashing
Andreas Kling
[next]