elasota
|
e5e9d5c96d
|
COMMON: Performance improvement for toUppercase and toLowercase: Avoid calling makeUnique on strings that aren't modified.
|
2023-09-20 02:16:25 +02:00 |
|
Eugene Sandulenko
|
3cbb035875
|
COMMON: Added String::chop() method
|
2023-09-17 00:56:28 +02:00 |
|
elasota
|
4f83f8f625
|
COMMON: Use standard library strlen for char string lengths.
|
2023-08-28 22:04:26 +02:00 |
|
elasota
|
20c91ae391
|
COMMON: Move string length calculation to a separate function so it's easier to get through string constructors with just Step Over while debugging (vs. Step Out which has a 2-key default keybind in VS and can behave badly with optimizations enabled).
|
2023-08-28 22:04:26 +02:00 |
|
elasota
|
3adb30e4bf
|
COMMON: Avoid makeUnique on string if trim wouldn't modify it.
|
2023-05-14 23:07:32 +02:00 |
|
Vladimir Serbinenko
|
f9b6669241
|
COMMON: Add DBCS-oriented variant of String
|
2023-05-10 13:18:54 +02:00 |
|
Eugene Sandulenko
|
63f39ca792
|
COMMON: Rename base-str.* to str-base.* for consistency and file grouping
|
2023-01-05 14:21:23 +01:00 |
|