Daniel Lemire
ef3f98f82d
Adding an explanation.
2020-10-08 10:58:42 -04:00
Daniel Lemire
4a3e34600a
Adding a comment.
2020-10-07 22:12:03 -04:00
Daniel Lemire
f5ef6d25a1
Again.
2020-10-07 10:20:39 -04:00
Daniel Lemire
0583e5c9bc
More simplification.
2020-10-07 10:18:28 -04:00
Daniel Lemire
d963457987
Tweak.
2020-10-07 10:17:03 -04:00
Daniel Lemire
650c5545e5
Added robustness.
2020-10-07 10:14:56 -04:00
Daniel Lemire
ccbc8d2e97
Adding an explanation.
2020-10-02 13:40:55 -04:00
Daniel Lemire
3224a04edb
Removing mistakenly merged contribution.
2020-10-02 13:01:14 -04:00
Daniel Lemire
8b2c745e45
Typo
2020-09-28 11:49:49 -04:00
Daniel Lemire
68296a902e
portability
2020-09-28 11:42:48 -04:00
Daniel Lemire
e9c7a82c93
Workaround for cygwin
2020-09-26 20:52:15 -04:00
Daniel Lemire
e09e5aad82
Adding "has_include" test.
2020-09-25 13:09:11 -04:00
Daniel Lemire
98c751de3e
Merge branch 'master' of github.com:lemire/fast_double_parser
2020-09-22 12:13:09 -04:00
Daniel Lemire
6acc623431
Clarifying.
2020-09-22 12:12:57 -04:00
Daniel Lemire
aac7d0b6c1
Merge pull request #26 from lemire/dlemire/wincheck
...
More fixes regarding locales
2020-09-09 09:37:40 -04:00
Daniel Lemire
1cf2c54d8e
More fix for issue 23.
2020-09-08 20:15:25 -04:00
Daniel Lemire
778787b86b
Tweaking.
2020-09-08 19:24:03 -04:00
Daniel Lemire
86592c4751
More fixes
2020-09-08 19:10:06 -04:00
Daniel Lemire
935b929ae8
Tweaking.
2020-09-08 17:36:41 -04:00
Daniel Lemire
aae09b07c4
Tweaking.
2020-09-08 17:24:55 -04:00
Daniel Lemire
f945fca221
tweaking.
2020-09-08 17:20:45 -04:00
Daniel Lemire
13cea9dadd
Toy.
2020-09-08 17:07:58 -04:00
Daniel Lemire
dfa83cb3fb
Removing ;
2020-09-08 16:56:28 -04:00
Daniel Lemire
553a72c671
Update.
2020-09-08 16:54:59 -04:00
Daniel Lemire
8186291f78
We need locale-independence.
2020-09-08 16:36:26 -04:00
Daniel Lemire
04437c1736
Fix for issue 23.
2020-09-07 10:49:53 -04:00
Daniel Lemire
bb1dd94c9a
Better comments.
2020-08-28 16:27:42 -04:00
Daniel Lemire
c20a288f3e
Trimming the tables.
2020-08-28 11:45:06 -04:00
Daniel Lemire
e8bd769527
Adding test + some more generous malloc to cover more cases.
2020-07-14 21:58:11 -04:00
Daniel Lemire
1669b7d10a
Merge pull request #16 from ik80/master
...
Added length delimited string versions of parsing methods
2020-07-14 21:43:08 -04:00
Daniel Lemire
3faef97f76
tweak
2020-06-26 19:04:27 -04:00
Daniel Lemire
90ee15899b
Saving...
2020-06-26 18:32:52 -04:00
Alex Samuel
1a838b1dc8
Missing inline.
2020-06-25 18:03:54 -04:00
Ilya Kalujny
34b06cb47c
Added length delimited string versions of parsing methods
2020-06-08 15:39:19 +03:00
Daniel Lemire
b2e3556112
Tweaking support for visual studio.
2020-06-03 18:22:17 +00:00
Daniel Lemire
553d74bd66
Tweaks for VS
2020-06-03 10:58:42 -07:00
Daniel Lemire
1ab5b1d19a
Tweaking.
2020-06-03 10:48:27 -07:00
Daniel Lemire
7901bd813e
Various fixes.
2020-06-03 16:15:08 +00:00
Joel McKenzie
de63c2e2fa
Fix compiler warning under gcc
...
gcc complains about always_inline if 'inline' isn't also included:
include/fast_double_parser.h:1305:20: warning: always_inline function might not be inlinable [-Wattributes]
With fix compiles with no warnings on:
gcc 9.1.1 -std=c++11
gcc 9.1.1 -std=c++14
gcc 9.1.1 -std=c++17
gcc 5.3.1 -std=c++11
gcc 5.3.1 -std=c++14
gcc 4.7.0 -std=c++0x
apple clang 11.0.3 -std=c++11
apple clang 11.0.3 -std=c++14
apple clang 11.0.3 -std=c++17
2020-05-08 17:12:30 -07:00
Nicholas Lederer
abbae65775
add header needed to compile with Visual Studio 2019
2020-04-15 11:22:33 -07:00
jm4R
30ccd0d52e
Customizable decimal separator - version for pre-C++17 standard.
2020-03-23 20:05:02 +01:00
jm4R
7dab06b857
Customizable decimal separator.
2020-03-23 16:39:08 +01:00
Daniel Lemire
4c37a1f6fa
Updating comments.
2020-03-17 14:20:52 -04:00
Daniel Lemire
94e59c2893
Adding references.
2020-03-16 20:19:22 -04:00
Daniel Lemire
eedf1d2951
Added comment.
2020-03-15 22:34:30 -04:00
Daniel Lemire
c7c7c91d99
Slightly better documented.
2020-03-15 22:27:39 -04:00
Daniel Lemire
715d74c01f
Commenting.
2020-03-15 20:50:47 -04:00
Daniel Lemire
57d5beda84
Minor update.
2020-03-15 19:27:32 -04:00
Daniel Lemire
e97e54b04b
Rephrasing.
2020-03-15 17:55:05 -04:00
Daniel Lemire
3433c51f4f
More comments.
2020-03-15 16:51:56 -04:00