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-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
2020-08-23
AK: Fix human_readable_size corner cases
Ben Wiederhake
2020-08-23
AK: Add tests for human_readable_size()
Ben Wiederhake
2020-08-22
AK: Prevent confusing silent misuse of ByteBuffer
Ben Wiederhake
2020-08-22
AK: Demonstrate surprising ByteBuffer behavior
Ben Wiederhake
2020-08-22
AK: Move include <AK/TestSuite.h> to the top.
asynts
2020-08-22
AK: Remove test case that doesn't test anything.
asynts
2020-08-20
LibCompress: Turn the DEFLATE implementation into a stream.
asynts
2020-08-20
AK: Add DuplexMemoryStream class.
asynts
2020-08-20
AK: Rename error() to has_error() for streams.
asynts
2020-08-20
AK: Remove fatal() from InputStream.
asynts
2020-08-20
AK: Rename TestMemoryStream.cpp to TestStream.cpp.
asynts
2020-08-12
AK: Mark compilation-unit-only functions as static
Ben Wiederhake
2020-08-10
AK: Add test case for duplicate JsonObject keys
Linus Groh
2020-08-10
AK: Implement and test DistinctNumeric class
Ben Wiederhake
2020-08-06
AK: Add InputStream abstraction and InputMemoryStream implementation.
asynts
2020-08-06
AK: Rename Tests/Span.cpp to Tests/TestSpan.cpp.
asynts
2020-08-06
AK: Fix broken symlink used by JSON test
Andreas Kling
2020-08-05
Unicode: Try s/codepoint/code_point/g again
Nico Weber
2020-08-05
Revert "Unicode: s/codepoint/code_point/g"
Nico Weber
2020-08-05
AK: Fix StringUtils tests to actually observe return value.
Brian Gianforcaro
2020-08-04
AK: Remove an unused variable in the Span test (#2985)
Uma Sankar
2020-08-03
Unicode: s/codepoint/code_point/g
Andreas Kling
2020-08-02
AK: Fix overflow and mixed-signedness issues in binary_search() (#2961)
Muhammad Zahalqa
2020-08-02
AK: Remove relative_paths test from TestLexicalPath
Brian Gianforcaro
2020-07-30
AK: Add (more) tests for String(View)::split*
AnotherTest
2020-07-28
AK: Make String::substring() return non-null for 0-length strings
Peter Elliott
[next]