-
-
Notifications
You must be signed in to change notification settings - Fork 176
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
Jason Gauci
committed
Mar 24, 2021
1 parent
e2736af
commit 13161e1
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sentry-native
updated
23 files
+11 −0 | .github/workflows/ci.yml | |
+5 −5 | .gitmodules | |
+20 −0 | CHANGELOG.md | |
+31 −18 | CMakeLists.txt | |
+13 −13 | README.md | |
+50 −10 | external/CMakeLists.txt | |
+1 −1 | external/breakpad | |
+1 −1 | external/libunwindstack-ndk | |
+8 −3 | include/sentry.h | |
+16 −5 | src/backends/sentry_backend_breakpad.cpp | |
+2 −2 | src/path/sentry_path_unix.c | |
+1 −0 | src/path/sentry_path_windows.c | |
+2 −1 | src/sentry_core.c | |
+2 −0 | src/sentry_sync.c | |
+26 −7 | src/sentry_sync.h | |
+6 −7 | src/sentry_utils.c | |
+1 −1 | src/sentry_utils.h | |
+2 −2 | src/unwinder/sentry_unwinder_libbacktrace.c | |
+12 −25 | src/unwinder/sentry_unwinder_libunwindstack.cpp | |
+2 −2 | tests/assertions.py | |
+2 −0 | tests/conditions.py | |
+1 −1 | tests/test_integration_http.py | |
+4 −3 | tests/test_integration_stdout.py |