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-05-13
AK: Introduce adopt_ref_if_nonnull(..) to aid in Kernel OOM hardening
Brian Gianforcaro
2021-05-13
AK: Introduce adopt_own_if_nonnull(..) to aid in Kernel OOM hardening
Brian Gianforcaro
2021-05-12
AK: Add LexicalPath::append and LexicalPath::join
sin-ack
2021-05-12
Kernel+LibC: Make get_dir_entries syscall retriable
Mart G
2021-05-11
AK: Add a Tuple implementation
Ali Mohammad Pur
2021-05-11
AK/Variant: Deduplicate the contained types
Ali Mohammad Pur
2021-05-11
AK: Avoid the use of typeinfo in Variant
Ali Mohammad Pur
2021-05-10
LibPDF: Parse page structures
Matthew Olsson
2021-05-10
AK: Add missing 'const' in Span
Matthew Olsson
2021-05-08
LibWasm: Start implementing a basic WebAssembly binary format parser
Ali Mohammad Pur
2021-05-08
AK: Let Result<T, E> know its Value and Error types
Ali Mohammad Pur
2021-05-08
AK+LibCpp: Remove DEBUG_SPAM in favour of per-application defines
Ali Mohammad Pur
2021-05-08
AK: Add an optional 'extra' descriptive field to ScopeLogger
Ali Mohammad Pur
2021-05-08
AK: Add missing GenericTraits<NonnullRefPtr>
Itamar
2021-05-08
AK: Add constructors to Optional that accept non const qualified inputs
Itamar
2021-05-08
AK: Add a non-const overload to HapMap::get()
Itamar
2021-05-08
AK: Add ConstPeekType to Traits
Itamar
2021-05-08
LibGL: Implement a basic OpenGL 1.x compatible library
Jesse Buhagiar
2021-05-08
AK: Add epsilon() to NumericLimits for float, double, long double
Stephan Unverwerth
2021-05-07
AK: Remove StringBuilder::appendf()
Andreas Kling
2021-05-07
AK: Implement Span::starts_with()
Valtteri Koskivuori
2021-05-07
AK: Make Checked<T> check for division overflow as well
Ali Mohammad Pur
2021-05-06
Tests: Move AK tests to Tests/AK
Brian Gianforcaro
2021-05-06
AK: Implement printf fraction length specification for strings
AnotherTest
2021-05-05
AK: Add a Variant<Ts...> implementation
Ali Mohammad Pur
2021-05-05
AK: Export integer_sequence_generate_array()
Ali Mohammad Pur
2021-05-05
AK: Add min() and max() methods to Array<T, N>
Ali Mohammad Pur
2021-05-04
AK: Make LEB128 capable of reading into any type
Ali Mohammad Pur
2021-05-04
AK: Move the LEB128 logic to AK and make it usable with InputStream
Ali Mohammad Pur
2021-05-04
AK: Make DistinctNumeric constexpr-capable
Ali Mohammad Pur
2021-05-03
AK: Silence -Wmaybe-uninitialized warning
Gunnar Beutner
2021-05-01
AK: Move bijective-base-conversion into AK/String
Tobias Christiansen
2021-04-29
AK: Make dbgln log the thread ID
Gunnar Beutner
2021-04-29
Everywhere: "indexes" => "indices"
Andreas Kling
2021-04-29
Everywhere: "file name" => "filename"
Andreas Kling
2021-04-29
AK: Make AK::Vector expose allocation failures in API
Sahan Fernando
2021-04-29
Everywhere: Use "the SerenityOS developers." in copyright headers
Linus Groh
2021-04-28
AK: Guarantee a maximum stack depth for dual_pivot_quick_sort
Mart G
2021-04-28
AK: Change pivot selection of dual_pivot_quick_sort
Mart G
2021-04-27
Userland: Move non-standard math constants from math.h
Jean-Baptiste Boric
2021-04-26
AK: Fix argument type for JsonArray::at and JsonArray::operator[]
Gunnar Beutner
2021-04-25
Everywhere: Remove empty line after function body opening curly brace
Linus Groh
2021-04-25
Tests: Remove 4chan catalog JSON from tree
sin-ack
2021-04-25
AK: Add default constructor to SourceLocation
Brian Gianforcaro
2021-04-25
AK+Userland: Move AK/TestSuite.h into LibTest and rework Tests' CMake
Andrew Kaster
2021-04-25
Tests: Add environment variable for tests only
Andrew Kaster
2021-04-25
LibCpp: Convert ScopeLogger to use AK:SourceLocation
Brian Gianforcaro
2021-04-25
AK: Add a AK::Formatter implementation for AK::SourceLocation
Brian Gianforcaro
2021-04-24
AK: Add SourceLocation support
Brian Gianforcaro
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
[next]