File tree
8 files changed
+9
-31
lines changed- external
8 files changed
+9
-31
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
225 | 225 |
| |
226 | 226 |
| |
227 | 227 |
| |
228 |
| - | |
229 |
| - | |
230 |
| - | |
231 |
| - | |
232 |
| - | |
233 |
| - | |
234 |
| - | |
235 |
| - | |
236 |
| - | |
237 |
| - | |
238 |
| - | |
239 |
| - | |
240 |
| - | |
241 |
| - | |
242 |
| - | |
243 |
| - | |
244 |
| - | |
245 |
| - | |
246 |
| - | |
247 |
| - | |
248 |
| - | |
249 |
| - | |
250 |
| - | |
| 228 | + | |
251 | 229 |
| |
252 | 230 |
| |
253 | 231 |
| |
|
Submodule cpp-httplib updated 83 files
- .gitattributes+2
- .github/workflows/abidiff.yaml+69
- .github/workflows/cifuzz.yaml+7-1
- .github/workflows/test.yaml+141-29
- .gitignore+8
- CMakeLists.txt+47-3
- Dockerfile+11
- README.md+140-24
- benchmark/Makefile+77
- benchmark/cpp-httplib-v18/httplib.h+10.2k
- benchmark/cpp-httplib-v18/main.cpp+12
- benchmark/cpp-httplib-v19/httplib.h+10.5k
- benchmark/cpp-httplib-v19/main.cpp+12
- benchmark/cpp-httplib/main.cpp+12
- benchmark/crow/crow_all.h+14.3k
- benchmark/crow/main.cpp+17
- benchmark/download.sh+2
- cmake/FindBrotli.cmake+18-28
- cmake/httplibConfig.cmake.in+26-5
- docker-compose.yml+7
- docker/html/index.html+21
- docker/main.cc+81
- example/Makefile+9-4
- example/client.vcxproj+5-5
- example/one_time_request.cc+56
- example/server.vcxproj+8-8
- example/server_and_client.cc+90
- example/ssesvr.cc+1-2
- httplib.h+2.0k-844
- meson.build+5-7
- test/CMakeLists.txt+28-13
- test/Makefile+41-15
- test/fuzzing/server_fuzzer.cc+11-3
- test/gen-certs.sh+18
- test/gtest/gtest-all.cc-12.5k
- test/gtest/gtest.h-12.4k
- test/gtest/include/gtest/gtest-assertion-result.h+237
- test/gtest/include/gtest/gtest-death-test.h+345
- test/gtest/include/gtest/gtest-matchers.h+956
- test/gtest/include/gtest/gtest-message.h+218
- test/gtest/include/gtest/gtest-param-test.h+510
- test/gtest/include/gtest/gtest-printers.h+1.0k
- test/gtest/include/gtest/gtest-spi.h+248
- test/gtest/include/gtest/gtest-test-part.h+190
- test/gtest/include/gtest/gtest-typed-test.h+331
- test/gtest/include/gtest/gtest.h+2.3k
- test/gtest/include/gtest/gtest_pred_impl.h+279
- test/gtest/include/gtest/gtest_prod.h+60
- test/gtest/include/gtest/internal/custom/README.md+44
- test/gtest/include/gtest/internal/custom/gtest-port.h+37
- test/gtest/include/gtest/internal/custom/gtest-printers.h+42
- test/gtest/include/gtest/internal/custom/gtest.h+37
- test/gtest/include/gtest/internal/gtest-death-test-internal.h+306
- test/gtest/include/gtest/internal/gtest-filepath.h+210
- test/gtest/include/gtest/internal/gtest-internal.h+1.6k
- test/gtest/include/gtest/internal/gtest-param-util.h+956
- test/gtest/include/gtest/internal/gtest-port-arch.h+116
- test/gtest/include/gtest/internal/gtest-port.h+2.4k
- test/gtest/include/gtest/internal/gtest-string.h+177
- test/gtest/include/gtest/internal/gtest-type-util.h+186
- test/gtest/src/gtest-all.cc+49
- test/gtest/src/gtest-assertion-result.cc+77
- test/gtest/src/gtest-death-test.cc+1.6k
- test/gtest/src/gtest-filepath.cc+367
- test/gtest/src/gtest-internal-inl.h+1.2k
- test/gtest/src/gtest-matchers.cc+98
- test/gtest/src/gtest-port.cc+1.4k
- test/gtest/src/gtest-printers.cc+553
- test/gtest/src/gtest-test-part.cc+105
- test/gtest/src/gtest-typed-test.cc+104
- test/gtest/src/gtest.cc+6.8k
- test/gtest/src/gtest_main.cc+2-3
- test/include_windows_h.cc+6
- test/make-shared-library.sh+28
- test/meson.build+33-8
- test/test.cc+2.3k-356
- test/test.vcxproj+5-5
- test/test_proxy.cc+16-17
- test/www/empty_file
- test/www/file+1
- test/www/meson.build+8
- test/www/日本語Dir/meson.build+4
- test/www/日本語Dir/日本語File.txt+1
- .github/workflows/cifuzz.yml+24
- CHANGELOG.md+47
- CMakeLists.txt+4-3
- README.md+2-9
- WORKSPACE+4-4
- cmake/cxxopts.cmake+14-8
- include/cxxopts.hpp+178-76
- packaging/pkgconfig.pc.in+3-1
- src/CMakeLists.txt+3-1
- test/CMakeLists.txt+4
- test/add-subdirectory-test/CMakeLists.txt+1-4
- test/catch.hpp+15.5k-8.0k
- test/find-package-test/CMakeLists.txt+1-4
- test/options.cpp+206-25
Submodule sentry-native updated 294 files
- .github/workflows/codeql.yml+73
- .github/workflows/test.yml+27-4
- CMakeLists.txt+73
- ConvertUTF.c+1-1
- ConvertUTF.h+2-2
- LICENCE.txt+1-1
- Makefile+7-5
- README.md-1
- SimpleIni.h+16-11
- SimpleIniConfig.cmake.in+8
- other/simpleini.doxy+1-1
- release.txt+6
- tests/CMakeLists.txt+29
- tests/Makefile+7-6
- tests/tests.vcxproj+3-2
- tests/tests.vcxproj.filters+57
- vcproj/SimpleIni.sln+3-3
Submodule vcpkg updated 7233 files
0 commit comments