-
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.
libsexpp version bump to 0.8.8 (#2241)
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libsexpp
updated
21 files
+68 −0 | .github/workflows/abi.yml | |
+3 −3 | .github/workflows/build-and-test-deb.yml | |
+3 −3 | .github/workflows/build-and-test-msys.yml | |
+19 −2 | .github/workflows/build-and-test-rh.yml | |
+12 −7 | .github/workflows/build-and-test.yml | |
+5 −5 | .github/workflows/codeql.yml | |
+2 −2 | .github/workflows/coverage.yml | |
+3 −3 | .github/workflows/coverity.yml | |
+3 −3 | .github/workflows/lint.yml | |
+3 −3 | .github/workflows/nix.yml | |
+48 −15 | CMakeLists.txt | |
+1 −1 | README.adoc | |
+3 −10 | default.nix | |
+1 −0 | include/sexpp/sexp-error.h | |
+90 −5 | include/sexpp/sexp.h | |
+1 −1 | src/sexp-input.cpp | |
+1 −1 | src/sexp-simple-string.cpp | |
+6,490 −0 | tests/abi/libsexpp.0.abi | |
+1 −1 | tests/src/primitives-tests.cpp | |
+116 −0 | tests/src/traits-tests.cpp | |
+1 −1 | version.txt |