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-07-11
AK: Add FixedArray::span()
Andreas Kling
2021-07-11
AK: Bring back FixedArray<T>
Andreas Kling
2021-07-11
AK: Don't forget to kfree_sized() in ByteBuffer
Andreas Kling
2021-07-11
Kernel: Remove krealloc()
Andreas Kling
2021-07-11
AK: Don't use realloc() in AK::ByteBuffer
Andreas Kling
2021-07-11
AK: Use kfree_sized() in AK::Vector
Andreas Kling
2021-07-11
AK: Use kfree_sized() in AK::StringImpl
Andreas Kling
2021-07-11
AK: Use kfree_sized() in AK::HashTable
Andreas Kling
2021-07-11
AK: Use kfree_sized() in AK::ByteBuffer
Andreas Kling
2021-07-11
AK: Use kfree_sized() in AK::Bitmap
Andreas Kling
2021-07-11
AK: Make kfree_sized() forward to kfree() in non-kernel code for now
Andreas Kling
2021-07-10
AK: Remove unused NO_RETURN macro
Gunnar Beutner
2021-07-08
LibSQL+SQLServer: Build SQLServer system service
Jan de Visser
2021-07-08
AK: Fix `UFixedBigInt` not building with Clang
Daniel Bertalan
2021-07-08
Everywhere: Use the correct literal suffixes
Daniel Bertalan
2021-07-08
AK+Userland: Add generic `AK::abs()` function and use it
Daniel Bertalan
2021-07-08
AK+Kernel: Fix perfect forwarding constructors shadowing others
Daniel Bertalan
2021-07-07
AK: Replace usages of ctype.h with CharacterTypes.h
Max Wipfli
2021-07-05
AK: Declare operators `new` and `delete` as global functions
Daniel Bertalan
2021-07-05
Kernel: Replace raw asm functions with naked ones
Hendiadyoin1
2021-07-05
JsonParser: Bring parser more to spec
stelar7
2021-07-05
Kernel: Merge the x86 and x86_64 boot code into a single file
Gunnar Beutner
2021-07-04
Meta: Remove the LibJS OBJECT_DEBUG debug macro
Linus Groh
2021-07-04
AK: Add generation of roman numerals to AK::String
Tobias Christiansen
2021-07-04
AK: Explicitly require Checked types to be Integral
Idan Horowitz
2021-07-04
AK+LibIPC: Make all enums codable
Timothy
2021-07-04
AK: Destroy original value when assigning to Variant
Daniel Bertalan
2021-07-04
AK: Use conditionally trivial special member functions
Daniel Bertalan
2021-07-04
AK: Add type traits describing supported operations
Daniel Bertalan
2021-07-03
AK: Make smart pointer factories work with aggregates
Daniel Bertalan
2021-07-03
Everywhere: Fix some alignment issues
Daniel Bertalan
2021-07-03
AK: Make `(Nonnull)OwnPtr` work with abstract classes
Daniel Bertalan
2021-07-02
AK: Implement String::find_any_of() and StringView::find_any_of()
Max Wipfli
2021-07-02
AK: Add input bounds checking to String::substring()
Max Wipfli
2021-07-02
AK: Add String::find_last() and inline String::find() methods
Max Wipfli
2021-07-02
AK: Implement StringView::find_all()
Max Wipfli
2021-07-02
AK+Everywhere: Remove StringView::find_{first,last}_of(char) methods
Max Wipfli
2021-07-02
AK: Reimplement StringView::find methods in StringUtils
Max Wipfli
2021-07-02
AK: Implement StringView::to_{lower,upper}case_string
Max Wipfli
2021-07-02
AK: Support long doubles in format strings
Hediadyoin1
2021-07-01
AK: Annotate more AK::Span methods as nodiscard
Brian Gianforcaro
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
[next]