-
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
14 files
+1 −1 | CMakeLists.txt | |
+16 −5 | README.md | |
+77 −0 | changelog/0.2.0.md | |
+0 −65 | changelog/current.md | |
+1 −1 | cmake | |
+3 −2 | src/c4/charconv.hpp | |
+1 −1 | src/c4/compiler.hpp | |
+10 −0 | src/c4/cpu.hpp | |
+1 −1 | src/c4/error.cpp | |
+2 −1 | src/c4/format.hpp | |
+6 −2 | src/c4/substr.hpp | |
+1 −1 | tbump.toml | |
+1 −1 | test/test_install/CMakeLists.txt | |
+1 −1 | test/test_singleheader/CMakeLists.txt |