summaryrefslogtreecommitdiff
path: root/AK
AgeCommit message (Expand)Author
2020-05-26AK: Unify FlyString/StringView::ends_with implementation on StringUtils::ends...Brian Gianforcaro
2020-05-26AK: Add case insensitive String::ends_with supportBrian Gianforcaro
2020-05-26AK: Move String::ends_with implementation to StringUtilsBrian Gianforcaro
2020-05-25AK: Add String::is_one_of(...)Andreas Kling
2020-05-23Kernel+LibC: Fix various build issues introduced by ssize_tAndreas Kling
2020-05-23AK: Fix inconsistent signature for dbgputstr()Andreas Kling
2020-05-23AK: Simplify Types.h a little bitAndreas Kling
2020-05-23AK: Add MakeSigned<T> helper templateAndreas Kling
2020-05-23AK: Allow NumericLimits.h to compile in a kernel contextAndreas Kling
2020-05-23AK: Fix URL::complete_url behaviour for when a fragment is passedFalseHonesty
2020-05-22AK: Fix .. handling in FileSystemPathSergey Bugaev
2020-05-22AK: Make JsonValue and JsonObjectSerializer speak int/long/long longAndreas Kling
2020-05-21AK: StringUtils, add "convert_to_uint_from_hex" methodHüseyin ASLITÜRK
2020-05-20Revert "AK: Add InitializerList, an implementation of std::initializer_list"Andreas Kling
2020-05-20Revert "AK+LibC: Move non-placement new/delete into LibC"Andreas Kling
2020-05-20Revert "AK: Add AtomicRef, for atomically accesing a reference to a varaible"Andreas Kling
2020-05-20Revert "AK: Don't demangle in serenity :("Andreas Kling
2020-05-20AK: Include Platform.h in RefCounted.h so we have ALWAYS_INLINEAndreas Kling
2020-05-20AK+Kernel: Help the compiler inline a bunch of trivial methodsSergey Bugaev
2020-05-20AK: Don't demangle in serenity :(Andrew Kaster
2020-05-20AK: Add AtomicRef, for atomically accesing a reference to a varaibleAndrew Kaster
2020-05-20AK+LibC: Move non-placement new/delete into LibCAndrew Kaster
2020-05-20AK: Add InitializerList, an implementation of std::initializer_listAndrew Kaster
2020-05-20AK: Fix Checked::multiplication_would_overflow() signatureSergey Bugaev
2020-05-18AK: Make Utf32View::substring_view() with 0 length not crashAndreas Kling
2020-05-18AK: Add a way to get the number of valid bytes in a Utf8ViewAnotherTest
2020-05-17AK: Add StringBuilder::append(Utf32View)Andreas Kling
2020-05-17AK: Add a very basic Utf32View classAndreas Kling
2020-05-17AK: Make sure URL retains trailing slash if present in complete_urlConrad Pankoff
2020-05-17AK: Add Utf8View::length_in_codepoints()Andreas Kling
2020-05-17AK: Set default port in URL to 1965 for gemini protocolConrad Pankoff
2020-05-16AK: Handle "protocol relative URLs" in URL::complete_url()Linus Groh
2020-05-16AK: Fix URL's operator<<() and use itLinus Groh
2020-05-16Kernel: Absorb LibBareMetal back into the kernelAndreas Kling
2020-05-16Build: FreeBSD supportDominik Madarasz
2020-05-16AK: Remove experimental clang -Wconsumed stuffAndreas Kling
2020-05-15AK: StringBuilder with 0 initial capacity shouldn't build null StringAndreas Kling
2020-05-14AK: Make FileSystemPath::extension() return what's after the last '.'Andreas Kling
2020-05-14Build: Switch to CMake :^)Sergey Bugaev
2020-05-13AK: Add StringView::equals_ignoring_case()Linus Groh
2020-05-13AK: Replace String::trim_spaces() with String::trim_whitespace()Linus Groh
2020-05-12AK: Fix gcc 10.1 compiler warnings in Vector.hLinus Groh
2020-05-11AK: Add String::trim_spaces()Linus Groh
2020-05-10AK: Add support for about: URLsAndreas Kling
2020-05-09AK: Add missing copyright header to TestStringUtils.cppLinus Groh
2020-05-09AK: Add missing copyright header to Memory.hLinus Groh
2020-05-09AK: Unbreak parsing of file:// URLs with no hostAndreas Kling
2020-05-09AK: Allow file:// URLs to have a hostnameAndreas Kling
2020-05-08AK: Add templated NonnullOwnPtr::release_nonnull()Andreas Kling
2020-05-08AK: Declare LogStream::operator<<(const LogStream&, long) (#2155)Devashish Jaiswal