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-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
2020-08-25
AK: Add Endian.h header to replace NetworkOrdered.h.
asynts
2020-08-25
AK: TestSuite: Define assert macros with do { } while(0). (#3292)
Paul Scharnofske
2020-08-25
Kernel: Switch singletons to use new Singleton class
Tom
2020-08-24
AK: Add URL::create_with_data() to create data URLs
AnotherTest
2020-08-24
AK: Document that String{,Impl} contains NUL-terminator
Ben Wiederhake
2020-08-24
AK: Remove redundant declaration in String.cpp
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-23
AK: Print RHS and LHS in EXPECT_EQ if we can
Ben Wiederhake
2020-08-23
AK: Add operator== to AK::Optional
Peter Elliott
2020-08-23
Meta: Fix wrong 'using namespace X' usages
Ben Wiederhake
2020-08-22
AK: Prefer snprintf over sprintf
Ben Wiederhake
2020-08-22
AK+Kernel: Support snprintf
Ben Wiederhake
2020-08-22
AK: TestSuite: Terminate when ASSERT_NOT_REACHED is called.
asynts
2020-08-22
AK: Prevent confusing silent misuse of Userspace<T>
Ben Wiederhake
2020-08-22
AK: Fix description of DistinctNumeric around operator bool
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
Revert "Kernel: Move Singleton class to AK"
Andreas Kling
2020-08-22
Revert "AK: Get rid of make_singleton function"
Andreas Kling
[prev]
[next]