Commit Graph

367 Commits

Author SHA1 Message Date
Matt Borland
d62fd5f027 Additional workaround for latest version of MSVC 14.3 2023-03-30 16:41:03 +02:00
Matt Borland
761a0df7d9 Remove superfluous specialization of main_cache_holder 2023-03-30 16:20:31 +02:00
Matt Borland
05aa3c2a2d Workaround for MSVC14.3 gotos in if constexpr blocks 2023-03-29 17:27:13 +02:00
Matt Borland
5e72e5deca Workaround for Clang 5 inline variables with C++1z 2023-03-29 16:40:50 +02:00
Matt Borland
2c72673444 Disable warning C4702 impacting C++17 and above 2023-03-29 16:06:58 +02:00
Matt Borland
348b21ffae Disable warning C4307 impacting 64-bit constants 2023-03-29 15:54:56 +02:00
Matt Borland
8c48243bbe Fix warnings C4307 and C4244 2023-03-29 15:43:46 +02:00
Matt Borland
499c5da5cf Disable spurious warning C4100 2023-03-29 13:47:50 +02:00
Matt Borland
5ab1c750e6 Fix additional MSVC 14.0 redefinition warnings 2023-03-28 15:52:37 +02:00
Matt Borland
66e31bbe7a Fix conversion and shadowed variable warnings 2023-03-28 15:09:23 +02:00
Matt Borland
6cfa4b2946 Fix clang-win missing attribute error 2023-03-28 15:09:01 +02:00
Matt Borland
7233388bf1 Fix MSVC 14.0 redefinition warning 2023-03-28 14:50:40 +02:00
Matt Borland
9dbcaa293b Fix MSVC warnings 2023-03-28 14:31:37 +02:00
Matt Borland
57039055c2 Fix GCC 7 -Werror=noexcept-type and Clang 3.X initialization error 2023-03-28 13:35:34 +02:00
Matt Borland
bca6833e60 Add BOOST_UNREACHABLE_RETURN 2023-03-28 13:03:05 +02:00
Matt Borland
b7b24bfd51 Add anonymous namespace for ODR violations 2023-03-28 12:32:38 +02:00
Matt Borland
c9b5976993 Add block for pre-C++17 static constexpr class members 2023-03-28 12:19:43 +02:00
Matt Borland
ca32f123c2 Fix -Werror-maybe-uninitialized 2023-03-27 17:08:32 +02:00
Matt Borland
b36dc17e40 Use integer to_chars if in integer range with general formatting 2023-03-27 16:34:44 +02:00
Matt Borland
5563d760ef Implement general notation for non-integer results 2023-03-27 16:16:54 +02:00
Matt Borland
3b186a9c6b Fix CI failures from macros and unreachable code with non-c++17 builds 2023-03-27 15:04:09 +02:00
Matt Borland
b80c49d6a8 Max functions C++11 or add BOOST_CXX14_CONSTEXPR macro 2023-03-23 19:06:08 -07:00
Matt Borland
242672b428 Add messages to static_asserts 2023-03-23 18:55:18 -07:00
Matt Borland
98bad063b8 Floff works under C++11 2023-03-23 18:49:31 -07:00
Matt Borland
562bd84a7d Make computing powers BOOST_CXX14_CONSTEXPR 2023-03-23 18:47:18 -07:00
Matt Borland
a9c10ba659 Make compute_has_further_digits C++11 friendly 2023-03-23 18:44:24 -07:00
Matt Borland
1069f38e50 Replace template variable with integral_constant
[ci skip]
2023-03-23 14:21:35 -07:00
Matt Borland
94445b1cf1 Pre-compute fractional_part_rounding_thresholds 2023-03-23 14:00:08 -07:00
Matt Borland
748ec337fd Add trailing return type 2023-03-23 13:45:10 -07:00
Matt Borland
ff00639cbf Pre-compute powers of 10 2023-03-23 13:42:24 -07:00
Matt Borland
a6b0aca899 Replace template variables with struct 2023-03-23 13:23:55 -07:00
Matt Borland
b33c1fc528 Remove digit separators
[ci skip]
2023-03-22 14:06:17 -07:00
Matt Borland
bbd6a8d083 Add blocks for static constexpr struct members
[ci skip]
2023-03-22 13:59:31 -07:00
Matt Borland
b8c8039ddc Replace lambda with enable if functions
[ci skip]
2023-03-22 12:57:36 -07:00
Matt Borland
bce323c785 Add enable if templates to replace if constexpr
[ci skip]
2023-03-22 12:36:14 -07:00
Matt Borland
564eeff4b7 Pre-compute tables to replace C++17 constexpr lambdas
[ci skip]
2023-03-22 12:14:07 -07:00
Matt Borland
7a917e09d0 Replace structured binding
[ci skip]
2023-03-22 11:52:16 -07:00
Matt Borland
ed772f594d Replace C++17 features with boost macros 2023-03-22 11:49:25 -07:00
Matt Borland
6c7b1efcbc Tests pass with C++17 2023-03-22 11:36:07 -07:00
Matt Borland
f0be262fdc Add multiple formatting options
[ci skip]
2023-03-22 11:27:50 -07:00
Matt Borland
d7ebadb2fc Work floff into to_chars 2023-03-22 10:20:33 -07:00
Matt Borland
e9e95f640f Add floff 2023-03-22 10:19:50 -07:00
Matt Borland
cfdeea52ae Add printing functions
[ci skip]
2023-03-15 20:20:17 -07:00
Matt Borland
1351e9826f Pre-compute tables 2023-03-15 20:03:23 -07:00
Matt Borland
8e51595139 Fix compiler errors under C++14 2023-03-15 18:54:46 -07:00
Matt Borland
a69acf078e Fix compiler errors under C++17 2023-03-15 18:07:40 -07:00
Matt Borland
c2e086f13b Add floating point functions to to_chars header 2023-03-15 17:19:09 -07:00
Matt Borland
dbf1b38a3c Remove all things ported elsewhere 2023-03-14 12:00:24 -07:00
Matt Borland
e3fefd8268 Add policy holders 2023-03-14 10:38:14 -07:00
Matt Borland
8b25973077 Add policies 2023-03-14 10:13:21 -07:00