summaryrefslogtreecommitdiff
path: root/AK/FlyString.cpp
AgeCommit message (Expand)Author
2023-03-11AK: Add FlyString::from_deprecated_fly_string()Kenneth Myhra
2023-03-10Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_caseAndreas Kling
2023-03-09AK: Make FlyString::hash() use the cached hash in StringData if possibleAndreas Kling
2023-03-08AK: Add FlyString::equals_ignoring_ascii_case()Andreas Kling
2023-03-05AK: Add FlyString::to_deprecated_fly_string()Kenneth Myhra
2023-02-15AK: Let FlyStrings be assigned from StringsSam Atkins
2023-01-12AK: Implement FlyString for the new String classTimothy Flynn
2023-01-09AK+Everywhere: Rename FlyString to DeprecatedFlyStringTimothy Flynn
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-10-23AK: Add to_{double, float} convenience functions to all string typesdavidot
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-01-29AK: Implement FlyString's comparison operators in terms of StringView'sDaniel Bertalan
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-08-08Everywhere: Replace AK::Singleton => SingletonAndreas Kling
2021-06-18AK: Add a way to disable the trimming of whitespace in to_*intsin-ack
2021-06-06Revert "Revert "AK: Always inline FlyString::view()""Linus Groh
2021-06-06Revert "AK: Always inline FlyString::view()"Linus Groh
2021-06-05AK: Always inline FlyString::view()Andreas Kling
2021-06-03AK: Allow inlining more string functionsGunnar Beutner
2021-05-15AK: Try to avoid String allocation in FlyString(StringView)Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-26Everywhere: Remove a bunch of redundant 'AK::' namespace prefixesLinus Groh
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2020-12-21AK: Generalize AK::String::to_int() for more typesSahan Fernando
2020-10-06AK: Use StringImpl::operator== in FlyStringAndreas Kling
2020-08-25Kernel: Switch singletons to use new Singleton classTom
2020-08-22Revert "Kernel: Move Singleton class to AK"Andreas Kling
2020-08-22Revert "AK: Get rid of make_singleton function"Andreas Kling
2020-08-22AK: Get rid of make_singleton functionTom
2020-08-22Kernel: Move Singleton class to AKTom
2020-07-21AK: Add case insensitive version of starts_withLuke
2020-06-16AK: Implement a slightly better FlyString::operator==(String)Andreas Kling
2020-06-12AK: Make string-to-number conversion helpers return OptionalAndreas Kling
2020-05-26AK: Unify FlyString/StringView::ends_with implementation on StringUtils::ends...Brian Gianforcaro
2020-05-05AK: Some FlyString improvementsAndreas Kling
2020-04-06AK: Make FlyString a little less hilariously unoptimized :^)Andreas Kling
2020-03-28AK: Add some string comparison operatorsAndreas Kling
2020-03-23AK: Reduce header dependency graph of String.hAndreas Kling
2020-03-22AK: Add FlyString::to_lowercase() and LogStream operator<<(FlyString)Andreas Kling
2020-03-22AK: Add FlyString::equals_ignoring_case(StringView)Andreas Kling
2020-03-22AK: Add FlyString, a simple flyweight string classAndreas Kling