Andreas Kling
|
cc4b3cbacc
Meta: Update my e-mail address everywhere
|
10 hónapja |
Tim Ledbetter
|
5ca2f4dfd7
Everywhere: Remove all KERNEL `#define`s
|
1 éve |
Timothy Flynn
|
82ea53cf10
AK: Add a StringView method to count the number of lines in a string
|
1 éve |
Timothy Flynn
|
07a27b2ec0
AK: Replace the boolean parameter of StringView::lines with a named enum
|
1 éve |
Andreas Kling
|
bacbc376a0
AK: Make StringView::contains(StringView) faster for 1-byte needles
|
1 éve |
Shannon Booth
|
d51f84501a
AK: Remove now unused to_{int,uint,float,double} String functions
|
1 éve |
Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 éve |
Ali Mohammad Pur
|
aeee98b3a1
AK+Everywhere: Remove the null state of DeprecatedString
|
1 éve |
Andreas Kling
|
a504ac3e2a
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
|
2 éve |
Timothy Flynn
|
e96c64cdb4
AK: Add support for the new FlyString to StringView
|
2 éve |
Timothy Flynn
|
f3db548a3d
AK+Everywhere: Rename FlyString to DeprecatedFlyString
|
2 éve |
Ben Wiederhake
|
65b420f996
Everywhere: Remove unused includes of AK/Memory.h
|
2 éve |
Timothy Flynn
|
d28c9ba054
AK: Synchronize explicit instantiations of to_int and to_uint
|
2 éve |
Linus Groh
|
f23b55ae86
AK: Add StringView(String const&) constructor
|
2 éve |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 éve |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 éve |
demostanis
|
7c33f8f7df
AK: Add SplitBehavior::KeepTrailingSeparator with tests
|
2 éve |
demostanis
|
3e8b5ac920
AK+Everywhere: Turn bool keep_empty to an enum in split* functions
|
2 éve |
davidot
|
6fd8e96d53
AK: Add to_{double, float} convenience functions to all string types
|
2 éve |
Ben Wiederhake
|
3aeb57ed09
AK+Everywhere: Fix data corruption due to code-point-to-char conversion
|
2 éve |
DexesTTP
|
7ceeb74535
AK: Use an enum instead of a bool for String::replace(all_occurences)
|
3 éve |
Tim Schumacher
|
8209c2b570
AK: Add `StringView::copy_characters_to_buffer()`
|
3 éve |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 éve |
Idan Horowitz
|
4c6a1f4db2
AK: Exclude StringView String APIs from the Kernel
|
3 éve |
Daniel Bertalan
|
ca58c71faa
AK: Implement all comparison operators for StringView
|
3 éve |
Brian Gianforcaro
|
142e099001
AK: Implement StringView::for_each_split_view
|
3 éve |
Brian Gianforcaro
|
cd42f64bc7
AK: Rewrite StringView::split_view(char..), using StringView
|
3 éve |
Andreas Kling
|
8b1108e485
Everywhere: Pass AK::StringView by value
|
3 éve |
Andreas Kling
|
5f7d008791
AK+Everywhere: Stop including Vector.h from StringView.h
|
3 éve |
Peter Elliott
|
accf4b338d
AK: Expand to_int<i64> to to_int<long> and to_int<long long>
|
3 éve |