Commit Graph

21 Commits

Author SHA1 Message Date
Matt Borland
f027ead7a0 Convert to_chars to use std::errc instead of errno 2023-05-18 10:20:50 +02:00
Matt Borland
62c56f9dbb Disable warning C4127 2023-05-05 16:13:51 +02:00
Matt Borland
246d9e0d96 Enable long doubles on 64-bit platforms 2023-05-05 15:54:27 +02:00
Matt Borland
8dbdf1935e Refactor front end for floats 2023-04-20 13:24:51 +02:00
Matt Borland
40879aa975 Fix warnings C4305 and C4127 2023-04-18 14:23:08 +02:00
Matt Borland
f28dfee580 Improve testing diagnostics and ranges 2023-04-18 13:54:21 +02:00
Matt Borland
96bb503485 Switch on precision rather than format
[ci skip]
2023-04-12 14:46:48 +02:00
Matt Borland
9c704d69ce Fix macro for incorrect tests on Windows Platforms 2023-04-05 17:54:32 +02:00
Matt Borland
3c5ff8e600 Fix sign of exponent 2023-04-05 17:28:33 +02:00
Matt Borland
27f250a16d Disable tests on platforms where std:::hexfloat performs incorrectly 2023-04-05 17:28:20 +02:00
Matt Borland
0791ba8cdf Fix memcpy length 2023-04-05 16:04:47 +02:00
Matt Borland
acbc912c83 Don't print trailing zeros with unspecified precision 2023-04-05 15:15:43 +02:00
Matt Borland
9fb09e77af Disable use of std::hexfloat on GCC 4.X 2023-04-04 16:08:54 +02:00
Matt Borland
c09f117431 Fix warning C4244 for float type 2023-03-31 18:12:08 +02:00
Matt Borland
3a1286330c Implement to_chars for floats 2023-03-31 17:48:27 +02:00
Matt Borland
64a2359461 Fix clang implicit conversion warning 2023-03-31 17:11:29 +02:00
Matt Borland
17d778078a Add fixed formatting 2023-03-31 16:11:38 +02:00
Matt Borland
5667df7f07 Add testing with string stream 2023-03-30 18:37:33 +02:00
Matt Borland
f0be262fdc Add multiple formatting options
[ci skip]
2023-03-22 11:27:50 -07:00
Peter Dimov
61607750c4 Update test/to_chars_sprintf.cpp 2023-02-16 03:21:58 +02:00
Peter Dimov
b66dbdb5ea Add test/to_chars_sprintf.cpp 2023-02-15 02:45:27 +02:00