-
-
Notifications
You must be signed in to change notification settings - Fork 174
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
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
Submodule PlatformFolders
updated
13 files
+16 −0 | .github/workflows/build.yml | |
+0 −38 | .travis.yml | |
+91 −0 | CHANGELOG.md | |
+63 −44 | CMakeLists.txt | |
+11 −5 | README.md | |
+3 −2 | doxygen.conf | |
+1 −0 | platform_folders.cpp | |
+54 −26 | sago/platform_folders.cpp | |
+31 −6 | sago/platform_folders.h | |
+2 −0 | test/CMakeLists.txt | |
+1 −0 | test/appendAdditionalDataDirectories.cpp | |
+7 −0 | test/getStateDir.cpp | |
+22 −0 | test/internalTest.cpp |
Submodule cpp-httplib
updated
15 files
+31 −39 | CMakeLists.txt | |
+26 −11 | README.md | |
+1 −2 | example/Makefile | |
+1 −1 | example/benchmark.cc | |
+562 −351 | httplib.h | |
+1 −1 | meson.build | |
+2 −0 | test/CMakeLists.txt | |
+1 −2 | test/Makefile | |
+10 −0 | test/fuzzing/CMakeLists.txt | |
+2 −1 | test/fuzzing/server_fuzzer.cc | |
+3 −3 | test/fuzzing/standalone_fuzz_target_runner.cpp | |
+1 −1 | test/gtest/gtest-all.cc | |
+628 −377 | test/test.cc | |
+15 −15 | test/test_proxy.cc | |
+1 −0 | test/www/dir/meson.build |
Submodule json
updated
1513 files
Submodule sentry-native
updated
63 files
Submodule simpleini
updated
12 files
+23 −0 | .github/workflows/test.yml | |
+0 −13 | .travis.yml | |
+3 −2 | README.md | |
+239 −88 | SimpleIni.h | |
+2 −2 | tests/Makefile | |
+1 −1 | tests/packages.config | |
+5 −3 | tests/tests.vcxproj | |
+69 −0 | tests/ts-noconvert.cpp | |
+202 −0 | tests/ts-quotes.cpp | |
+83 −0 | tests/ts-roundtrip.cpp | |
+44 −0 | tests/ts-snippets.cpp | |
+0 −1 | vcproj/SimpleIni.sln |