Commit graph

82 commits

Author SHA1 Message Date
Daniel Lemire
04437c1736 Fix for issue 23. 2020-09-07 10:49:53 -04:00
Daniel Lemire
aae457d607 Removing stats 2020-09-01 21:22:34 -04:00
Daniel Lemire
4ee538be1b
Update README.md 2020-08-28 16:34:55 -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
36803dbb92
Update README.md 2020-07-18 10:51:46 -04:00
Daniel Lemire
79040d2e9d
Update README.md 2020-07-15 11:29:43 -04:00
Daniel Lemire
8a73a13013
Merge pull request #20 from lemire/develop
Merging the recent PR
2020-07-14 22:06:38 -04:00
Daniel Lemire
ab4929a96f Documentation. 2020-07-14 22:00:12 -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
581d2e9e25
Update README.md 2020-07-14 21:21:39 -04:00
Daniel Lemire
427088194a
Update .appveyor.yml 2020-07-14 21:20:29 -04:00
Daniel Lemire
f023f3872d
Update README.md 2020-07-08 13:12:35 -04:00
Daniel Lemire
86a8548ee2 Info. 2020-06-29 18:40:45 -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
Daniel Lemire
aad475d21f
Update README.md 2020-06-26 17:33:35 -04:00
Daniel Lemire
909d7967f3
Update README.md 2020-06-26 15:54:31 -04:00
Daniel Lemire
db42b3ee64
Merge pull request #18 from alexhsamuel/missing-inline
Missing inline.
2020-06-25 18:13:24 -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
3922fcd327
Merge pull request #15 from tearshark/master
Use references instead of copies
2020-06-06 12:10:07 -04:00
tearshark
2629410341 Use references instead of copies 2020-06-06 22:09:01 +08:00
Daniel Lemire
1725de3063
Update README.md 2020-06-03 14:56:38 -04:00
Daniel Lemire
92286cd58b
Update README.md 2020-06-03 14:51:00 -04:00
Daniel Lemire
8d930257ca Merge branch 'master' of github.com:lemire/fast_double_parser 2020-06-03 18:24:30 +00:00
Daniel Lemire
b2e3556112 Tweaking support for visual studio. 2020-06-03 18:22:17 +00:00
Daniel Lemire
2b9076929c
Update README.md 2020-06-03 14:08:46 -04:00
Daniel Lemire
151c790601 Merge branch 'master' of github.com:lemire/fast_double_parser 2020-06-03 18:04:27 +00:00
Daniel Lemire
adb7359779 Adding appveyor 2020-06-03 18:04:13 +00:00
Daniel Lemire
933d3e24c3
Update README.md 2020-06-03 14:01:26 -04: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
6a16e21f6a Killing two tests 2020-06-03 17:28:41 +00:00
Daniel Lemire
44e169044c Tweaks 2020-06-03 16:36:13 +00:00
Daniel Lemire
edb32f30be Flipping order. 2020-06-03 12:31:12 -04:00
Daniel Lemire
c11b83512a Adding git magic. 2020-06-03 16:28:55 +00:00
Daniel Lemire
3b633ea6ec Merge branch 'master' of github.com:lemire/fast_double_parser 2020-06-03 16:20:10 +00:00
Daniel Lemire
eced7990d8 Introducing CI (slowly) 2020-06-03 16:19:45 +00:00
Daniel Lemire
2769f4ec95
Merge pull request #14 from lemire/dlemire/fixissue13
Fixes issue 13.
2020-06-03 12:16:07 -04:00
Daniel Lemire
7901bd813e Various fixes. 2020-06-03 16:15:08 +00:00
Daniel Lemire
df9334c780 Testing issue 13. 2020-06-03 10:16:41 -04:00
Daniel Lemire
e60b91b472
Merge pull request #10 from jmcken8/master
Fix compiler warning under gcc
2020-05-08 21:03:14 -04: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
Daniel Lemire
adc32f8431
Merge pull request #9 from lederernc/master
CMake and Visual Studio support
2020-04-15 14:28:53 -04:00
Nicholas Lederer
5fb3ab45a5 add basic CMakeLists.txt 2020-04-15 11:22:56 -07:00
Nicholas Lederer
abbae65775 add header needed to compile with Visual Studio 2019 2020-04-15 11:22:33 -07:00
Daniel Lemire
cd64dc44ed
Merge pull request #7 from jm4R/master
Customizable decimal separator.
2020-03-23 15:43:35 -04:00
jm4R
30ccd0d52e Customizable decimal separator - version for pre-C++17 standard. 2020-03-23 20:05:02 +01:00