-
Notifications
You must be signed in to change notification settings - Fork 276
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Jump to next release of unity and cexception.
- Loading branch information
1 parent
dddd01d
commit 4fb4fba
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule c_exception
updated
11 files
+27 −0 | .github/workflows/main.yml | |
+2 −1 | .gitignore | |
+0 −16 | .travis.yml | |
+4 −17 | README.md | |
+6 −6 | docs/CException.md | |
+6 −0 | lib/CException.c | |
+1 −1 | lib/CException.h | |
+2 −2 | lib/meson.build | |
+24 −0 | license.txt | |
+2 −36 | meson.build | |
+3 −3 | test/TestException.c |
Submodule unity
updated
10 files
+1 −1 | .github/workflows/main.yml | |
+1 −1 | LICENSE.txt | |
+5 −1 | auto/generate_test_runner.rb | |
+28 −0 | docs/UnityConfigurationGuide.md | |
+85 −1 | docs/UnityHelperScriptsGuide.md | |
+12 −0 | src/unity.c | |
+35 −1 | test/tests/test_generate_test_runner.rb | |
+1 −1 | test/tests/test_unity_arrays.c | |
+1 −1 | test/tests/test_unity_core.c | |
+1 −1 | test/tests/test_unity_integers_64.c |