818 Commits

Author SHA1 Message Date
Daniel Lemire
ceb598bfdf
Update README.md 2021-03-31 09:12:29 -04:00
Daniel Lemire
35db0be700 Adding test corresponding to https://github.com/wrandelshofer/FastDoubleParser/issues/7 2021-03-23 09:17:33 -04:00
Daniel Lemire
5bc86427c8
Update README.md 2021-03-20 15:51:07 -04:00
Daniel Lemire
f02c605895 Bumping. v1.0.0 2021-03-17 09:19:32 -04:00
Daniel Lemire
a6b80b9086 Being specific. 2021-03-17 09:18:58 -04:00
Daniel Lemire
bacf37f444 Bumping the version number. 2021-03-17 09:16:28 -04:00
Daniel Lemire
b492e64615
Merge pull request #64 from eugenegff/main
Prevent fast_float::from_chars from parsing whitespaces and leading '+'…
2021-03-17 09:12:04 -04:00
Eugene Golushkov
87e5a95585 Prevent fast_float::from_chars from parsing whitespaces and leading '+' sign, similar to MSVC and integer LLVM std::from_chars behavior. See C++17 20.19.3.(7.1) and http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0067r5.html 2021-03-04 20:21:45 +02:00
Daniel Lemire
d4bc0f28a2
Merge pull request #63 from timkpaine/emscripten
add support for missing flag on emscripten
2021-03-02 15:52:23 -05:00
Tim Paine
48d30f789b add support for missing flag on emscripten 2021-03-01 22:43:57 -05:00
Daniel Lemire
f41410b91f
Merge pull request #62 from fastfloat/dlemire/test_installation
Testing installation in CI
v0.9.0
2021-03-01 14:09:23 -05:00
Daniel Lemire
cf344a4c28 Trying another script. 2021-03-01 13:56:26 -05:00
Daniel Lemire
61f09fb0be Fixing syntax. 2021-03-01 13:49:52 -05:00
Daniel Lemire
e16353a057 Testing installation. 2021-03-01 13:36:09 -05:00
Daniel Lemire
edd19b399e
Merge pull request #61 from eugenegff/main
Parse "nan(n-char-seq-opt)" as required by C++17 20.19.3.7
2021-03-01 13:25:30 -05:00
Eugene Golushkov
76dec80fbd Parse "nan(n-char-seq-opt)" as required by C++17 20.19.3.7 and C11 7.20.1.3.3. At least MSVC produces nan(ind) and nan(snan), and according to https://reviews.llvm.org/D70631 MSVC implementation seems to became LLVM std::to_chars(). 2021-03-01 20:21:33 +02:00
Daniel Lemire
9d76b043c5 Minor typo. 2021-02-26 11:21:20 -05:00
Daniel Lemire
e0bd573530
Merge pull request #59 from nealrichardson/patch-1
Locate endian header on Solaris
2021-02-17 16:55:15 -05:00
Neal Richardson
ca0a4646e9
Locate endian header on Solaris 2021-02-17 13:46:04 -08:00
Daniel Lemire
18791c8923
Merge pull request #57 from fastfloat/dlemire/legacyvs
Trying to extend CI
2021-02-10 19:31:24 -05:00
Daniel Lemire
766cf9ce52 Damn it. 2021-02-10 19:28:55 -05:00
Daniel Lemire
0d158f43b4 Trying... 2021-02-10 19:25:45 -05:00
Daniel Lemire
58b0d2dbeb Bumping to to version 0.8.0. v0.8.0 2021-02-09 08:58:44 -05:00
Daniel Lemire
d74314e99f
Merge pull request #56 from georg-emg/emg-schwab/cmake_install_targets
added cmake install targets
2021-02-09 08:57:42 -05:00
Georg Schwab
0d33df55ba Changed cmake module name to CamelCase 2021-02-09 10:14:01 +01:00
Georg Schwab
dfa304a698 Merge branch 'emg-schwab/cmake_install_targets' of https://github.com/georg-emg/fast_float into cmake_install_targets 2021-02-09 09:51:22 +01:00
Georg Schwab
f1681745e4 Added cmake install targets 2021-02-09 09:19:54 +01:00
Daniel Lemire
6c27435fbc
Update README.md 2021-02-01 14:47:44 -05:00
Daniel Lemire
a3d78578ee
Merge pull request #53 from fastfloat/dlemire/adding_supplemental_tests
adding supplemental tests
2021-01-29 14:51:04 -05:00
Daniel Lemire
7506850088
Update README.md 2021-01-29 12:30:48 -05:00
Daniel Lemire
c9437a2694 Declaring FASTFLOAT_TEST options. 2021-01-27 21:33:11 -05:00
Daniel Lemire
63118e321d Removing legacy. 2021-01-27 21:22:08 -05:00
Daniel Lemire
36afa46f1e Trying again. 2021-01-27 21:01:47 -05:00
Daniel Lemire
00591a8652 Sane systems should have filesystem 2021-01-27 20:24:56 -05:00
Daniel Lemire
ab40533b27 Tweaking. 2021-01-27 20:20:23 -05:00
Daniel Lemire
10a58cd69f Running new tests only on sane platforms. 2021-01-27 20:11:55 -05:00
Daniel Lemire
cb26cedb1c Explicit conversion to string. 2021-01-27 20:01:45 -05:00
Daniel Lemire
541e5feef1 Adding supplemental tests. 2021-01-27 19:57:00 -05:00
Daniel Lemire
d59ec8f1f1 Adding another test. 2021-01-11 12:22:43 -05:00
Daniel Lemire
f6ef9f3074
Update README.md 2021-01-11 11:29:39 -05:00
Daniel Lemire
716c87067e Simplifying fix. 2021-01-11 11:24:54 -05:00
Daniel Lemire
c5adf9e4a5 Fix truncate flag. 2021-01-11 11:22:00 -05:00
Daniel Lemire
f7c84156d5 Adding further tests. 2021-01-11 09:27:57 -05:00
Daniel Lemire
3377facde2
Update CMakeLists.txt v0.7.0 2021-01-08 10:25:58 -05:00
Daniel Lemire
b61ed01b65
Merge pull request #51 from fastfloat/dlemire/alt_long
Improves long-significand performance
2021-01-08 10:24:34 -05:00
Daniel Lemire
cf1a4ec2f5 Further tweaking. 2021-01-08 10:09:26 -05:00
Daniel Lemire
192b271c12 Removing dead code 2021-01-07 18:03:33 -05:00
Daniel Lemire
cad8cfdf57 Removing dead code. 2021-01-07 18:01:57 -05:00
Daniel Lemire
a27fcc230d This should be mostly correct. 2021-01-07 17:46:47 -05:00
Daniel Lemire
ca51b646c8
Update float_common.h 2021-01-07 16:44:39 -05:00