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-17
AK: Add SFINAE fallback for AK C++ concepts use, for Coverity compiler
Brian Gianforcaro
2020-08-17
AK: Always call memmove in Span instead of memcpy.
asynts
2020-08-16
AK: Use IEC prefixes in human_readable_format
Nico Weber
2020-08-16
Everywhere: Consolidate human_readable_size() implementations
Nico Weber
2020-08-16
AK: Rename KB, MB, GB to KiB, MiB, GiB
Nico Weber
2020-08-16
AK: HashTable add a constructor that allows preallocation of capacity + Use i...
Muhammad Zahalqa
2020-08-15
AK: Rename span() to bytes() when appropriate.
asynts
2020-08-15
AK: Add slice() overload to Span.
asynts
2020-08-15
AK: Add fill() method to Span.
asynts
2020-08-15
AK: Add copy_to() and move_to() methods to AK::Span.
asynts
2020-08-15
AK: Add bytes() method to FixedArray.
asynts
2020-08-15
AK: Remove incorrect static assert in Span.h.
asynts
2020-08-15
Meta: Install source files at /usr/src/serenity
Itamar
2020-08-14
AK: Fix obvious bad vector access in IPv4Address::from_string()
Andreas Kling
2020-08-13
AK: Fix bad vector access in two-part IPv4 address parsing
Andreas Kling
2020-08-13
AK: Add initial support for obscure IPv4 address notations
Panagiotis Vasilopoulos
2020-08-12
AK: Mark compilation-unit-only functions as static
Ben Wiederhake
2020-08-11
AK: Span<T>::operator=(const T&) => Span<T>::operator=(const Span<T>&)
AnotherTest
2020-08-10
AK: Add test case for duplicate JsonObject keys
Linus Groh
2020-08-10
AK: Don't keep equal JsonObject keys in the order vector twice
Linus Groh
2020-08-10
AK: Implement and test DistinctNumeric class
Ben Wiederhake
2020-08-10
AK: TestSuite's main should return 0
Ben Wiederhake
2020-08-10
disasm: Insert symbol names in disassembly stream
Nico Weber
2020-08-09
LibELF+Lagom: Work towards getting LibELF in Lagom
Nico Weber
2020-08-09
AK: Add a GenericLexer and extend the JsonParser with it (#2696)
Benoît Lormeau
2020-08-07
AK: Add static_ptr_cast support for the Userspace<T> pointer type
Brian Gianforcaro
2020-08-07
AK: Remove unnecessary clang-format off comments.
asynts
2020-08-06
AK+Kernel+LibC: Add vdbgprintf()
Andreas Kling
2020-08-06
AK: Remove Stream::operator bool()
Andreas Kling
2020-08-06
Refactor: Expose const_cast by removing ByteBuffer::warp(const void*, size_t)
asynts
2020-08-06
LibDebug: Use InputMemoryStream instead of BufferStream.
asynts
2020-08-06
AK: Add InputStream abstraction and InputMemoryStream implementation.
asynts
2020-08-06
AK: Add String constructor from ReadonlyBytes.
asynts
2020-08-06
AK: Rename Tests/Span.cpp to Tests/TestSpan.cpp.
asynts
2020-08-06
AK: Add Integral and FloatingPoint concepts.
asynts
2020-08-06
AK: Rename MakeUnsigned::type to MakeUnsigned::Type.
asynts
2020-08-06
AK: Make min/max behave like the STL for equivalent inputs (#2976)
Muhammad Zahalqa
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: Decorate AK::Result<V, E> with [[nodiscard]]
Brian Gianforcaro
2020-08-05
AK: Decorate AK::TriState with [[nodiscard]]
Brian Gianforcaro
2020-08-05
AK: Decorate atomic compare exchange operations with [[nodiscard]]
Brian Gianforcaro
2020-08-05
AK: Decorate AK::NonnullOwnPtr::leak_ptr() with [[nodiscard]]
Brian Gianforcaro
2020-08-05
AK: Decorate AK::OwnPtr::leak_ptr() with [[nodiscard]]
Brian Gianforcaro
2020-08-05
AK: Decorate Optional<T> with [[nodisard]]
Brian Gianforcaro
2020-08-05
AK: Fix StringUtils tests to actually observe return value.
Brian Gianforcaro
2020-08-05
AK: Use AK relative include style for InlineLinkedList.h
Brian Gianforcaro
2020-08-05
AK: Add SinglyLinkedListWithCount<T>, a singulary linked list with count
Brian Gianforcaro
2020-08-04
Revert "AK: Let the compiler provide the default new and delete operators"
Andreas Kling
[next]