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-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
2020-10-15
AK: Improve HashMap tests a little bit
Andreas Kling
2020-10-14
AK: Don't forward declare abort.
asynts
2020-10-13
Base64: Pre-allocate size of input and output
Lenny Maiorani
2020-10-13
Use new format functions in remaining DevTools. (#3755)
Paul Scharnofske
2020-10-13
Base64: constexpr initialization of alphabet and lookup table
Lenny Maiorani
2020-10-12
AK: Add SourceGenerator class.
asynts
2020-10-09
AK: Add formatter for LexcialPath.
asynts
2020-10-09
AK+Format: Remove new_dbg(dbg) and raw_dbg.
asynts
2020-10-08
Endian: constexpr constructors and conversion operators
Lenny Maiorani
2020-10-08
AK: Make StringView hashable
Matthew Olsson
2020-10-08
AK: Use new format functions.
asynts
2020-10-08
AK: Add formatter for StringImpl.
asynts
2020-10-08
AK+Format: Make it possible to format characters as integers.
asynts
2020-10-08
AK+Format: Add SFINAE wrapper 'FormatIfSupported'.
asynts
2020-10-08
AK+Format: Add overloads with const char* for outln, warnln and dbgln.
asynts
2020-10-08
AK+Format: Add overloads without arguments to outln, warnln and dbgln.
asynts
2020-10-08
AK+Format: Use pointer mode for pointers by default.
asynts
2020-10-08
VariadicFormatParams: Use initialized data to create parent class
Lenny Maiorani
2020-10-08
Formatter: Remove extraneous char definition
Lenny Maiorani
2020-10-06
AK: Make Vector::remove_first_matching() signal if anything was removed
Andreas Kling
2020-10-06
AK: Use StringImpl::operator== in FlyString
Andreas Kling
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-06
AK: check fractional string has_value() in JsonParser
Tucker Polomik
2020-10-05
AK: Move StringImpl::operator== implementation into StringImpl
Nico Weber
[next]