aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* sokol_app.h win32: fix a minor clang analyzer warning (freopen unused result)Andre Weissflog2022-08-091-0/+1
* add GL backends to tests/analyze_macos.shAndre Weissflog2022-08-082-1/+8
* Fix clang analyzer ObjC lifetime warnings in non-ARC caseAndre Weissflog2022-08-081-14/+41
* start tinkering with static analysis test scriptsAndre Weissflog2022-08-079-98/+150
* sokol_fontstash.h: remove clang analyzer workaroundAndre Weissflog2022-08-071-13/+1
* Merge branch 'ilidemi-master'Andre Weissflog2022-08-061-34/+37
|\
| * sokol_app.h emsc: use roundf() for window/framebuffer size computationsAndre Weissflog2022-08-061-8/+8
| * sokol_app.h ios: use roundf for framebuffer and window size computations.Andre Weissflog2022-08-061-12/+12
| * sokol_app.h macos: use roundf for default window size computationAndre Weissflog2022-08-061-2/+2
| * sokol_app.h macos: use roundf() for window and framebuffer sizeAndre Weissflog2022-08-061-9/+9
| * Merge branch 'master' of github.com:ilidemi/sokol into ilidemi-masterAndre Weissflog2022-08-061-4/+7
|/|
| * Add includeIlia Demianenko2022-07-281-0/+1
| * Calculate framebuffer size more precisely on win32 hidpiIlia Demianenko2022-07-201-4/+6
* | add a language bindings section to the readmeAndre Weissflog2022-08-051-0/+8
* | add odin bindings status badge to readme, update changelogAndre Weissflog2022-08-052-1/+4
* | Merge pull request #699 from floooh/odin-bindingsAndre Weissflog2022-08-057-20/+704
|\ \
| * | gh actions: complete odin supportAndre Weissflog2022-08-041-0/+82
| * | gh actions: start adding odin bindings supportAndre Weissflog2022-08-041-1/+11
| * | gen_odin.py: add pthread to linux system librariesAndre Weissflog2022-08-021-3/+3
| * | gen_odin.py: add dl to linux system librariesAndre Weissflog2022-08-021-1/+1
| * | gen_odin.py: fix linux system library linkingAndre Weissflog2022-08-021-3/+3
| * | gen_odin.py: fix linux library namesAndre Weissflog2022-08-021-2/+2
| * | gen_odin.py: add GL vs Metal/D3D11 backend selection via defineAndre Weissflog2022-07-281-16/+31
| * | gen_odin.py: inject sdtx.printf() wrapper functionAndre Weissflog2022-07-261-2/+12
| * | gen_odin.py: don't remap sgl_rad() and sgl_deg()Andre Weissflog2022-07-251-2/+0
| * | gen_odin.py: fix output directory structureAndre Weissflog2022-07-231-5/+9
| * | gen_odin.py: rename 'private' struct field to '_'Andre Weissflog2022-07-201-1/+5
| * | gen_odin.py: map C bool to Odin bool (not b8), get rid of semicolonsAndre Weissflog2022-07-201-8/+8
| * | map SGL_NO_ERROR to SGL_ERROR_NO_ERRORAndre Weissflog2022-07-203-0/+3
| * | gen_odin.py: put system library dependencies into foreign importsAndre Weissflog2022-07-191-10/+65
| * | gen_odin.py: fix .a vs .lib c-library importsAndre Weissflog2022-07-191-4/+4
| * | gen_odin.py: more general fixesAndre Weissflog2022-07-191-12/+19
| * | gen_zig.py: minor code cleanupAndre Weissflog2022-07-191-1/+1
| * | gen_nim.py: fix type mapping for sg_context_desc.pixel/depth_formatAndre Weissflog2022-07-191-1/+3
| * | gen_odin.py: fix C library importsAndre Weissflog2022-07-191-2/+20
| * | gen_odin.py: replace reserved keyword 'context' with 'ctx'Andre Weissflog2022-07-171-1/+3
| * | gen_odin.py: generate structsAndre Weissflog2022-07-171-68/+87
| * | gen_zig.py: minor code cleanupAndre Weissflog2022-07-171-1/+1
| * | gen_odin.py: initial function and enum bindingsAndre Weissflog2022-07-161-22/+64
| * | gen_zig.py: some minor code cleanupAndre Weissflog2022-07-161-5/+5
| * | start with Odin bindings functionsAndre Weissflog2022-07-151-7/+88
| * | gen_odin.py: write C function importsAndre Weissflog2022-07-141-2/+246
| * | bindings generation minor code cleanupAndre Weissflog2022-07-143-11/+11
| * | start with odin bindingsAndre Weissflog2022-07-123-1/+89
| |/
* / sokol_app.h: fix a VS2015 compilation errorAndre Weissflog2022-07-241-1/+1
|/
* Oops, I added a redundant entry to the changelog, fixed.Andre Weissflog2022-07-101-5/+2
* update changelog and readmeAndre Weissflog2022-07-102-2/+25