File tree
28 files changed
+47
-31
lines changed- externals
- assimp
- cpr
- cubeb
- curl
- dr_libs
- fastnoise
- gamenetworkingsockets
- glfw
- glm
- harfbuzz
- jpeg
- msdfgen
- ogg
- plf
- pmp
- png
- samplerate
- sheenbidi
- stb
- tiff
- tinyexr
- unordered_dense
- vorbis
- zlib-ng
- zstd
- sources/libengine/graphics
28 files changed
+47
-31
lines changed- .github/workflows/build-deb.yml+8-12
- .github/workflows/build-nuget.yml+81-92
- .github/workflows/ci.yml+74-31
- .github/workflows/clang-format.yml+1-1
- .github/workflows/clang-tidy.yml+2-2
- .github/workflows/cppcheck.yml+5-6
- .github/workflows/readme-updater.yml+2-2
- CMakeLists.txt+17-7
- README.md+11-10
- cmake/cprConfig-ssl.cmake.in+9
- cmake/libpsl.cmake+118
- cpr/CMakeLists.txt+8-1
- cpr/connection_pool.cpp+39
- cpr/multiperform.cpp+50-42
- cpr/session.cpp+7
- cpr/ssl_ctx.cpp+62-39
- cpr/util.cpp+2-2
- include/cpr/api.h+1-1
- include/cpr/callback.h+20
- include/cpr/connection_pool.h+80
- include/cpr/cpr.h+1
- include/cpr/curlholder.h-1
- include/cpr/multiperform.h+2-2
- include/cpr/session.h+3
- include/cpr/util.h+1-1
- nuget/build/native/libcpr.props+2-3
- nuget/build/native/libcpr.targets+4-3
- test/CMakeLists.txt+6-2
- test/abstractServer.cpp+15
- test/abstractServer.hpp+9-3
- test/connection_pool_tests.cpp+110
- test/error_tests.cpp+1-1
- test/multiperform_tests.cpp+61
- test/session_tests.cpp+27-42
- test/testUtils.cpp+70
- test/testUtils.hpp+38
- test/testUtils_tests.cpp+16
- .github/workflows/docs.yml+57
- CMakeLists.txt+8-1
- README.md+113-3
- include/cubeb/cubeb.h+13-4
- scripts/run-clang-format.sh+15
- src/cubeb-coreaudio-rs+1-1
- src/cubeb-pulse-rs+1-1
- src/cubeb_aaudio.cpp+27-10
- src/cubeb_audiounit.cpp+12-5
- src/cubeb_log.cpp+5-1
- src/cubeb_log.h+3-2
- src/cubeb_opensl.cpp+27-28
- src/cubeb_resampler_internal.h+1-1
- src/cubeb_wasapi.cpp+120-45
- subprojects/speex/arch.h+8-11
- subprojects/speex/fixed_generic.h+6-10
- subprojects/speex/resample.c+46-44
- subprojects/speex/resample_neon.h+154-14
- subprojects/speex/resample_sse.h+1-1
- subprojects/speex/stack_alloc.h-115
- test/test_latency.cpp+4-3
- tools/cubeb-test.cpp+5-2
Submodule curl updated 2120 files
Submodule fastnoise updated from 582f7cf to f510216
Submodule GameNetworkingSockets updated 8 files
- .github/workflows/build.yml+2-1
- BUILDING.md+1-1
- include/steam/steamnetworkingtypes.h+10-1
- src/steamnetworkingsockets/clientlib/steamnetworkingsockets_connections.cpp+4
- src/steamnetworkingsockets/clientlib/steamnetworkingsockets_lowlevel.cpp+3-3
- src/steamnetworkingsockets/steamnetworking_statsutils.h+20
- src/steamnetworkingsockets/steamnetworkingsockets_internal.h+1-1
- src/steamnetworkingsockets/steamnetworkingsockets_stats.cpp+1
- .appveyor.yml+1-1
- .editorconfig-6
- CONTRIBUTORS.md+5-1
- README.md+79-64
- deps/mingw/_mingw_dxhelper.h-117
- deps/mingw/dinput.h-2.5k
- deps/mingw/xinput.h-239
- deps/nuklear.h+5
- docs/CMakeLists.txt+8-4
- docs/Doxyfile.in+1-7
- docs/compat.md+5-4
- docs/compile.md+12-12
- docs/intro.md+4-4
- docs/monitor.md+4
- docs/news.md+32
- docs/vulkan.md+3-3
- docs/window.md+15-3
- include/GLFW/glfw3.h+94-89
- include/GLFW/glfw3native.h+46
- src/CMakeLists.txt-22
- src/cocoa_window.m+1-1
- src/egl_context.c+23-1
- src/glx_context.c+26
- src/internal.h-1
- src/platform.c-2
- src/wgl_context.c+5-5
- src/win32_init.c+1-5
- src/win32_platform.h+6-66
- src/win32_window.c+4-17
- src/window.c-1
- src/wl_platform.h+42-41
- src/wl_window.c+198-152
- src/x11_platform.h+1
- src/x11_window.c+5-5
- .github/workflows/ci.yml+24-12
- CMakeLists.txt+8
- glm/detail/func_common.inl+2-2
- glm/detail/func_common_simd.inl+57-57
- glm/detail/glm.cpp+6-6
- glm/detail/qualifier.hpp+1-1
- glm/detail/type_quat_simd.inl+2-2
- glm/ext.hpp+1-1
- glm/ext/quaternion_exponential.inl+1-1
- glm/ext/quaternion_geometric.hpp+1-1
- glm/ext/quaternion_geometric.inl+1-1
- glm/ext/scalar_common.hpp+10-10
- glm/ext/scalar_common.inl+32-32
- glm/glm.cppm+2-2
- glm/gtc/type_aligned.hpp+63
- glm/gtx/color_space.inl+2-2
- glm/gtx/component_wise.inl+5-5
- glm/gtx/io.inl+1
- glm/gtx/iteration.hpp+87
- glm/gtx/iteration.inl+116
- glm/simd/neon.h+11-15
- readme.md+1-1
- test/gtc/gtc_type_aligned.cpp+41
- test/gtx/CMakeLists.txt+1
- test/gtx/gtx_integer.cpp+1-1
- test/gtx/gtx_io.cpp+30-30
- test/gtx/gtx_iteration.cpp+215
0 commit comments