-
Notifications
You must be signed in to change notification settings - Fork 98
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
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule c4core
updated
19 files
+2 −1 | .github/reqs.sh | |
+2 −0 | .github/setenv.sh | |
+47 −36 | .github/workflows/clang.yml | |
+2 −2 | .github/workflows/coverage.yml | |
+81 −21 | .github/workflows/gcc.yml | |
+1 −0 | CMakeLists.txt | |
+2 −1 | changelog/current.md | |
+1 −1 | cmake | |
+7 −3 | src/c4/charconv.hpp | |
+2 −2 | src/c4/cpu.hpp | |
+72 −0 | src/c4/gcc-4.8.hpp | |
+5 −11 | src/c4/language.hpp | |
+6 −0 | src/c4/std/vector_fwd.hpp | |
+4 −4 | src/c4/substr.hpp | |
+2 −6 | src/c4/type_name.hpp | |
+55 −6 | test/test_charconv.cpp | |
+6 −3 | test/test_memory_resource.cpp | |
+4 −0 | test/test_substr.cpp | |
+1 −1 | tools/amalgamate.py |