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
2021-06-30
Kernel: Don't compile JsonValue & friends into the kernel
Andreas Kling
2021-06-30
AK: Use canonicalized_path in LexicalPath::relative_path
Max Wipfli
2021-06-30
AK: Add [[nodiscard]] to LexicalPath methods construction objects
Max Wipfli
2021-06-30
AK: Move path canonicalization into LexicalPath::canonicalized_path
Max Wipfli
2021-06-30
AK+Everywhere: Remove "null state" of LexicalPath
Max Wipfli
2021-06-30
AK: Make LexicalPath immutable
Max Wipfli
2021-06-30
AK+Everywhere: Use mostly StringView in LexicalPath
Max Wipfli
2021-06-30
AK+Everywhere: Add and use static APIs for LexicalPath
Max Wipfli
2021-06-30
AK: Remove the LexicalPath::is_valid() API
Max Wipfli
2021-06-30
AK: Use east const style in LexicalPath.{cpp,h}
Max Wipfli
2021-06-29
Kernel+AK: Don't compile JSON parser into the kernel
Andreas Kling
2021-06-29
AK: Add RETURNS_NONNULL attribute and use it
Daniel Bertalan
2021-06-29
AK: Ensure StringBuilder capacity in String::reverse
Idan Horowitz
2021-06-29
AK: Add the to_ascii_base36_digit helper method
Idan Horowitz
2021-06-29
AK: Use [[nodiscard]] in JsonObject and JsonArray
Max Wipfli
2021-06-29
AK+Spreadsheet+LibWeb: Remove JsonObject::get_or()
Max Wipfli
2021-06-29
AK: Add JsonObject::has_* methods
Max Wipfli
2021-06-29
AK+Everywhere: Change int to size_t in JsonObject and JsonArray
Max Wipfli
2021-06-29
AK: Return const& from JsonObject::get()
Max Wipfli
2021-06-29
AK: Use OrderedHashMap in JsonObject
Max Wipfli
2021-06-29
AK: Make JsonValue::as_string_or() const
Max Wipfli
2021-06-29
AK: Use east const style in Json{Array,Object}.h
Max Wipfli
2021-06-29
AK: Store the 'extra' field of ScopeLogger as String
Itamar
2021-06-29
AK: Don't colorize the 'extra' field of ScopeLogger in dbgln()
Itamar
2021-06-28
Kernel: Fix memset() on x86_64
Gunnar Beutner
2021-06-28
AK: Add and use the RemoveCVReference<T> type trait
Ali Mohammad Pur
2021-06-27
AK: Make the constexpr StringView methods actually constexpr
Ali Mohammad Pur
2021-06-27
AK: Add explicit Variant conversion operators
Ali Mohammad Pur
2021-06-26
AK: Undo bogus Variant::downcast() rename
Andreas Kling
2021-06-25
AK: Add NOTE about VERIFY in Function::clear
Itamar
2021-06-25
AK: Add big endian bit reading to InputBitStream
kleines Filmröllchen
2021-06-25
Toolchain: Add the AFLACLOADER_DEBUG macro
kleines Filmröllchen
2021-06-24
AK: Rename downcast<T> => verify_cast<T>
Andreas Kling
2021-06-24
LibCore+AK: Use proper atomics in `Singleton`
Daniel Bertalan
2021-06-24
AK: Use `__attribute__((name))` for functions everywhere
Daniel Bertalan
2021-06-24
AK: Add factory methods for creating smart pointers
Daniel Bertalan
2021-06-24
AK+Kernel: Make fallible allocations compiler-agnostic
Daniel Bertalan
2021-06-24
AK: Specialize `Atomic<Integral>` for clang compatibility
Daniel Bertalan
2021-06-24
AK: Make C++ concepts support mandatory for compilers
Daniel Bertalan
2021-06-24
AK: Fix building Ptr32 on x86_64
Gunnar Beutner
2021-06-24
Kernel: Pull apart CPU.h
Hendiadyoin1
2021-06-23
AK: Make {min,max,clamp}(T, U) work when U can be implicitly cast to T
Ali Mohammad Pur
2021-06-20
AK: Reimplement any_of in terms of find_if
Lenny Maiorani
2021-06-19
AK: Add support for keeping trailing zeros in fixed precision floats
Idan Horowitz
2021-06-19
LibCoreDump: Include source locations of inlined functions in backtrace
Itamar
2021-06-19
AK: Add RedBlackTree::find_largest_not_above_iterator
Itamar
2021-06-18
AK: Add a way to disable the trimming of whitespace in to_*int
sin-ack
2021-06-17
AK: Add a :hex-dump mode to AK::Format
Ali Mohammad Pur
2021-06-17
Meta: Add support for declaring components
Gunnar Beutner
2021-06-16
AK: Add the Utf8View::{contains, trim} helper methods
Idan Horowitz
[next]