summaryrefslogtreecommitdiff
path: root/AK
AgeCommit message (Expand)Author
2021-05-13AK: Introduce adopt_ref_if_nonnull(..) to aid in Kernel OOM hardeningBrian Gianforcaro
2021-05-13AK: Introduce adopt_own_if_nonnull(..) to aid in Kernel OOM hardeningBrian Gianforcaro
2021-05-12AK: Add LexicalPath::append and LexicalPath::joinsin-ack
2021-05-12Kernel+LibC: Make get_dir_entries syscall retriableMart G
2021-05-11AK: Add a Tuple implementationAli Mohammad Pur
2021-05-11AK/Variant: Deduplicate the contained typesAli Mohammad Pur
2021-05-11AK: Avoid the use of typeinfo in VariantAli Mohammad Pur
2021-05-10LibPDF: Parse page structuresMatthew Olsson
2021-05-10AK: Add missing 'const' in SpanMatthew Olsson
2021-05-08LibWasm: Start implementing a basic WebAssembly binary format parserAli Mohammad Pur
2021-05-08AK: Let Result<T, E> know its Value and Error typesAli Mohammad Pur
2021-05-08AK+LibCpp: Remove DEBUG_SPAM in favour of per-application definesAli Mohammad Pur
2021-05-08AK: Add an optional 'extra' descriptive field to ScopeLoggerAli Mohammad Pur
2021-05-08AK: Add missing GenericTraits<NonnullRefPtr>Itamar
2021-05-08AK: Add constructors to Optional that accept non const qualified inputsItamar
2021-05-08AK: Add a non-const overload to HapMap::get()Itamar
2021-05-08AK: Add ConstPeekType to TraitsItamar
2021-05-08LibGL: Implement a basic OpenGL 1.x compatible libraryJesse Buhagiar
2021-05-08AK: Add epsilon() to NumericLimits for float, double, long doubleStephan Unverwerth
2021-05-07AK: Remove StringBuilder::appendf()Andreas Kling
2021-05-07AK: Implement Span::starts_with()Valtteri Koskivuori
2021-05-07AK: Make Checked<T> check for division overflow as wellAli Mohammad Pur
2021-05-06Tests: Move AK tests to Tests/AKBrian Gianforcaro
2021-05-06AK: Implement printf fraction length specification for stringsAnotherTest
2021-05-05AK: Add a Variant<Ts...> implementationAli Mohammad Pur
2021-05-05AK: Export integer_sequence_generate_array()Ali Mohammad Pur
2021-05-05AK: Add min() and max() methods to Array<T, N>Ali Mohammad Pur
2021-05-04AK: Make LEB128 capable of reading into any typeAli Mohammad Pur
2021-05-04AK: Move the LEB128 logic to AK and make it usable with InputStreamAli Mohammad Pur
2021-05-04AK: Make DistinctNumeric constexpr-capableAli Mohammad Pur
2021-05-03AK: Silence -Wmaybe-uninitialized warningGunnar Beutner
2021-05-01AK: Move bijective-base-conversion into AK/StringTobias Christiansen
2021-04-29AK: Make dbgln log the thread IDGunnar Beutner
2021-04-29Everywhere: "indexes" => "indices"Andreas Kling
2021-04-29Everywhere: "file name" => "filename"Andreas Kling
2021-04-29AK: Make AK::Vector expose allocation failures in APISahan Fernando
2021-04-29Everywhere: Use "the SerenityOS developers." in copyright headersLinus Groh
2021-04-28AK: Guarantee a maximum stack depth for dual_pivot_quick_sortMart G
2021-04-28AK: Change pivot selection of dual_pivot_quick_sortMart G
2021-04-27Userland: Move non-standard math constants from math.hJean-Baptiste Boric
2021-04-26AK: Fix argument type for JsonArray::at and JsonArray::operator[]Gunnar Beutner
2021-04-25Everywhere: Remove empty line after function body opening curly braceLinus Groh
2021-04-25Tests: Remove 4chan catalog JSON from treesin-ack
2021-04-25AK: Add default constructor to SourceLocationBrian Gianforcaro
2021-04-25AK+Userland: Move AK/TestSuite.h into LibTest and rework Tests' CMakeAndrew Kaster
2021-04-25Tests: Add environment variable for tests onlyAndrew Kaster
2021-04-25LibCpp: Convert ScopeLogger to use AK:SourceLocationBrian Gianforcaro
2021-04-25AK: Add a AK::Formatter implementation for AK::SourceLocationBrian Gianforcaro
2021-04-24AK: Add SourceLocation supportBrian Gianforcaro
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling