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-26
AK: Unify FlyString/StringView::ends_with implementation on StringUtils::ends...
Brian Gianforcaro
2020-05-26
AK: Add case insensitive String::ends_with support
Brian Gianforcaro
2020-05-26
AK: Move String::ends_with implementation to StringUtils
Brian Gianforcaro
2020-05-25
AK: Add String::is_one_of(...)
Andreas Kling
2020-05-23
Kernel+LibC: Fix various build issues introduced by ssize_t
Andreas Kling
2020-05-23
AK: Fix inconsistent signature for dbgputstr()
Andreas Kling
2020-05-23
AK: Simplify Types.h a little bit
Andreas Kling
2020-05-23
AK: Add MakeSigned<T> helper template
Andreas Kling
2020-05-23
AK: Allow NumericLimits.h to compile in a kernel context
Andreas Kling
2020-05-23
AK: Fix URL::complete_url behaviour for when a fragment is passed
FalseHonesty
2020-05-22
AK: Fix .. handling in FileSystemPath
Sergey Bugaev
2020-05-22
AK: Make JsonValue and JsonObjectSerializer speak int/long/long long
Andreas Kling
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
[prev]
[next]