Commit History

Author SHA1 Message Date
  Andreas Kling 216e21a1fa AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 3 years ago
  Andreas Kling 8b1108e485 Everywhere: Pass AK::StringView by value 3 years ago
  Andreas Kling 5f7d008791 AK+Everywhere: Stop including Vector.h from StringView.h 3 years ago
  Peter Elliott d28459fb11 AK: Escape '"' in escape_html_entities 3 years ago
  Idan Horowitz 6704961c82 AK: Replace the mutable String::replace API with an immutable version 3 years ago
  Idan Horowitz 6d2b003b6e AK: Make String::count not use strstr and take a StringView 3 years ago
  Ali Mohammad Pur 97e97bccab Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe 3 years ago
  Brian Gianforcaro fee2a03ba9 AK: Pass AK::Format TypeErasedFormatParams by reference in AK::String 3 years ago
  Timothy Flynn 262e412634 AK: Implement method to convert a String/StringView to title case 3 years ago
  Jean-Baptiste Boric 7a9d05c24c AK: Add contains(char) method to String 4 years ago
  Tobias Christiansen 87033ce7d1 AK: Add generation of roman numerals to AK::String 4 years ago
  Max Wipfli 17eddf3ac4 AK: Add input bounds checking to String::substring() 4 years ago
  Max Wipfli 268d81a56c AK: Add String::find_last() and inline String::find() methods 4 years ago
  Max Wipfli d7a104c27c AK: Implement StringView::find_all() 4 years ago
  Max Wipfli 56253bf389 AK: Reimplement StringView::find methods in StringUtils 4 years ago
  Idan Horowitz a768131720 AK: Ensure StringBuilder capacity in String::reverse 4 years ago
  sin-ack 3abcfcc178 AK: Add a way to disable the trimming of whitespace in to_*int 4 years ago
  Gunnar Beutner a4f320c76b AK: Allow inlining more string functions 4 years ago
  Matthew Olsson 777c232e16 AK: Add String::repeated(StringView, size_t count) 4 years ago
  Andreas Kling de395a3df2 AK+Everywhere: Consolidate String::index_of() and String::find() 4 years ago
  Maciej Zygmanowski 80077cea86 AK: Add String::find_all() and String::count() 4 years ago
  Tobias Christiansen 4016e04061 AK: Move bijective-base-conversion into AK/String 4 years ago
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
  Andreas Kling edf0b14e23 AK: Remove String::format() 4 years ago
  Andreas Kling 873da38d0e AK: Remove String-from-StringView optimization 4 years ago
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY 4 years ago
  Linus Groh 4fafe14691 AK: Add String{,Utils}::to_snakecase() 4 years ago
  Ben Wiederhake fa2b5ca6f6 Everywhere: Remove unnecessary headers 2/4 4 years ago
  AnotherTest 39442e6d4f AK: Add String{View,}::find(StringView) 4 years ago
  Lenny Maiorani e6f907a155 AK: Simplify constructors and conversions from nullptr_t 4 years ago