-
Notifications
You must be signed in to change notification settings - Fork 57
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 libsexpp
updated
16 files
+68 −0 | .github/workflows/abi.yml | |
+1 −1 | .github/workflows/build-and-test-deb.yml | |
+2 −33 | .github/workflows/build-and-test-rh.yml | |
+7 −2 | .github/workflows/build-and-test.yml | |
+3 −3 | .github/workflows/codeql.yml | |
+10 −2 | .github/workflows/lint.yml | |
+49 −16 | CMakeLists.txt | |
+1 −1 | README.adoc | |
+4 −0 | _typos.toml | |
+2 −2 | include/sexpp/sexp.h | |
+8 −0 | src/sexp-input.cpp | |
+6,490 −0 | tests/abi/libsexpp.0.abi | |
+1 −1 | tests/scripts/tests.sh | |
+13 −1 | tests/src/exception-tests.cpp | |
+1 −1 | tests/src/primitives-tests.cpp | |
+1 −1 | version.txt |