Commit graph

144 commits

Author SHA1 Message Date
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
Daniel Lemire
eef56c915a Removing i == 0 check 2020-03-15 15:53:57 -04:00
Daniel Lemire
00162ec091 Running clang-format. 2020-03-15 15:33:28 -04:00
Daniel Lemire
78c0c1320c Adding comments. 2020-03-15 15:32:50 -04:00
Daniel Lemire
f774efe5fa Adding more tests. 2020-03-13 21:21:37 -04:00
Daniel Lemire
84f64e19f2 Improving the portability. 2020-03-13 20:09:07 -04:00
Daniel Lemire
0e2f2a14a9
Merge pull request #6 from daverayment/patch-1
Update LICENSE
2020-03-12 10:07:00 -04:00
daverayment
a8de652df2
Update LICENSE
Updated copyright information.
2020-03-12 14:02:37 +00:00
Daniel Lemire
0a98f0e097
Update README.md 2020-03-11 08:11:43 -04:00
Daniel Lemire
e111a4c67b
Update README.md 2020-03-11 08:07:30 -04:00
Daniel Lemire
80ece1f042
Merge pull request #3 from facontidavide/master
Move from C++17 to C++14
2020-03-10 12:01:13 -04:00
Davide Faconti
c529e7baa0 move from C++17 to C++14 2020-03-10 16:37:16 +01:00
Daniel Lemire
2b953a7a3f Adding a row. 2020-03-09 21:11:15 -04:00
Daniel Lemire
92feb5c312 Saving... 2020-03-09 21:04:58 -04:00
Daniel Lemire
99f9e1b382 Now with table. 2020-03-09 21:03:42 -04:00
Daniel Lemire
85ddc13215 Saving... 2020-03-09 20:53:11 -04:00
Daniel Lemire
10f26e3fda
Update README.md 2020-03-09 20:51:47 -04:00
Daniel Lemire
11b10d4cfd Saving... 2020-03-09 20:49:26 -04:00
Daniel Lemire
31f4039d6d Saving... 2020-03-09 20:43:39 -04:00
Daniel Lemire
0619359d97 Ok... 2020-03-09 20:02:57 -04:00
Daniel Lemire
d3b9dc1af8
Initial commit 2020-03-09 17:14:13 -04:00