Commit graph

120 commits

Author SHA1 Message Date
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
jm4R
7dab06b857 Customizable decimal separator. 2020-03-23 16:39:08 +01:00
Daniel Lemire
fac4855d19 Stats. 2020-03-22 19:37:23 -04: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
f604da42a9 Commentary. 2020-03-15 22:36:33 -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
Daniel Lemire
b5653429a8 More tuning of the i == 0 case. 2020-03-15 16:37:27 -04:00