-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
423a28a
commit acdb3f8
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Submodule compute
updated
31 files
Submodule fast_float
updated
10 files
+1 −1 | .github/workflows/vs17-ci.yml | |
+1 −1 | CMakeLists.txt | |
+93 −27 | README.md | |
+35 −8 | include/fast_float/ascii_number.h | |
+10 −1 | include/fast_float/float_common.h | |
+9 −3 | include/fast_float/parse_number.h | |
+2 −1 | tests/CMakeLists.txt | |
+69 −0 | tests/fortran.cpp | |
+71 −0 | tests/json_fmt.cpp | |
+18 −3 | tests/rcppfastfloat_test.cpp |