aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge pull request #470 from code-disaster/fix-C4191Andre Weissflog2021-01-292-14/+14
|\ \ \ \ \
| * | | | | fix MSVC warningsDaniel Ludwig2021-01-222-14/+14
* | | | | | Merge pull request #468 from cedric-h/patch-1Andre Weissflog2021-01-271-1/+1
|\ \ \ \ \ \
| * | | | | | Fix typo in sokol_app docsCedric Hutchings2021-01-261-1/+1
|/ / / / / /
* | | | | | Merge branch 'jfaust-fy-fix/sokol-fetch-range-requests'Andre Weissflog2021-01-231-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Merge branch 'fix/sokol-fetch-range-requests' of https://github.com/jfaust-fy...Andre Weissflog2021-01-231-1/+1
|/| | | | |
| * | | | | Fix range request to not overlap readsJosh Faust2021-01-201-1/+1
* | | | | | enable Android CI builds againAndre Weissflog2021-01-211-19/+19
* | | | | | Merge pull request #463 from darltrash/patch-1Andre Weissflog2021-01-211-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Update README.mdNeil Wolfkid2021-01-211-1/+1
|/ / / / /
* | | | | sokol_app.h linux: fix -pthread guard code (use pthread_attr_init/destroy)Andre Weissflog2021-01-131-5/+8
* | | | | Merge pull request #456 from iboB/pthread_linker_errorAndre Weissflog2021-01-131-0/+6
|\ \ \ \ \
| * | | | | sokol_app.h: trigger a linker error if users forget -pthread. Closes #455Borislav Stanimirov2021-01-091-0/+6
|/ / / / /
* | | | | readme: fix Command Line Tools linkAndre Weissflog2021-01-091-1/+1
* | | | | readme: add links to Minigolf and Dealer's Dungeon, cleanup Examples & Projec...Andre Weissflog2021-01-091-8/+9
* | | | | sokol_gfx.h macOS: change high_dpi init, fixes #453Andre Weissflog2021-01-061-9/+9
* | | | | bindgen: build zig-bindings with SOKOL_ZIG_BINDINGS defineAndre Weissflog2021-01-032-5/+8
* | | | | sokol_gfx.h: add a SOKOL_ZIG_BINDINGS config define with Zig bindings workaro...Andre Weissflog2021-01-031-10/+6
* | | | | add a link to pacman.zig to the readmeAndre Weissflog2020-12-301-0/+2
* | | | | bindgen: add sokol_audio.hAndre Weissflog2020-12-302-3/+8
* | | | | bindgen: add sokol_time.hAndre Weissflog2020-12-232-3/+14
* | | | | sokol_app.h: use 'raw' function pointer in sapp_html5_fetch_requestAndre Weissflog2020-12-231-5/+5
* | | | | bindgen updatesAndre Weissflog2020-12-235-17/+46
* | | | | add a WIP readme to bindgen directoryAndre Weissflog2020-12-221-0/+1
* | | | | more language bindings implAndre Weissflog2020-12-224-71/+24
* | | | | start with language bindings generationAndre Weissflog2020-12-224-0/+579
* | | | | add Pacman.c to readme fileAndre Weissflog2020-12-211-0/+2
* | | | | move changelog into its own fileAndre Weissflog2020-12-202-992/+993
* | | | | update changes in readmeAndre Weissflog2020-12-201-1/+16
* | | | | bindgen preparations (#443)Andre Weissflog2020-12-204-73/+56
* | | | | remove Android build step in github actions, seems like the Android SDK/NDK v...Andre Weissflog2020-12-201-19/+19
* | | | | sokol_gfx.h GL: add an assert after glGenTexturs (this may fail on current ma...Andre Weissflog2020-12-201-0/+1
* | | | | sokol_app.h: mention Foundation framework dependency (fixed #441)Andre Weissflog2020-12-111-2/+2
| |_|_|/ |/| | |
* | | | Mention new sokol-gfx uninit+dealloc funcs in readmeAndre Weissflog2020-12-021-4/+17
* | | | sokol_gfx_imgui.h: add the new uninit/dealloc functions (untested)Andre Weissflog2020-12-021-0/+295
* | | | Merge branch 'oviano-sokol-gfx-async-dealloc'Andre Weissflog2020-12-021-55/+239
|\ \ \ \
| * | | | sokol_gfx.h: fix resource state during uninit+deallocAndre Weissflog2020-12-021-0/+49
| * | | | Merge branch 'sokol-gfx-async-dealloc' of https://github.com/oviano/sokol int...Andre Weissflog2020-12-021-55/+190
|/| | | |
| * | | | Added sg_dealloc_xxx() and sg_uninit_xxx() suite of functionsOliver Collyer2020-11-251-55/+190
| | |_|/ | |/| |
* | | | some more minor readme fixesAndre Weissflog2020-11-281-3/+3
* | | | fix readme typoAndre Weissflog2020-11-281-1/+1
* | | | tidy up the top of the README a bitAndre Weissflog2020-11-281-3/+5
* | | | mention the config-define changes in the READMEAndre Weissflog2020-11-281-1/+12
* | | | move SOKOL_IMPL vs SOKOL_xxx_IMPL outside the include guardAndre Weissflog2020-11-2814-42/+42
* | | | make SOKOL_IMPL vs SOKOL_xxx_IMPL consistent across all headers (both are sup...Andre Weissflog2020-11-2814-68/+106
* | | | Merge branch 'iboB-distinct_export_macros'Andre Weissflog2020-11-2814-420/+490
|\ \ \ \ | |/ / / |/| | |
| * | | document SOKOL_API_DECL (these macros are still valid)Andre Weissflog2020-11-2814-4/+18
| * | | Merge branch 'distinct_export_macros' of https://github.com/iboB/sokol into i...Andre Weissflog2020-11-2814-419/+475
|/| | |
| * | | Auto-generated distinct macros per lib. Resolves #428Borislav Stanimirov2020-11-1914-419/+475
* | | | sokol_audio.h: minor code cleanup, and fix a confused prefixAndre Weissflog2020-11-241-5/+5
| |_|/ |/| |