Peter Dimov
|
61607750c4
|
Update test/to_chars_sprintf.cpp
|
2023-02-16 03:21:58 +02:00 |
|
Peter Dimov
|
aa95e8a890
|
Update test/limits_link_x.cpp
|
2023-02-16 02:53:58 +02: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
|
b15dd75acb
|
Add guard macro to test
|
2023-02-15 12:19:53 -08: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 |
|
Peter Dimov
|
4584978d5e
|
Do not initialize buffers in roundtrip.cpp
|
2023-02-14 22:15:51 +02:00 |
|
Peter Dimov
|
e359d18124
|
Revert buffer initialization in quick.cpp
|
2023-02-14 22:05:23 +02:00 |
|
Matt Borland
|
51c145111a
|
Initialize buffer
|
2023-02-13 11:58:06 -08:00 |
|
Matt Borland
|
ce01ff3f41
|
Remove dummy test that fails on old compilers
|
2023-02-13 11:33:18 -08:00 |
|
Matt Borland
|
de4060f5c7
|
Revert testing removal
|
2023-02-13 11:28:20 -08:00 |
|
Matt Borland
|
6f9833be59
|
Add more diagnostics
[ci skip]
|
2023-02-13 11:08:36 -08:00 |
|
Matt Borland
|
4d1ffb8829
|
Change test so we can see the failed value
[ci skip]
|
2023-02-13 10:45:44 -08:00 |
|
Matt Borland
|
8f63d52a8d
|
Dummy check test case
[ci skip]
|
2023-02-13 09:58:11 -08:00 |
|
Peter Dimov
|
9cde343cda
|
Update test/limits.cpp
|
2023-02-10 21:22:45 +02:00 |
|
Peter Dimov
|
3f4daf0168
|
Update test/roundtrip.cpp
|
2023-02-10 21:15:24 +02:00 |
|
Matt Borland
|
c66100bc90
|
Use boost.config types
|
2023-02-10 10:55:52 -08:00 |
|
Matt Borland
|
60e7069450
|
Re-enable uint128_t testing
|
2023-02-10 09:16:40 -08:00 |
|
Matt Borland
|
05dbacd782
|
Add uint128_t stream function
|
2023-02-10 09:16:27 -08:00 |
|
Matt Borland
|
7ab2130061
|
Isolate test case
[ci skip]
|
2023-02-09 11:41:08 -08:00 |
|
Matt Borland
|
5bfe2f2768
|
Add int128 stream operator from SO
[ci skip]
|
2023-02-09 11:28:35 -08:00 |
|
Matt Borland
|
e43e59de15
|
Add framework for roundtrip test
|
2023-02-09 11:10:23 -08:00 |
|
Matt Borland
|
699d7351ef
|
Add 128 bit test path
|
2023-02-09 10:44:24 -08:00 |
|
Matt Borland
|
f23cf8db75
|
Merge remote-tracking branch 'origin/develop' into 128_to_chars
|
2023-02-09 09:56:05 -08:00 |
|
Matt Borland
|
6de3ba1028
|
Merge pull request #15 from mborland/fix_develop
Fix UB on develop
|
2023-02-09 09:35:41 -08:00 |
|
Peter Dimov
|
43f8d1b777
|
Add long double to limits test
|
2023-02-09 19:16:45 +02:00 |
|
Matt Borland
|
e18205f383
|
Use unsigned integer as the return type in apply sign
|
2023-02-09 09:13:12 -08:00 |
|
Peter Dimov
|
fd2e5139f1
|
Add long double to roundtrip test
|
2023-02-09 18:58:35 +02:00 |
|
Peter Dimov
|
13a5fe5c90
|
Update roundtrip fp values
|
2023-02-09 18:48:22 +02:00 |
|
Peter Dimov
|
1df4ff38c1
|
Add boundary values to test/roundtrip.cpp
|
2023-02-09 02:50:58 +02:00 |
|
Peter Dimov
|
1eec775de3
|
Add test for odr-use of the limits constants
|
2023-02-09 01:49:48 +02:00 |
|
Peter Dimov
|
0398da3b67
|
Add simple sanity checks for the limits<> values
|
2023-02-09 01:46:58 +02:00 |
|
Peter Dimov
|
ecbf043f82
|
Add floating point from_chars check to test/limits.cpp
|
2023-02-09 01:29:58 +02:00 |
|
Peter Dimov
|
ccbae48c1a
|
Add integral from_chars check to test/limits.cpp
|
2023-02-09 01:28:02 +02:00 |
|
Peter Dimov
|
89107b55a8
|
Change limits<T> and update test/limits.cpp to test it
|
2023-02-09 01:21:26 +02:00 |
|
Peter Dimov
|
919a92255f
|
Output more information on floating point failure
|
2023-02-08 21:33:27 +02:00 |
|
Peter Dimov
|
ee8a376f82
|
Add missing include
|
2023-02-08 21:26:16 +02:00 |
|
Peter Dimov
|
da25d61248
|
Activate float/double tests in roundtrip.cpp; add stub implementations of from_chars and to_chars to make them pass
|
2023-02-08 21:21:28 +02:00 |
|
Peter Dimov
|
f476f9c39c
|
Update test/roundtrip.cpp
|
2023-02-08 20:57:08 +02:00 |
|
Matt Borland
|
ecd8ddb709
|
Add limits specialization
|
2023-02-08 10:39:44 -08:00 |
|
Matt Borland
|
7671580028
|
Improve macros
|
2023-02-08 10:11:53 -08:00 |
|
Matt Borland
|
d1fc7b4e60
|
Implementation for 128-bit ints
|
2023-02-08 09:50:36 -08:00 |
|
Matt Borland
|
21dc84cafd
|
Add test for 128-bit type
[ci skip]
|
2023-02-07 11:57:41 -08:00 |
|
Matt Borland
|
930e0d0dd5
|
Fix warning C4018: '>=': signed/unsigned mismatch
|
2023-02-07 10:01:20 -08:00 |
|
Matt Borland
|
280692cc86
|
Change to function notation for pre C++17
|
2023-02-07 09:42:23 -08:00 |
|
Matt Borland
|
2c4e7966bc
|
Add limits definitions
|
2023-02-07 09:17:21 -08:00 |
|
Matt Borland
|
c9376c89bf
|
Disable random 8-bit int tests on MSVC
|
2023-02-03 09:29:56 -08:00 |
|
Matt Borland
|
c71084d46d
|
Add literal to fix MSVC test errors
|
2023-02-03 09:05:52 -08:00 |
|
Matt Borland
|
aa13c62ce6
|
Fix 8 and 16 bit overflows
|
2023-02-02 11:52:02 -08:00 |
|