aboutsummaryrefslogtreecommitdiff
path: root/tests/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* tests: add windows+vulkan to test compilationAndre Weissflog2026-01-191-0/+7
|
* integrate vulkan backend into test_linux.shAndre Weissflog2025-12-061-1/+3
|
* fix Emscripten test builds for WebGPUAndre Weissflog2025-06-151-1/+3
|
* sokol_audio.h android: remove OpenSLES backend (deprecated in more recent ↵Andre Weissflog2025-04-051-7/+1
| | | | NDK versions)
* tests: remove the Android OpenSLES builds (those trigger deprecated errors now)Andre Weissflog2025-04-051-3/+0
|
* tests/CMakeLists.txt: remove the -Wno-deprecated-declarations exception for iOSAndre Weissflog2025-02-091-5/+0
|
* CI tests: don't enable -Wextra-semi for GCC in C modeAndre Weissflog2025-01-301-1/+5
|
* add -Wextra-semi to CI tests and fix resulting warningsAndre Weissflog2025-01-301-2/+7
|
* update emscripten webgl link flagsEd Preston2024-08-141-1/+1
| | | | | USE_WEBGL2 deprecated. WebGL1 was removed from sokol 30-Apr-2023
* sokol_gfx.h gl: storage buffers wipAndre Weissflog2024-03-111-1/+1
|
* replace SOKOL_GLCORE33 with SOKOL_GLCOREAndre Weissflog2024-03-101-2/+2
|
* CI tests: enable -Wstrict-prototypes for gcc and clangAndre Weissflog2024-01-201-1/+1
|
* tests: disable -Wmissing-field-initializers both for GCC and ClangAndre Weissflog2023-12-271-1/+1
|
* add webgpu compilation testsAndre Weissflog2023-10-031-1/+6
|
* Remove GLES2/WebGL1 support. (#821)Andre Weissflog2023-04-301-1/+1
| | | | | | | | | | | | | notable changes: - depth/stencil images are now regular gl textures - SG_PIXELFORMAT_DEPTH now resolves to GL_DEPTH_COMPONENT32F - sg_gl_context_desc and sg_desc.gl removed - in sg_begin_pass() only use glClearBuffer functions - in sg_end_pass() MSAA resolve now does glInvalidateFramebuffer() on the MSAA buffer - sg_features: instancing, multiple_render_targets, msaa_render_targets, imagetype_3d, imagetype_array removed - sapp_desc.gl_force_gles2 removed - sapp_gles2() function removed - any GLES3-to-GLES2 fallbacks removed
* remove uwp support from testsAndre Weissflog2023-01-281-5/+1
|
* extend the android compile tests for sokol_audio.h aaudio vs slesAndre Weissflog2023-01-221-2/+10
|
* move cmake files back into tests subdirectoryAndre Weissflog2022-11-191-1/+153
|
* rewrite testing build files to use cmake presetsAndre Weissflog2022-11-191-224/+2
|
* tests: suppress -Wshorten-64-to32 for the spine-c runtimeAndre Weissflog2022-11-051-0/+4
|
* Merge branch 'master' into sokol-spineAndre Weissflog2022-11-021-1/+10
|\
| * integrate sokol_app.h Linux EGL/GLES3 support into test- and analysis-scriptsAndre Weissflog2022-09-251-1/+10
| |
* | tests: suppress new MSVC warningsAndre Weissflog2022-11-011-2/+6
| |
* | start with sokol_spine.h functional testsAndre Weissflog2022-09-111-2/+46
| |
* | fix backend selection in tests/CMakeLists.txtAndre Weissflog2022-09-111-1/+3
|/
* add GL backends to tests/analyze_macos.shAndre Weissflog2022-08-081-0/+2
|
* start tinkering with static analysis test scriptsAndre Weissflog2022-08-071-9/+22
|
* Move tests over from sokol-samples (#666)Andre Weissflog2022-05-231-0/+147
This is mainly so that CI works as expected for Github PRs. Also fixes a couple of uncritical warnings in sokol_app.h, sokol_audio.h and sokol_imgui.h