aboutsummaryrefslogtreecommitdiff
path: root/sokol_fetch.h
Commit message (Expand)AuthorAgeFilesLines
* fix a couple of documentation typosAndre Weissflog2024-10-161-4/+4
* sokol_fetch.h: suppress new msvc warning 'potential mod by 0'Andre Weissflog2024-06-171-0/+10
* remove callback typedefTrace Andreason2024-05-141-10/+7
* rename custom allocator callbacks to alloc_fn/free_fnAndre Weissflog2023-09-251-13/+11
* sokol_fetch.h: clean up cancel behaviour (fixes #882)Andre Weissflog2023-09-191-5/+17
* fix some typosDirk Stolle2023-04-021-1/+1
* sokol_fetch.h: replace figlet fontAndre Weissflog2023-02-111-62/+52
* sokol_fetch.h: add human readable log messagesAndre Weissflog2023-02-111-19/+19
* sokol_gl.h: implmenent new-style loggingAndre Weissflog2023-02-021-4/+3
* sokol_fetch.h: remove debug comments (doh), fix Windows buildAndre Weissflog2023-01-311-6/+6
* sokol_audio/fetch/spine.h: better naming for log item xmacrosAndre Weissflog2023-01-311-19/+19
* sokol_fetch.h: add new-style logging, enabel request validation in release modeAndre Weissflog2023-01-311-122/+255
* sokol_fetch.h: fix documentation typoAndre Weissflog2022-11-081-2/+2
* sokol_fetch.h: fix clang -Wshorten-64-to-32 warningAndre Weissflog2022-11-051-1/+1
* sokol_fetch.h: replace discrete ptr/size pairs with sfetch_range_t ptr/size s...Andre Weissflog2022-11-051-90/+113
* simplify logging preprocessor macrosAndre Weissflog2022-10-221-25/+12
* Merge branch 'log-callback' of github.com:Manuzor/sokol into Manuzor-log-call...Andre Weissflog2022-10-221-18/+81
|\
| * Replace SOKOL_LOG with runtime callbacks.Manuel Floruß2022-10-031-18/+81
* | sokoL_app/args/audio/fetch.h emsc: suppress closure analysis false positives,...Andre Weissflog2022-10-191-8/+8
* | sokol_fetch.h emsc: fix a couple of new Closure warningsAndre Weissflog2022-10-151-9/+8
|/
* Language bindings: fix new allocator callbacks (#671)Andre Weissflog2022-05-301-5/+2
* Add memory allocator callbacks to sokol headers. (#662)Andre Weissflog2022-05-151-41/+129
* sokol_fetch.h: documentation fixesAndre Weissflog2022-01-091-23/+23
* sokol_fetch docs fixNils Bruenggel2021-07-151-2/+8
* Language-binding-friendly API changes. (#458)Andre Weissflog2021-02-101-4/+4
* Fix range request to not overlap readsJosh Faust2021-01-201-1/+1
* bindgen preparations (#443)Andre Weissflog2020-12-201-1/+1
* move SOKOL_IMPL vs SOKOL_xxx_IMPL outside the include guardAndre Weissflog2020-11-281-3/+3
* make SOKOL_IMPL vs SOKOL_xxx_IMPL consistent across all headers (both are sup...Andre Weissflog2020-11-281-6/+9
* document SOKOL_API_DECL (these macros are still valid)Andre Weissflog2020-11-281-0/+1
* Auto-generated distinct macros per lib. Resolves #428Borislav Stanimirov2020-11-191-20/+24
* sokol_fetch.h: fix validation log messagesAndre Weissflog2020-09-121-4/+4
* Pass event handle to WaitForSingleObject() by valuebqqbarbhg2020-07-191-1/+1
* Merge pull request #312 from garettbass/masterAndre Weissflog2020-06-051-0/+3
|\
| * added more #define NOMINMAX, removed redundant #include <windows.h>Garett Bass2020-06-041-0/+3
* | sokol_fetch.h: fix two unused variable warnings in release mode in Windows co...Andre Weissflog2020-06-041-0/+6
* | fix warnings in D3D11 code path and clang-msvcEduardo Bart2020-06-011-1/+1
* | add missing C++ reference-based function wrappersAndre Weissflog2020-05-281-0/+1
|/
* reference-based equivalents for c++Garett Bass2020-05-061-0/+4
* Fix typos.Bruce Mitchener2020-01-301-4/+4
* Fix MSVC 2017 /W4 warningsAndre Weissflog2019-12-051-33/+36
* ifdef guardsmartincohen2019-09-021-1/+2
* sokol_fetch.h: fix a clang warning on iOSAndre Weissflog2019-08-021-1/+1
* finished updating the sokol_fetch.h docsAndre Weissflog2019-07-181-205/+39
* sokol-fetch.h: new SFETCH_ERROR_CANCELLED, and more docs reworkAndre Weissflog2019-07-161-56/+68
* sokol_fetch.h: rename 'enqueud' state to 'dispatched', start with docs reworkAndre Weissflog2019-07-161-42/+46
* sokol_fetch.h: msvc fixesAndre Weissflog2019-07-151-4/+1
* sokol_fetch.h: emscripten fixAndre Weissflog2019-07-151-1/+1
* sokol_fetch.h: emscripten fix and remove debug printfsAndre Weissflog2019-07-151-7/+1
* sokol_fetch.h rework: emscripten fixes part 1Andre Weissflog2019-07-151-63/+93