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-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
2020-07-27
AK: Change the signature of AK::encode_base64() to use Span.
asynts
2020-07-27
AK: Rename Span::subspan() to Span::slice().
asynts
2020-07-27
AK: Add constructors to Bytes and ReadonlyBytes that take void pointers.
asynts
2020-07-27
AK: Define conversion from Span<T> to Span<const T> correctly.
asynts
2020-07-26
Refactor: Change the AK::binary_search signature to use AK::Span.
asynts
2020-07-26
AK: Implement Span which represents a contiguous sequence of objects.
asynts
2020-07-22
AK: Make encode_base64 take a ByteBuffer and return a String
Nico Weber
2020-07-21
AK: Add case insensitive version of starts_with
Luke
2020-07-06
AK: Fix JsonValue copy constructor behavior for 64-bit values
Andreas Kling
2020-06-20
AK: Fix JsonParser double encoding multibyte utf-8 chararcters
LepkoQQ
2020-06-18
AK: Add tests for Base64 decoder
Tom Lebreux
2020-06-18
AK: Add a simple and inefficient Base64 encoder
Tom Lebreux
2020-06-16
Test: Fix json parse test from unicode string
Hüseyin ASLITÜRK
[next]