-
Notifications
You must be signed in to change notification settings - Fork 1
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
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
Submodule Catch2
updated
62 files
Submodule fast_float
updated
8 files
+1 −1 | CMakeLists.txt | |
+45 −16 | README.md | |
+4 −0 | include/fast_float/bigint.h | |
+6 −0 | include/fast_float/constexpr_feature_detect.h | |
+4 −0 | include/fast_float/fast_table.h | |
+18 −1 | include/fast_float/float_common.h | |
+4 −0 | tests/CMakeLists.txt | |
+26 −14 | tests/example_test.cpp |
Submodule fmt
updated
44 files
Submodule simdutf
updated
12 files
+3 −3 | CMakeLists.txt | |
+1 −1 | Doxyfile | |
+16 −3 | README.md | |
+11 −1 | fuzz/build.sh | |
+41 −2 | fuzz/misc.cpp | |
+12 −0 | include/simdutf/compiler_check.h | |
+70 −60 | include/simdutf/implementation.h | |
+3 −3 | include/simdutf/simdutf_version.h | |
+2 −2 | src/fallback/implementation.cpp | |
+27 −1 | src/implementation.cpp | |
+47 −7 | src/scalar/latin1_to_utf8/latin1_to_utf8.h | |
+24 −0 | tests/convert_latin1_to_utf8_tests.cpp |