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
2023-03-03
AK: Make FixedPoint(FloatingPoint) ctor round instead of truncating
Nico Weber
2023-03-01
AK: Add new String constructor to URL
Kenneth Myhra
2023-02-28
AK+Everywhere: Make GenericLexer::ignore_until() stop before the value
Sam Atkins
2023-02-28
Userland+AK: Stop using getopt() for ArgsParser
Ali Mohammad Pur
2023-02-28
AK: Add two starts_with{bytes,}() APIs to String
Ali Mohammad Pur
2023-02-26
AK: Fix DeprecatedString::bijective_base_from for large numbers
Tim Ledbetter
2023-02-25
AK: Add FixedPoint::clamp
kleines Filmröllchen
2023-02-25
AK: Use the same consteval condition on _short_string as its factory
Timothy Flynn
2023-02-25
AK: Add operator""_{short_,}string to create a String from a literal
Linus Groh
2023-02-24
AK+Kernel: Add includes before removing Kernel/ProcessExposed.h
Liav A
2023-02-24
LibGfx: Add scaffolding for a webp decoder
Nico Weber
2023-02-22
AK: Prepare Utf32View for use within templated LibGfx contexts
Timothy Flynn
2023-02-22
AK: Add formatters for Utf8View and Utf32View
Timothy Flynn
2023-02-21
AK: Ensure that we fill the whole String when reading from a Stream
Tim Schumacher
2023-02-21
AK: Add `take_first` to HashTable and rename `pop` to `take_last`
Hediadyoin1
2023-02-21
AK: Update HashTables head and tail when shifting during deletion
Hediadyoin1
2023-02-21
AK: Add String::from_stream method
Andrew Kaster
2023-02-21
Revert "AK: Disallow constness laundering in RefPtr and NonnullRefPtr"
Andreas Kling
2023-02-21
AK: Disallow constness laundering in RefPtr and NonnullRefPtr
Andreas Kling
2023-02-21
AK: Make String const-correct internally
Andreas Kling
2023-02-21
AK: Make Deprecated{Fly,}String and StringImpl const-correct
Andreas Kling
2023-02-21
AK: Stop NonnullPtrVector from making accessed elements const
Andreas Kling
2023-02-20
AK/StackInfo: Add support for NetBSD
nipos
2023-02-19
AK: Allow zero-valued signed size types in format strings
Andrew Kaster
2023-02-19
AK/StackInfo: Add support for OpenBSD pthreads
nipos
2023-02-19
AK: Make FlyString(String) constructor implicit
Sam Atkins
2023-02-18
LibGfx: Rename `JPGLoader` to `JPEGLoader`
Lucas CHOLLET
2023-02-18
AK: Fix printing of negative FixedPoint values
Nico Weber
2023-02-18
AK: Fix 64-bit alignment issue in shared-superstring substrings
Andreas Kling
2023-02-17
AK: Remove unused `rehash_for_collision`
Jelle Raaijmakers
2023-02-17
AK: Reimplement `HashTable` with smart linear probing
Jelle Raaijmakers
2023-02-17
AK: Remove unused `HashTable.h` include from `StringImpl`
Jelle Raaijmakers
2023-02-18
AK: Add an input() accessor to GenericLexer
Ali Mohammad Pur
2023-02-18
AK: Add `AK::SIMD::exp_approximate`
Jelle Raaijmakers
2023-02-17
AK+LibWeb: Implement Variant equality operator
kleines Filmröllchen
2023-02-15
AK: Add StringBuilder::to_fly_string()
Sam Atkins
2023-02-15
AK: Let FlyStrings be assigned from Strings
Sam Atkins
2023-02-15
AK+Tests+LibWeb: Make `URL::complete_url()` take a StringView
Sam Atkins
2023-02-13
Shell: Start implementing a POSIX-compliant parser
Ali Mohammad Pur
2023-02-13
Everywhere: Remove the `AK::` qualifier from Stream usages
Tim Schumacher
2023-02-13
LibCore: Remove `Stream.h`
Tim Schumacher
2023-02-12
AK: Add conversion functions for packed DOS time format
Ollrogge
2023-02-12
AK: Add function 'shallow_clone()' to HashMap
Kenneth Myhra
2023-02-11
AK: Move try_make_ref_counted() to NonnullRefPtr.h
Nico Weber
2023-02-11
AK: Move try_make() to NonnullOwnPtr.h
Nico Weber
2023-02-11
AK: Move adopt_nonnull_ref_or_enomem() to NonnullRefPtr.h
Nico Weber
2023-02-11
AK: Move adopt_nonnull_own_or_enomem() to NonnullOwnPtr.h
Nico Weber
2023-02-11
AK: Always initialize vector capacity to inline_capacity
MacDue
2023-02-10
AK: Allow Vector<ByteBuffer>::contains_slow to accept (Readonly)Bytes
Luke Wilde
2023-02-10
AK: Provide `is_errno` for Kernel Errors
Tim Schumacher
[next]