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-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
2020-08-04
AK: Let the compiler provide the default new and delete operators
Andreas Kling
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-03
AK: Add more time convenience functions and comparison operators
Tom
2020-08-03
AK: Fix adding timeval/timespec
Tom
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-08-02
AK: Hack Userspace<T> to not break Qt Creator syntax highlighting
Andreas Kling
2020-08-01
AK: In Userspace.h, #if defined(KERNEL) => #ifdef KERNEL
Emanuele Torre
2020-08-01
AK: Use C++20 concepts to only allow Userspace wrappers of pointers
Emanuele Torre
2020-08-01
AK: Make MappedFile store why it is invalid
AnotherTest
2020-08-01
AK: Add StringView::contains(StringView)
AnotherTest
2020-07-31
Kernel+AK: Add and use Userspace<T>::unsafe_userspace_ptr()
Andreas Kling
[next]