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-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
2020-08-22
AK: Make some tweaks in TestSuite.h.
asynts
2020-08-22
AK: Remove <chrono> requirement from TestSuite.h.
asynts
2020-08-22
AK: Remove exceptions from TestSuite.h.
asynts
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-22
AK: Get rid of make_singleton function
Tom
2020-08-22
Kernel: Move Singleton class to AK
Tom
2020-08-21
LibWeb: Use GenericLexer in WrapperGenerator
Nico Weber
2020-08-21
AK: Add Stream::offset_of(ReadonlyBytes)
AnotherTest
2020-08-21
AK+LibC+Kernel: Move the implementation of memmem to AK
AnotherTest
2020-08-20
LibCompress: Turn the DEFLATE implementation into a stream.
asynts
2020-08-20
AK: Add DuplexMemoryStream class.
asynts
2020-08-20
AK: Remove unnecessary FIXME comments from Stream.h.
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-20
AK: Add StringView(ReadonlyBytes) constructor.
asynts
[next]