| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fixed issue in 3ds audio shutdown | CrackedPixel | 2025-11-15 | 1 | -1/+2 |
| | | |||||
| * | update delay comment | CrackedPixel | 2025-11-12 | 1 | -1/+3 |
| | | |||||
| * | update comment | CrackedPixel | 2025-11-12 | 1 | -1/+1 |
| | | |||||
| * | pr feedback changes | CrackedPixel | 2025-11-12 | 1 | -99/+87 |
| | | |||||
| * | renamed 3ds_ prefix to n3ds | CrackedPixel | 2025-11-09 | 1 | -4/+4 |
| | | |||||
| * | added 3ds backend WIP | CrackedPixel | 2025-11-09 | 1 | -1/+213 |
| | | |||||
| * | added psvita backend | CrackedPixel | 2025-10-19 | 1 | -0/+143 |
| | | |||||
| * | sokol_gfx.h win32: ignore unknown pragma warnings when building with gcc ↵ | Andre Weissflog | 2025-08-25 | 1 | -0/+7 |
| | | | | | (fixes #1311) | ||||
| * | sokol_audio.h: remove extra semicolons | fuhsnn | 2025-06-20 | 1 | -2/+2 |
| | | |||||
| * | sokol_audio.h android: remove OpenSLES backend (deprecated in more recent ↵ | Andre Weissflog | 2025-04-05 | 1 | -311/+9 |
| | | | | | NDK versions) | ||||
| * | fix clang warnings on windows | Andre Weissflog | 2025-03-28 | 1 | -1/+1 |
| | | |||||
| * | add -Wextra-semi to CI tests and fix resulting warnings | Andre Weissflog | 2025-01-30 | 1 | -7/+7 |
| | | |||||
| * | Fix _saudio_backend_shutdown for _SAUDIO_APPLE | Mario Zechner | 2024-09-15 | 1 | -1/+1 |
| | | | | The code path tries to return void. Does not compile for obvious reasons. | ||||
| * | dummy commit (whitespace change in sokol_audio.h) to check if bindgen CI ↵ | Andre Weissflog | 2024-08-14 | 1 | -0/+1 |
| | | | | | pipeline works as expected | ||||
| * | sokol_audio.h: add an assert to public API funcs to make sure that ↵ | Andre Weissflog | 2024-07-04 | 1 | -0/+13 |
| | | | | | saudio_setup() had been called | ||||
| * | fix include to work on FreeBSD | Kim Shrier | 2024-05-24 | 1 | -1/+5 |
| | | |||||
| * | rename custom allocator callbacks to alloc_fn/free_fn | Andre Weissflog | 2023-09-25 | 1 | -14/+12 |
| | | |||||
| * | sokol_audio.h: Include alloca.h on Linux | darkerbit | 2023-02-16 | 1 | -0/+1 |
| | | | | | | Required by a snd_pcm_hw_params_alloca call in _saudio_alsa_backend_init. This change makes it so the implementation links correctly on Linux in -std=c99 mode, instead of relying on implicit alloca only provided by GNU extensions. | ||||
| * | sokol_audio.h: change figlet font for better minimap readability | Andre Weissflog | 2023-02-11 | 1 | -90/+75 |
| | | |||||
| * | sokol_audio.h: add human readable logging strings | Andre Weissflog | 2023-02-10 | 1 | -39/+39 |
| | | |||||
| * | sokol_audio/fetch/spine.h: better naming for log item xmacros | Andre Weissflog | 2023-01-31 | 1 | -41/+41 |
| | | |||||
| * | sokol_audio.h, sokol_spine.h: doc and macro cleanup | Andre Weissflog | 2023-01-31 | 1 | -4/+11 |
| | | |||||
| * | sokol_audio.h, sokol_spine.h: remove loglevel enum | Andre Weissflog | 2023-01-31 | 1 | -20/+6 |
| | | |||||
| * | sokol_audio.h, sokol_spine.h: remove stdio.h include | Andre Weissflog | 2023-01-31 | 1 | -1/+0 |
| | | |||||
| * | sokol_audio.h: fix doc comment block | Andre Weissflog | 2023-01-30 | 1 | -1/+1 |
| | | |||||
| * | sokol_audio.h: remove default logging code, instead recommend sokol_log.h | Andre Weissflog | 2023-01-30 | 1 | -46/+36 |
| | | |||||
| * | sokol_audio.h: minor consistency cleanup | Andre Weissflog | 2023-01-29 | 1 | -1/+1 |
| | | |||||
| * | sokol_audio.h, sokol_spine.h: logging code cleanup | Andre Weissflog | 2023-01-29 | 1 | -9/+9 |
| | | |||||
| * | sokol_audio.h: fix windows build | Andre Weissflog | 2023-01-28 | 1 | -2/+2 |
| | | |||||
| * | sokol_audio.h: fix linux build | Andre Weissflog | 2023-01-28 | 1 | -1/+1 |
| | | |||||
| * | sokol_audio.h: include stdio.h in implementation | Andre Weissflog | 2023-01-28 | 1 | -0/+1 |
| | | |||||
| * | sokol_audio.h: remove uwp support, replace logging with new unified logging ↵ | Andre Weissflog | 2023-01-28 | 1 | -249/+259 |
| | | | | | and error reporting callback | ||||
| * | sokol_audio.h android: fix unused warnings | Andre Weissflog | 2023-01-22 | 1 | -0/+3 |
| | | |||||
| * | sokol_audio.h: whitespace fix | Andre Weissflog | 2023-01-21 | 1 | -1/+0 |
| | | |||||
| * | sokol_audio.h android: implement AAudio backend and make it default | Andre Weissflog | 2023-01-21 | 1 | -40/+153 |
| | | |||||
| * | sokol_audio.h webaudio: resume audio context in touchend, not touchstart ↵ | Andre Weissflog | 2023-01-19 | 1 | -1/+1 |
| | | | | | (fixes #701) | ||||
| * | sokol_audio.h android: fix SAUDIO_NUM_BUFFERS vs SAUDIO_SLES_NUM_BUFFERS | Andre Weissflog | 2023-01-18 | 1 | -5/+5 |
| | | |||||
| * | sokol_audio.h linux: fix backend init call | Andre Weissflog | 2023-01-18 | 1 | -1/+1 |
| | | |||||
| * | sokol_audio.h: fix platform-specific init and shutdown function names | Andre Weissflog | 2023-01-18 | 1 | -4/+4 |
| | | |||||
| * | sokol_audio.h ios: fix a AVAudioSession setup error: | Andre Weissflog | 2023-01-18 | 1 | -1/+1 |
| | | | | | Error: category option 'defaultToSpeaker' is only applicable with category 'playAndRecord' | ||||
| * | sokol_audio.h macos/ios: init is now more fault-tolerant, some general init ↵ | Andre Weissflog | 2023-01-18 | 1 | -25/+49 |
| | | | | | cleanup | ||||
| * | sokol_audio.h: update section headers, backend-specific function names | Andre Weissflog | 2023-01-18 | 1 | -151/+149 |
| | | |||||
| * | sokol_audio.h: start a little general code cleanup session | Andre Weissflog | 2023-01-17 | 1 | -168/+303 |
| | | |||||
| * | sokol_audio.h: SOKOL_LOG => SOKOL_AUDIO | Andre Weissflog | 2023-01-16 | 1 | -4/+4 |
| | | |||||
| * | sokol_audio.h: check more OpenSLES calls during Android audio init | Dan Fandrich | 2022-11-19 | 1 | -6/+19 |
| | | |||||
| * | sokol_audio.h: add a audio worklet related link to the comment section | Andre Weissflog | 2022-11-17 | 1 | -0/+2 |
| | | |||||
| * | simplify logging preprocessor macros | Andre Weissflog | 2022-10-22 | 1 | -24/+11 |
| | | |||||
| * | Merge branch 'log-callback' of github.com:Manuzor/sokol into ↵ | Andre Weissflog | 2022-10-22 | 1 | -31/+95 |
| |\ | | | | | | | Manuzor-log-callback | ||||
| | * | Replace SOKOL_LOG with runtime callbacks. | Manuel Floruß | 2022-10-03 | 1 | -31/+95 |
| | | | | | | | | | 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 | -10/+12 |
| | | | | | | | | | positives, modernize embedded Javascript | ||||