| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | sokol_fetch.h: fix typo in documentation | Adam Anderson | 10 days | 1 | -1/+1 |
| | | |||||
| * | fix clang warnings on windows | Andre Weissflog | 2025-03-28 | 1 | -1/+1 |
| | | |||||
| * | sokol_fetch.h: fix if-else coding style | Andre Weissflog | 2025-03-17 | 1 | -50/+25 |
| | | |||||
| * | sokol_fetch.h: replace XMLHttpRequest with fetch API | Andre Weissflog | 2025-03-17 | 1 | -38/+54 |
| | | |||||
| * | add -Wextra-semi to CI tests and fix resulting warnings | Andre Weissflog | 2025-01-30 | 1 | -2/+2 |
| | | |||||
| * | fix a couple of documentation typos | Andre Weissflog | 2024-10-16 | 1 | -4/+4 |
| | | |||||
| * | sokol_fetch.h: suppress new msvc warning 'potential mod by 0' | Andre Weissflog | 2024-06-17 | 1 | -0/+10 |
| | | |||||
| * | remove callback typedef | Trace Andreason | 2024-05-14 | 1 | -10/+7 |
| | | |||||
| * | rename custom allocator callbacks to alloc_fn/free_fn | Andre Weissflog | 2023-09-25 | 1 | -13/+11 |
| | | |||||
| * | sokol_fetch.h: clean up cancel behaviour (fixes #882) | Andre Weissflog | 2023-09-19 | 1 | -5/+17 |
| | | |||||
| * | fix some typos | Dirk Stolle | 2023-04-02 | 1 | -1/+1 |
| | | |||||
| * | sokol_fetch.h: replace figlet font | Andre Weissflog | 2023-02-11 | 1 | -62/+52 |
| | | |||||
| * | sokol_fetch.h: add human readable log messages | Andre Weissflog | 2023-02-11 | 1 | -19/+19 |
| | | |||||
| * | sokol_gl.h: implmenent new-style logging | Andre Weissflog | 2023-02-02 | 1 | -4/+3 |
| | | |||||
| * | sokol_fetch.h: remove debug comments (doh), fix Windows build | Andre Weissflog | 2023-01-31 | 1 | -6/+6 |
| | | |||||
| * | sokol_audio/fetch/spine.h: better naming for log item xmacros | Andre Weissflog | 2023-01-31 | 1 | -19/+19 |
| | | |||||
| * | sokol_fetch.h: add new-style logging, enabel request validation in release mode | Andre Weissflog | 2023-01-31 | 1 | -122/+255 |
| | | |||||
| * | sokol_fetch.h: fix documentation typo | Andre Weissflog | 2022-11-08 | 1 | -2/+2 |
| | | |||||
| * | sokol_fetch.h: fix clang -Wshorten-64-to-32 warning | Andre Weissflog | 2022-11-05 | 1 | -1/+1 |
| | | |||||
| * | sokol_fetch.h: replace discrete ptr/size pairs with sfetch_range_t ptr/size ↵ | Andre Weissflog | 2022-11-05 | 1 | -90/+113 |
| | | | | | struct | ||||
| * | simplify logging preprocessor macros | Andre Weissflog | 2022-10-22 | 1 | -25/+12 |
| | | |||||
| * | Merge branch 'log-callback' of github.com:Manuzor/sokol into ↵ | Andre Weissflog | 2022-10-22 | 1 | -18/+81 |
| |\ | | | | | | | Manuzor-log-callback | ||||
| | * | Replace SOKOL_LOG with runtime callbacks. | Manuel Floruß | 2022-10-03 | 1 | -18/+81 |
| | | | | | | | | | Also removes SOKOL_LOG from sokol_fontstash.h and sokol_args.h because it's not used there. | ||||
| * | | sokoL_app/args/audio/fetch.h emsc: suppress closure analysis false ↵ | Andre Weissflog | 2022-10-19 | 1 | -8/+8 |
| | | | | | | | | | positives, modernize embedded Javascript | ||||
| * | | sokol_fetch.h emsc: fix a couple of new Closure warnings | Andre Weissflog | 2022-10-15 | 1 | -9/+8 |
| |/ | |||||
| * | Language bindings: fix new allocator callbacks (#671) | Andre Weissflog | 2022-05-30 | 1 | -5/+2 |
| | | | | | | | | * remove typedef indirection for allocator callback functions * language bindings: fix allocator bindings * language bindings: replace FIXMEs and ??? with actual errors | ||||
| * | Add memory allocator callbacks to sokol headers. (#662) | Andre Weissflog | 2022-05-15 | 1 | -41/+129 |
| | | |||||
| * | sokol_fetch.h: documentation fixes | Andre Weissflog | 2022-01-09 | 1 | -23/+23 |
| | | |||||
| * | sokol_fetch docs fix | Nils Bruenggel | 2021-07-15 | 1 | -2/+8 |
| | | | | | The TL;DR instructions should also mention that you need to call sfetch_dowork(). | ||||
| * | Language-binding-friendly API changes. (#458) | Andre Weissflog | 2021-02-10 | 1 | -4/+4 |
| | | | | See: https://floooh.github.io/2021/02/07/sokol-api-overhaul.html | ||||
| * | Fix range request to not overlap reads | Josh Faust | 2021-01-20 | 1 | -1/+1 |
| | | |||||
| * | bindgen preparations (#443) | Andre Weissflog | 2020-12-20 | 1 | -1/+1 |
| | | | | | | | | * sokol_gfx.h: get rid of unions and expressions in enums * sokol_app.h: sapp_run() returns void, remove expressions from enums * sokol_gfx.h d3d11: union removal fixes | ||||
| * | move SOKOL_IMPL vs SOKOL_xxx_IMPL outside the include guard | Andre Weissflog | 2020-11-28 | 1 | -3/+3 |
| | | |||||
| * | make SOKOL_IMPL vs SOKOL_xxx_IMPL consistent across all headers (both are ↵ | Andre Weissflog | 2020-11-28 | 1 | -6/+9 |
| | | | | | supported) | ||||
| * | document SOKOL_API_DECL (these macros are still valid) | Andre Weissflog | 2020-11-28 | 1 | -0/+1 |
| | | |||||
| * | Auto-generated distinct macros per lib. Resolves #428 | Borislav Stanimirov | 2020-11-19 | 1 | -20/+24 |
| | | |||||
| * | sokol_fetch.h: fix validation log messages | Andre Weissflog | 2020-09-12 | 1 | -4/+4 |
| | | |||||
| * | Pass event handle to WaitForSingleObject() by value | bqqbarbhg | 2020-07-19 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #312 from garettbass/master | Andre Weissflog | 2020-06-05 | 1 | -0/+3 |
| |\ | | | | | added `#define NOMINMAX`, removed redundant `#include <windows.h>` | ||||
| | * | added more #define NOMINMAX, removed redundant #include <windows.h> | Garett Bass | 2020-06-04 | 1 | -0/+3 |
| | | | |||||
| * | | sokol_fetch.h: fix two unused variable warnings in release mode in Windows ↵ | Andre Weissflog | 2020-06-04 | 1 | -0/+6 |
| | | | | | | | | | code path | ||||
| * | | fix warnings in D3D11 code path and clang-msvc | Eduardo Bart | 2020-06-01 | 1 | -1/+1 |
| | | | |||||
| * | | add missing C++ reference-based function wrappers | Andre Weissflog | 2020-05-28 | 1 | -0/+1 |
| |/ | |||||
| * | reference-based equivalents for c++ | Garett Bass | 2020-05-06 | 1 | -0/+4 |
| | | |||||
| * | Fix typos. | Bruce Mitchener | 2020-01-30 | 1 | -4/+4 |
| | | |||||
| * | Fix MSVC 2017 /W4 warnings | Andre Weissflog | 2019-12-05 | 1 | -33/+36 |
| | | |||||
| * | ifdef guards | martincohen | 2019-09-02 | 1 | -1/+2 |
| | | |||||
| * | sokol_fetch.h: fix a clang warning on iOS | Andre Weissflog | 2019-08-02 | 1 | -1/+1 |
| | | |||||
| * | finished updating the sokol_fetch.h docs | Andre Weissflog | 2019-07-18 | 1 | -205/+39 |
| | | |||||
| * | sokol-fetch.h: new SFETCH_ERROR_CANCELLED, and more docs rework | Andre Weissflog | 2019-07-16 | 1 | -56/+68 |
| | | |||||