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-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
2020-10-02
AK+Format: Do some housekeeping in the format implementation.
asynts
2020-10-02
AK: Add formatter for pointer types.
asynts
2020-10-02
AK: Add formatter for boolean values.
asynts
2020-09-29
AK+Format: Add support for integer to character casts.
asynts
2020-09-29
AK+Format: Support all format specifiers for strings.
asynts
2020-09-28
AK+Format: Support default index in replacement field.
asynts
2020-09-28
AK+Format: Keep type information for integers in TypeErasedParameter.
asynts
2020-09-28
AK+Format: Clean up format specifier parsing using GenericLexer.
asynts
2020-09-26
AK+Format: Use the new format backend in the implementation.
asynts
2020-09-26
AK+Format: Add new integer to string backend.
asynts
2020-09-25
Meta+AK: Make clang-format-10 clean
Ben Wiederhake
2020-09-23
Applications+IRCClient: Use new format functions.
asynts
2020-09-23
AK: Resolve format related circular dependencies properly.
asynts
2020-09-23
AK: Allow calling format without arguments.
asynts
2020-09-22
AK: Add missing overload to format.
asynts
2020-09-22
AK: Consider long and unsigned long as integral types.
asynts
2020-09-21
AK: Add format function like std::format or fmt::format.
asynts
2020-09-15
AK: Re-add OutputMemoryStream for static buffers only.
asynts
2020-09-15
AK: Remove OutputMemoryStream for DuplexMemoryStream.
asynts
2020-09-09
AK: Moved TypedTransfer into it's own header.
asynts
2020-09-09
AK: Add Bitmap::find_one_anywhere and optimize Bitmap::find_first
Tom
2020-09-08
AK: Remove FixedArray class.
asynts
2020-09-08
Refactor: Replace usages of FixedArray with Array.
asynts
2020-09-08
AK: Add Array<T, Size> template.
asynts
2020-09-06
AK: Add Bitmap::count_in_range and Bitmap::fill_range
Tom
2020-09-06
LibCompress: Simplify logic in deflate implementation.
asynts
2020-09-01
AK: Add OutputMemoryStream class.
asynts
2020-09-01
AK: Move memory streams into their own header.
asynts
2020-09-01
AK: Remove history from DuplexMemoryStream.
asynts
2020-09-01
Streams: Distinguish recoverable and fatal errors.
asynts
2020-08-29
AK: Don't swap endianness when writing endian wrappers to stream.
asynts
2020-08-27
Tests: Document 'missing' tests
Ben Wiederhake
2020-08-26
AK: Add CircularDuplexStream class.
asynts
2020-08-26
AK: Fix the signature of binary_search.
asynts
2020-08-26
AK: Demonstrate and fix Checked
Ben Wiederhake
[next]