Commit Graph

35 Commits

Author SHA1 Message Date
Matt Borland
bf21048fbb Add header only test set 2024-01-24 09:48:06 +01:00
Matt Borland
b404767a57 Fix locale dependence on fallback from_chars implementation (#123)
Increases minimum compiler requirement from clang 3.7 to 3.8
2024-01-22 10:34:26 +01:00
Matt Borland
e2020c6366 Add test set 2024-01-04 11:13:01 +01:00
Matt Borland
1c692523ba Implement P2497 from C++26 2023-10-30 08:44:29 +01:00
Matt Borland
2faa3f0ef4 Add -Wold-style-casts to Jamfile 2023-10-25 09:00:27 +02:00
Matt Borland
5ccae36c4b Add flags to jamfile 2023-10-24 11:55:39 +02:00
Matt Borland
16a47b36a3 Add double-conversion to test jamfile 2023-08-10 15:04:28 -04:00
Matt Borland
11c42f5833 Update linux benchmarks 2023-08-10 10:29:41 -04:00
Matt Borland
6c1283357d Merge remote-tracking branch 'origin/develop' into benchmarks 2023-08-04 13:34:55 -04:00
Matt Borland
ebf38632f0 Add __float128 testing 2023-06-12 16:37:18 +02:00
Matt Borland
dbcd9f303a Add STL benchmark from ML with diagnostic information 2023-05-25 10:39:29 +02:00
Peter Dimov
6618b989b3 Add zero extension tests for float and double 2023-05-19 18:43:06 +03:00
Matt Borland
8058863041 Re-enable boost.json values testing 2023-05-04 14:25:13 +02:00
Matt Borland
97ba04cca3 Disable boost.json test as from_chars is failing 2023-05-02 15:49:38 +02:00
Matt Borland
d9a1d11400 Add <charconv> comparison test 2023-04-20 16:27:40 +02:00
Matt Borland
4e62c16c78 Add boost.json issue test 2023-04-17 16:16:37 +02:00
Matt Borland
34c3d2b4a6 Add dragonbox shortest formatting
[ci skip]
2023-04-10 17:35:56 +02:00
Matt Borland
7e011784a7 Replace float and double stub impls with real ones
[ci skip]
2023-02-27 11:44:04 -08:00
Matt Borland
289b17c293 Add trivial functioning long double impl 2023-02-27 10:30:53 -08:00
Matt Borland
034c05598f Add int->float parser test 2023-02-24 09:23:55 -08:00
Matt Borland
1a29f507da Add function to compute float 2023-02-23 08:45:59 -08:00
Matt Borland
a055bce3ee Add simple test for compute_float64 2023-02-22 11:53:23 -08:00
Matt Borland
4ff073e5f6 Remove all leading zero files 2023-02-21 12:03:58 -08:00
Matt Borland
861bcf7f62 Add test for leading zero count 2023-02-20 14:44:27 -08:00
Matt Borland
4996646f0a Add emulation test 2023-02-16 11:47:36 -08:00
Matt Borland
513a96a25f Add 128-bit emulation 2023-02-16 11:21:54 -08:00
Matt Borland
0182c638f2 Fix merge conflict 2023-02-15 16:39:37 -08:00
Peter Dimov
d53c9555e5 Add test/limits_link_x.cpp 2023-02-16 02:16:43 +02:00
Matt Borland
e009bd95a2 Fix u128 integer search tree 2023-02-15 11:58:21 -08:00
Peter Dimov
b66dbdb5ea Add test/to_chars_sprintf.cpp 2023-02-15 02:45:27 +02:00
Matt Borland
2c4e7966bc Add limits definitions 2023-02-07 09:17:21 -08:00
Matt Borland
d1117666aa Fix jamfile requirements 2023-02-01 12:15:37 -08:00
Matt Borland
057df19bf7 Check STL handling of signed 0 2023-01-26 10:26:10 -08:00
Matt Borland
1f592c1d4b Add STL comp test and adjust hexadecimal parsing to match 2023-01-13 11:33:18 -08:00
Peter Dimov
3f1ad6d6f4 Initial commit 2022-12-29 19:41:33 +02:00