Alex King
2a6cf8c8e7
[Strings] Add more number formatters ( #2873 )
...
* [Strings] Add more number formatters
# Notes
- Adds `Strings::ToUnsignedInt` for `uint32` support.
- Adds `Strings::ToBigInt` for `int64` support.
- Adds `Strings::ToUnsignedBigInt` for `uint64` support.
- Adds `Strings::ToFloat` for `float` support.
- Replaces all `std::stoi` references with `Strings::ToInt`.
- Replaces all `atoi` references with `Strings::ToInt`.
- Replaces all `std::stoul` references with `Strings::ToUnsignedInt`.
- Replaces all `atoul` references with `Strings::ToUnsignedInt`.
- Replaces all `std::stoll` references with `Strings::ToBigInt`.
- Replaces all `atoll` references with `Strings::ToBigInt`.
- Replaces all `std::stoull` references with `Strings::ToUnsignedBigInt`.
- Replaces all `atoull` references with `Strings::ToUnsignedBigInt`.
- Replaces all `std::stof` references with `Strings::ToFloat`.
* [Strings] Add more number formatters
- Adds `Strings::ToUnsignedInt` for `uint32` support.
- Adds `Strings::ToBigInt` for `int64` support.
- Adds `Strings::ToUnsignedBigInt` for `uint64` support.
- Adds `Strings::ToFloat` for `float` support.
- Replaces all `std::stoi` references with `Strings::ToInt`.
- Replaces all `atoi` references with `Strings::ToInt`.
- Replaces all `std::stoul` references with `Strings::ToUnsignedInt`.
- Replaces all `atoul` references with `Strings::ToUnsignedInt`.
- Replaces all `std::stoll` references with `Strings::ToBigInt`.
- Replaces all `atoll` references with `Strings::ToBigInt`.
- Replaces all `std::stoull` references with `Strings::ToUnsignedBigInt`.
- Replaces all `atoull` references with `Strings::ToUnsignedBigInt`.
- Replaces all `std::stof` references with `Strings::ToFloat`.
* Rebase cleanup
* Changes/benchmarks/tests
---------
Co-authored-by: Akkadius <akkadius1@gmail.com>
2023-03-04 17:01:19 -06:00
..
2021-11-14 22:48:47 -06:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2022-05-09 20:49:43 -05:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2022-05-07 03:23:15 -04:00
2021-11-14 22:48:47 -06:00
2022-07-14 02:10:52 -05:00
2022-05-22 22:31:14 -04:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2022-05-07 03:23:15 -04:00
2021-11-14 22:48:47 -06:00
2023-03-04 17:01:19 -06:00
2021-11-14 22:48:47 -06:00
2023-03-04 17:01:19 -06:00
2022-05-07 23:45:44 -04:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2022-11-14 14:06:36 -05:00
2023-03-04 17:01:19 -06:00
2021-11-14 22:48:47 -06:00
2022-05-07 03:23:15 -04:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2021-09-12 22:08:04 -05:00
2021-11-14 22:48:47 -06:00
2023-03-04 17:01:19 -06:00
2022-08-13 20:40:22 -04:00
2021-11-14 22:48:47 -06:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2022-10-29 21:22:17 -04:00
2022-05-29 14:33:35 -04:00
2023-03-04 17:01:19 -06:00
2022-05-07 03:23:15 -04:00
2023-03-04 17:01:19 -06:00
2022-12-30 17:30:23 -05:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2021-11-14 22:48:47 -06:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2021-11-14 22:48:47 -06:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2021-11-21 10:03:08 -05:00
2023-03-04 17:01:19 -06:00
2022-05-07 03:23:15 -04:00
2022-05-07 03:23:15 -04:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2022-05-07 03:23:15 -04:00
2022-05-03 23:05:02 -04:00
2022-05-07 03:23:15 -04:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2021-11-14 22:48:47 -06:00
2022-05-07 03:23:15 -04:00
2022-05-07 03:23:15 -04:00
2023-03-04 17:01:19 -06:00
2022-07-30 19:29:24 -05:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2022-02-10 16:14:17 -05:00
2022-05-07 03:23:15 -04:00
2023-03-04 17:01:19 -06:00
2021-11-14 22:48:47 -06:00
2021-11-14 22:48:47 -06:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2021-11-14 22:48:47 -06:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2022-07-30 19:29:24 -05:00
2022-05-25 20:05:07 -04:00
2021-11-14 22:48:47 -06:00
2023-03-04 17:01:19 -06:00
2022-07-02 22:10:51 -05:00
2022-05-22 22:31:08 -04:00
2022-07-14 02:10:52 -05:00
2022-05-28 14:35:05 -04:00
2023-03-04 17:01:19 -06:00
2023-02-06 17:23:50 -06:00
2021-11-14 22:48:47 -06:00
2023-02-06 17:24:03 -06:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2022-05-06 20:58:07 -04:00
2022-05-07 03:23:15 -04:00
2022-12-06 08:46:21 -05:00
2023-03-04 17:01:19 -06:00
2021-11-14 22:48:47 -06:00
2021-11-14 22:48:47 -06:00
2022-12-25 16:36:20 -05:00
2022-05-23 19:56:19 -04:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2021-11-14 22:48:47 -06:00
2022-07-14 02:10:52 -05:00
2021-11-14 22:48:47 -06:00
2022-02-10 16:14:40 -05:00
2022-02-10 16:10:31 -05:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2022-08-13 20:40:22 -04:00
2022-05-06 20:58:01 -04:00
2023-03-04 17:01:19 -06:00
2022-05-06 20:57:53 -04:00
2022-05-06 20:57:53 -04:00
2023-03-04 17:01:19 -06:00
2021-11-25 14:50:05 -05:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2022-07-14 02:10:52 -05:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2022-11-16 08:30:35 -06:00
2022-05-21 10:26:45 -04:00
2023-02-23 02:38:37 -06:00
2022-05-01 19:39:52 -04:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2021-11-25 14:50:05 -05:00
2023-03-04 17:01:19 -06:00
2021-11-14 22:48:47 -06:00
2021-11-14 22:48:47 -06:00
2022-05-06 21:36:23 -04:00
2021-11-14 22:48:47 -06:00
2023-03-04 17:01:19 -06:00
2022-05-07 03:23:15 -04:00
2022-08-13 20:40:22 -04:00
2022-05-06 20:42:47 -04:00
2023-03-04 17:01:19 -06:00
2022-07-14 02:10:52 -05:00
2022-05-07 03:23:15 -04:00
2022-05-07 03:23:15 -04:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2022-09-28 21:03:05 -05:00
2023-03-04 17:01:19 -06:00
2022-05-07 03:23:15 -04:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2022-12-20 21:52:36 -06:00
2022-05-07 03:23:15 -04:00
2022-12-04 23:17:56 -06:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2021-11-14 22:48:47 -06:00
2022-05-07 03:23:15 -04:00
2022-11-22 09:14:22 -05:00
2023-03-04 17:01:19 -06:00
2022-05-06 19:50:09 -04:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2022-07-02 22:10:51 -05:00
2023-03-04 17:01:19 -06:00
2022-05-07 23:28:45 -04:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2021-11-14 22:48:47 -06:00
2021-11-14 22:48:47 -06:00
2022-05-06 19:50:03 -04:00
2021-11-14 22:48:47 -06:00
2023-03-04 17:01:19 -06:00
2021-11-14 22:48:47 -06:00
2021-11-14 22:48:47 -06:00
2022-05-06 19:50:03 -04:00
2022-12-20 11:31:42 -05:00
2021-11-14 22:48:47 -06:00
2021-11-14 22:48:47 -06:00
2023-03-04 17:01:19 -06:00
2022-05-06 19:49:51 -04:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2022-05-07 03:23:15 -04:00
2022-05-07 03:23:15 -04:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2021-11-14 22:48:47 -06:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2022-11-22 09:17:09 -05:00
2023-03-04 17:01:19 -06:00
2022-07-14 02:10:52 -05:00
2022-07-14 02:10:52 -05:00
2023-03-04 17:01:19 -06:00
2021-11-14 22:48:47 -06:00
2023-03-04 17:01:19 -06:00
2023-01-22 12:56:36 -05:00
2022-05-07 03:23:15 -04:00
2023-03-04 17:01:19 -06:00
2022-05-07 03:23:15 -04:00
2023-03-04 17:01:19 -06:00
2021-11-14 22:48:47 -06:00
2023-03-04 17:01:19 -06:00
2021-11-14 22:48:47 -06:00
2022-05-10 06:19:07 -04:00
2023-03-04 17:01:19 -06:00
2022-02-10 16:10:23 -05:00
2022-07-14 02:10:52 -05:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2022-05-07 03:23:15 -04:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2021-11-14 22:48:47 -06:00
2023-03-04 17:01:19 -06:00
2023-03-04 17:01:19 -06:00
2021-11-22 21:17:03 -05:00
2023-03-04 17:01:19 -06:00
2022-09-01 18:48:28 -05:00
2023-03-04 17:01:19 -06:00