aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: suppress -Wshorten-64-to32 for the spine-c runtimeAndre Weissflog2022-11-051-0/+4
* fix sokol_fetch_test.cAndre Weissflog2022-11-051-52/+45
* sokol_spine.h: fix C++ compilation, add to C/C++ compile testsAndre Weissflog2022-11-023-2/+21
* Merge branch 'master' into sokol-spineAndre Weissflog2022-11-024-2/+26
|\
| * fix GH Actions test run on LinuxAndre Weissflog2022-09-251-1/+1
| * integrate sokol_app.h Linux EGL/GLES3 support into test- and analysis-scriptsAndre Weissflog2022-09-254-3/+27
* | sokol_spine.h: finish docs and some logging tweaksAndre Weissflog2022-11-021-2/+2
* | sokol_spine.h: fix unused warning on gccAndre Weissflog2022-11-011-1/+3
* | tests: suppress new MSVC warningsAndre Weissflog2022-11-011-2/+6
* | tests: clone spine-runtime git repo on WindowsAndre Weissflog2022-10-313-3/+9
* | sokol_spine_test.c: fix a GCC compile errorAndre Weissflog2022-10-311-3/+3
* | sokol_spine_test.c: fix all the tests using embedded stringsAndre Weissflog2022-10-311-26/+26
* | sokol_spine.h: add handle functions for image and atlas pageAndre Weissflog2022-10-151-17/+17
* | sokol_spine.h: imbed sspine_image_info into sspine_atlas_page_infoAndre Weissflog2022-10-151-24/+26
* | sokol_spine.h: more error reportingAndre Weissflog2022-10-061-8/+37
* | sokol_spine.h: add sspine_*_equal() helper functionsAndre Weissflog2022-10-031-0/+47
* | sokol_spine.h: replace raw skin indices with sspine_skin handlesAndre Weissflog2022-10-031-14/+14
* | sokol_spine.h: replace raw iktarget indices with sspine_iktarget handlesAndre Weissflog2022-10-031-18/+18
* | sokol_spine.h: replace raw event indices with sspine_event handlesAndre Weissflog2022-10-031-18/+18
* | sokol_spine.h: replace raw slot indices with sspine_slot handlesAndre Weissflog2022-10-031-24/+23
* | sokol_spine.h: replace raw bone indices with sspine_bone handlesAndre Weissflog2022-10-031-49/+47
* | sokol_spine.h: replace raw anim indices with sspine_anim handlesAndre Weissflog2022-10-031-20/+20
* | sokol_spine.h: add valid field to info structs, add skin inspection functionsAndre Weissflog2022-09-191-0/+86
* | sokol_spine.h: basic ik target accessAndre Weissflog2022-09-181-0/+70
* | sokol_spine.h: bone world-to-local, local-to-world, parent indexAndre Weissflog2022-09-171-1/+12
* | sokol_spine.h: change sspine_get_slot_info() to take skeleton handleAndre Weissflog2022-09-141-16/+22
* | sokol_spine.h: change sspine_get_bone_info() to take skeleton handleAndre Weissflog2022-09-141-18/+16
* | sokol_spine.h: change sspine_get_anim_info() to take skeleton handleAndre Weissflog2022-09-141-6/+5
* | sokol_spine.h: add event inspection functions and testsAndre Weissflog2022-09-141-0/+54
* | sokol_spine.h: add index_valid functionsAndre Weissflog2022-09-121-0/+59
* | sokol_spine.h: more API cleanupAndre Weissflog2022-09-121-79/+65
* | sokol_spine.h: change slot access functions to use instance + indexAndre Weissflog2022-09-121-60/+26
* | sokol_spine.h: change bone access functions to use instance + indexAndre Weissflog2022-09-121-86/+60
* | sokol_spine.h: sspine_get_skeleton_atlas() and sspine_get_instance_skeleton()Andre Weissflog2022-09-121-0/+23
* | sokoL_spine_test.c: add anim testsAndre Weissflog2022-09-111-1/+82
* | sokol_spine_test.c: add slot function testsAndre Weissflog2022-09-111-1/+114
* | sokol_spine_test.c: more API coverageAndre Weissflog2022-09-111-0/+353
* | sokol_spine_test.c: test atlas creating with overridesAndre Weissflog2022-09-111-2/+32
* | sokol_spine_test.c: fix a comment typoAndre Weissflog2022-09-111-1/+1
* | more sokol_spine.h wipAndre Weissflog2022-09-115-8818/+142
* | more sokol_spine.h wipAndre Weissflog2022-09-111-20/+102
* | start with sokol_spine.h functional testsAndre Weissflog2022-09-1111-2/+8968
* | fix backend selection in tests/CMakeLists.txtAndre Weissflog2022-09-111-1/+3
|/
* add tests/analyze_ios.sh scriptAndre Weissflog2022-08-102-0/+29
* add a tests/analyze_linux.sh scriptAndre Weissflog2022-08-101-0/+6
* add a static analyzer helper script for Windows (clang --analyze based)Andre Weissflog2022-08-091-0/+16
* remove obsolete git operations in test_uwp.cmd and test_win.cmdAndre Weissflog2022-08-092-6/+0
* add GL backends to tests/analyze_macos.shAndre Weissflog2022-08-082-1/+8
* start tinkering with static analysis test scriptsAndre Weissflog2022-08-079-98/+150
* sokol_gfx.h: sg_query_buffer_will_overflow() tweaks:Andre Weissflog2022-07-031-0/+16