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
2022-12-10
AK: Add Byte accessors for BigEndian and LittleEndian
Tim Schumacher
2022-12-09
Everywhere: Remove unnecessary AK and Detail namespace scoping
Moustafa Raafat
2022-12-09
Everywhere: Use C++ concepts instead of requires clauses
Moustafa Raafat
2022-12-08
AK: Add Vector::shrink_to_fit()
Andreas Kling
2022-12-09
AK: Disallow implicit pointer-to-boolean conversion in JsonValue
Timothy Flynn
2022-12-09
AK: Unref old m_data in String's move assignment
Maciej
2022-12-08
AK: Add formatters for Span<T> and Span<T const>
Timothy Flynn
2022-12-07
AK: Add StringView(String const&) constructor
Linus Groh
2022-12-06
AK: Ignore -Wshadow in TRY() and MUST()
Linus Groh
2022-12-06
AK: Add a helper macro to temporarily ignore diagnostics with _Pragma()
Linus Groh
2022-12-06
AK: Introduce the new String, replacement for DeprecatedString
Andreas Kling
2022-12-06
AK: Take the bump-allocated chunk header into account in destroy_all()
Ali Mohammad Pur
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-12-03
Everywhere: Remove 'clang-format off' comments that are no longer needed
Linus Groh
2022-12-03
Everywhere: Run clang-format
Linus Groh
2022-12-02
AK: Implement FloatExtractor<f128>
Steffen Rusitschka
2022-11-27
AK: Fully qualify some usages of AK features outside of the AK namespace
Tim Schumacher
2022-11-27
AK: Export Details and Concepts into the AK namespace
Tim Schumacher
2022-11-26
AK: Make it possible to not `using` AK classes into the global namespace
Andreas Kling
2022-11-26
AK: Add contains_slow method to Stack
cflip
2022-11-26
AK: Fix double promotion error when using AK:ceil on floats
MacDue
2022-11-26
Everywhere: Add support for compilation under emscripten
Ali Mohammad Pur
2022-11-24
AK: Add Utf8View::iterator_at_byte_offset_without_validation()
Andreas Kling
2022-11-21
AK: Define a convenience alias for a Function's return type
Timothy Flynn
2022-11-21
AK: Fix memory corruption due to BumpAllocator mmap reuse
Andreas Kling
2022-11-19
AK: Return non-const types from Ptr class operators
MacDue
2022-11-18
AK: Add mutable accessors for JsonValue's as_array and as_object
Timothy Flynn
2022-11-18
AK: Add JSON object/array for-each methods for fallible callbacks
Timothy Flynn
2022-11-18
AK: Add a concept for requiring that a function is fallible
Timothy Flynn
2022-11-17
AK: Give DisjointChunks::m_chunks an inline capacity of 1
Ali Mohammad Pur
2022-11-17
AK: Add a fast path for DisjointChunks::spans()
Ali Mohammad Pur
2022-11-17
AK: Use TypedTransfer to move vector's inline buffer
Ali Mohammad Pur
2022-11-17
AK: Mark Span<T> as trivial
Ali Mohammad Pur
2022-11-17
AK: Allow DisjointChunks::spans to return a vector with inline capacity
Ali Mohammad Pur
2022-11-17
AK: Align last bump allocated chunk's end offset to the type size too
Ali Mohammad Pur
2022-11-13
AK: Support taking JSON values out of a JSON array
Timothy Flynn
2022-11-11
AK: Add optional explicit cast to underlying type to DistinctNumeric
Sam Atkins
2022-11-11
AK+Everywhere: Replace DistinctNumeric bool parameters with named ones
Sam Atkins
2022-11-11
AK: Don't crash in HashTable::clear_with_capacity on an empty table
Zaggy1024
2022-11-10
AK: Allow Variant::downcast<OtherVariantType>()
Ali Mohammad Pur
2022-11-09
Everywhere: Fix a few comment typos
Nico Weber
2022-11-08
AK+LibIPC: Add a convenience encoder/decoder for JsonValue
Timothy Flynn
2022-11-06
Everywhere: Remove redundant inequality comparison operators
Daniel Bertalan
2022-11-05
AK: Introduce fixed-width floating point types (f32, f64, f80 and f128)
Dan Klishch
2022-11-03
AK: Add static_assert to check for effective size of long double
Dan Klishch
2022-11-03
AK: Add framework for a unified floating point to string conversion
Dan Klishch
2022-11-03
AK+LibC+LibCrypto: Move FloatExtractor to AK/FloatingPoint.h
Dan Klishch
2022-11-03
Everywhere: Clean up "the the" comment typos
Nico Weber
2022-11-02
AK: Add support for mlibc in URL
Dennis Bonke
[next]