Commit History

作者 SHA1 備註 提交日期
  Andreas Kling 8b1108e485 Everywhere: Pass AK::StringView by value 3 年之前
  Andreas Kling c94c15d45c Everywhere: Replace AK::Singleton => Singleton 4 年之前
  sin-ack 3abcfcc178 AK: Add a way to disable the trimming of whitespace in to_*int 4 年之前
  Linus Groh 0a7e91329f Revert "Revert "AK: Always inline FlyString::view()"" 4 年之前
  Linus Groh f09216ac42 Revert "AK: Always inline FlyString::view()" 4 年之前
  Andreas Kling 66f15c2e0c AK: Always inline FlyString::view() 4 年之前
  Gunnar Beutner a4f320c76b AK: Allow inlining more string functions 4 年之前
  Andreas Kling a4099fc756 AK: Try to avoid String allocation in FlyString(StringView) 4 年之前
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年之前
  Linus Groh e265054c12 Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes 4 年之前
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY 4 年之前
  Sahan Fernando 37df4bbd90 AK: Generalize AK::String::to_int() for more types 4 年之前
  Andreas Kling 3dbd5c98da AK: Use StringImpl::operator== in FlyString 4 年之前
  Tom d89582880e Kernel: Switch singletons to use new Singleton class 5 年之前
  Andreas Kling 8925ad3fa0 Revert "Kernel: Move Singleton class to AK" 5 年之前
  Andreas Kling 68580d5a8d Revert "AK: Get rid of make_singleton function" 5 年之前
  Tom 5a98e329d1 AK: Get rid of make_singleton function 5 年之前
  Tom f0906250a1 Kernel: Move Singleton class to AK 5 年之前
  Luke a5ecb9bd6b AK: Add case insensitive version of starts_with 5 年之前
  Andreas Kling 35329400b8 AK: Implement a slightly better FlyString::operator==(String) 5 年之前
  Andreas Kling fdfda6dec2 AK: Make string-to-number conversion helpers return Optional 5 年之前
  Brian Gianforcaro 129462cca7 AK: Unify FlyString/StringView::ends_with implementation on StringUtils::ends_with 5 年之前
  Andreas Kling e4b9cf9b6c AK: Some FlyString improvements 5 年之前
  Andreas Kling 76bb0fab2d AK: Make FlyString a little less hilariously unoptimized :^) 5 年之前
  Andreas Kling 95cc4c7e74 AK: Add some string comparison operators 5 年之前
  Andreas Kling 7d862dd5fc AK: Reduce header dependency graph of String.h 5 年之前
  Andreas Kling c4a6d6ae9f AK: Add FlyString::to_lowercase() and LogStream operator<<(FlyString) 5 年之前
  Andreas Kling 26bc3d4ea0 AK: Add FlyString::equals_ignoring_case(StringView) 5 年之前
  Andreas Kling 4f72f6b886 AK: Add FlyString, a simple flyweight string class 5 年之前