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-09-10
AK: Replace LogStream operator for ReadonlyBytes with dump_bytes.
asynts
2020-09-09
AK: Use TypedTransfer in Span::copy_to.
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 empty destructor from JsonParser.
asynts
2020-09-08
AK: Remove FixedArray class.
asynts
2020-09-08
Refactor: Replace usages of FixedArray with Vector.
asynts
2020-09-08
Refactor: Replace usages of FixedArray with Array.
asynts
2020-09-08
AK: Add Array<T, Size> template.
asynts
2020-09-08
AK: Add generic SimpleIterator class to replace VectorIterator.
asynts
2020-09-06
AK: Vector use Traits<T>::equals in find
Muhammad Zahalqa
2020-09-06
AK: SinglyLinkedList use Traits<T>::equals in find
Muhammad Zahalqa
2020-09-06
AK: Add Bitmap::count_in_range and Bitmap::fill_range
Tom
2020-09-06
AK: Add LogStream overload for ReadonlyBytes.
asynts
2020-09-06
AK: Add JsonObject::remove()
Andreas Kling
2020-09-06
LibCompress: Simplify logic in deflate implementation.
asynts
2020-09-06
Streams: Consistent behaviour when reading from stream with error.
asynts
2020-09-06
AK: Add Buffered<T> which wraps a stream, adding input buffering.
asynts
2020-09-06
AK: Add log stream operator overload for Span.
asynts
2020-09-05
AK: Make all DoublyLinkedList search methods use Traits<T>::equals (#3404)
Muhammad Zahalqa
2020-09-01
AK: Add OutputMemoryStream class.
asynts
2020-09-01
AK: Add DuplexMemoryStream::copy_into_contiguous_buffer.
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-31
AK: Add is_any_of(StringView) to GenericLexer
AnotherTest
2020-08-30
AK: Make %llx work in printf
Nico Weber
2020-08-30
AK: Add String::copy_characters_to_buffer()
Sergey Bugaev
2020-08-30
AK: Fix FixedArray zero bytes allocations
Tom
2020-08-30
AK: Fix ByteBuffer zero bytes allocations
Tom
2020-08-30
AK: Add missing declaration in StringImpl.cpp
Andreas Kling
2020-08-30
AK: Stream operators for String for generic streams.
asynts
2020-08-30
AK: Add Optional::emplace method.
asynts
2020-08-30
AK: Provide off-switch for dbg() output
Ben Wiederhake
2020-08-30
AK: Unbreak building with extra debug macros
Ben Wiederhake
2020-08-29
AK: Don't swap endianness when writing endian wrappers to stream.
asynts
2020-08-27
AK: Define MakeUnsigned and MakeSigned for char.
asynts
2020-08-27
Meta: Force semi-colon after MAKE_AK_NONXXXABLE()
Ben Wiederhake
2020-08-27
Tests: Document 'missing' tests
Ben Wiederhake
2020-08-26
AK: Add InputBitStream class.
asynts
2020-08-26
AK: Add CircularDuplexStream class.
asynts
2020-08-26
AK: Fix the signature of binary_search.
asynts
2020-08-26
AK: Add stream operators for Optional.
asynts
2020-08-26
AK+LibC+LibCore: Have fewer implementations of day_of_week
Nico Weber
2020-08-26
AK+LibC+LibCore: Add a days_in_year function
Nico Weber
2020-08-26
AK+LibC+LibCore: Have fewer implementations of days_in_month
Nico Weber
2020-08-26
AK+LibCore+Kernel: Have fewer implementations of day_of_year
Nico Weber
2020-08-26
AK+LibC+Kernel: Have fewer implementations of year_to_days_in_epoch
Nico Weber
2020-08-26
AK+LibC+LibCore+Kernel: Have fewer implementations of is_leap_year
Nico Weber
2020-08-26
AK: Demonstrate and fix Checked
Ben Wiederhake
[next]