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
2020-05-21
AK: StringUtils, add "convert_to_uint_from_hex" method
Hüseyin ASLITÜRK
2020-05-20
Revert "AK: Add InitializerList, an implementation of std::initializer_list"
Andreas Kling
2020-05-20
Revert "AK+LibC: Move non-placement new/delete into LibC"
Andreas Kling
2020-05-20
Revert "AK: Add AtomicRef, for atomically accesing a reference to a varaible"
Andreas Kling
2020-05-20
Revert "AK: Don't demangle in serenity :("
Andreas Kling
2020-05-20
AK: Include Platform.h in RefCounted.h so we have ALWAYS_INLINE
Andreas Kling
2020-05-20
AK+Kernel: Help the compiler inline a bunch of trivial methods
Sergey Bugaev
2020-05-20
AK: Don't demangle in serenity :(
Andrew Kaster
2020-05-20
AK: Add AtomicRef, for atomically accesing a reference to a varaible
Andrew Kaster
2020-05-20
AK+LibC: Move non-placement new/delete into LibC
Andrew Kaster
2020-05-20
AK: Add InitializerList, an implementation of std::initializer_list
Andrew Kaster
2020-05-20
AK: Fix Checked::multiplication_would_overflow() signature
Sergey Bugaev
2020-05-18
AK: Make Utf32View::substring_view() with 0 length not crash
Andreas Kling
2020-05-18
AK: Add a way to get the number of valid bytes in a Utf8View
AnotherTest
2020-05-17
AK: Add StringBuilder::append(Utf32View)
Andreas Kling
2020-05-17
AK: Add a very basic Utf32View class
Andreas Kling
2020-05-17
AK: Make sure URL retains trailing slash if present in complete_url
Conrad Pankoff
2020-05-17
AK: Add Utf8View::length_in_codepoints()
Andreas Kling
2020-05-17
AK: Set default port in URL to 1965 for gemini protocol
Conrad Pankoff
2020-05-16
AK: Handle "protocol relative URLs" in URL::complete_url()
Linus Groh
2020-05-16
AK: Fix URL's operator<<() and use it
Linus Groh
2020-05-16
Kernel: Absorb LibBareMetal back into the kernel
Andreas Kling
2020-05-16
Build: FreeBSD support
Dominik Madarasz
2020-05-16
AK: Remove experimental clang -Wconsumed stuff
Andreas Kling
2020-05-15
AK: StringBuilder with 0 initial capacity shouldn't build null String
Andreas Kling
2020-05-14
AK: Make FileSystemPath::extension() return what's after the last '.'
Andreas Kling
2020-05-14
Build: Switch to CMake :^)
Sergey Bugaev
2020-05-13
AK: Add StringView::equals_ignoring_case()
Linus Groh
2020-05-13
AK: Replace String::trim_spaces() with String::trim_whitespace()
Linus Groh
2020-05-12
AK: Fix gcc 10.1 compiler warnings in Vector.h
Linus Groh
2020-05-11
AK: Add String::trim_spaces()
Linus Groh
2020-05-10
AK: Add support for about: URLs
Andreas Kling
2020-05-09
AK: Add missing copyright header to TestStringUtils.cpp
Linus Groh
2020-05-09
AK: Add missing copyright header to Memory.h
Linus Groh
2020-05-09
AK: Unbreak parsing of file:// URLs with no host
Andreas Kling
2020-05-09
AK: Allow file:// URLs to have a hostname
Andreas Kling
2020-05-08
AK: Add templated NonnullOwnPtr::release_nonnull()
Andreas Kling
2020-05-08
AK: Declare LogStream::operator<<(const LogStream&, long) (#2155)
Devashish Jaiswal
2020-05-06
AK: Fix Bitmap not finding unset ranges at the end of the map
Andreas Kling
2020-05-06
Misc: Replace "String(string_view)" with "string_view.to_string()"
Linus Groh
2020-05-06
AK: Add to_string() method to StringView
Emanuel Sprung
2020-05-06
AK: Make tests compilable with the serenity target toolchain
Emanuel Sprung
2020-05-05
AK: Add URL::basename()
Andreas Kling
2020-05-05
AK: Some FlyString improvements
Andreas Kling
2020-05-05
AK: run clang-format on PrintfImplementation.h
Emanuele Torre
2020-05-04
AK: Rename variables with camelCase names in PrintfImplementation.h (#2095)
Emanuele Torre
2020-05-04
AK: Add StringView::find_first/last_of
Andrew Kaster
2020-05-03
AK: Add Vector::resize_and_keep_capacity()
Andreas Kling
2020-05-03
AK+FileManager: Move out human_readable_size to AK::NumberFormat
AnotherTest
2020-05-02
AK: Inline busy functions in Vector
AnotherTest
[next]