Anonymous Maarten

Results 190 issues of Anonymous Maarten

Hello! There is currently [an openxr PR active at libsdl-org/SDL](https://github.com/libsdl-org/SDL/pull/11601) adding openxr support. It has support for loading openxr dynamically using `LoadLibrary` on Windows and `dlopen` on other platforms (instead...

synced to gitlab

[This workflow](https://github.com/madebr/mpg123/blob/probe-ci-msvc/.github/workflows/CMake-MSVC.yml) creates a cache on a windows-2022 image. Restoring the cache on a windows-2019 image fails. The `enableCrossOsArchive: true` property is set. [Example of a failure](https://github.com/madebr/mpg123/actions/runs/15403614270/job/43341769330#step:3:10)

The SDL3 version is currently not tested when using SDL3 and SDL3_image as git submodules. The following should be disallowed (because SDL3 is too old): ```cmake cmake_minimum_required(VERSION 3.20) project(mygame C)...

The debug window shows this during the intro cinematics: ![Image](https://github.com/user-attachments/assets/9b27982a-24de-4fd7-93bc-c0ef37302994) The address sanitizer fails with the following error when trying to enter the information center: Heap-buffer-overflow on address 0x6270000ed920 at...

I momentarily had a reproducer for an out-of-bounds read, but cannot reproduce it anymore. While looking into ways to trigger the bug, it somehow does not reproduce anymore. However, I...

bug

CMake currently creates a `SDL_gesture::SDL_gesture` target and `sdl-gesture.pc` pkg-config file. I think it would make sense to: - namespace everything in the `SDL3_*` namespace: `SDL3_gesture::SDL3_gesture` and `sdl3-gesture.pc` - move the...

By running e.g. `testautomation --no-color`, the cli output will not contain color codes. ## Description ## Existing Issue(s)

While testing TinyCC, I found a infinite recursion when configuring with `-DCMAKE_C_FLAGS="-DSDL_TRACK_ALLOCATION_COUNT"`. This is because TinyCC does not support the gcc atomic built-ins and currently does not use the inline...

`SDL_ELF_NOTE_DLOPEN` of `SDL_dlopennote.h` is currently designed to be used unconditionally. https://github.com/libsdl-org/SDL/blob/45d65f6e1f51422c414e85f133849648918a8c09/include/SDL3/SDL_dlopennote.h#L102-L109 However, it cannot be used with an (older) toolchain not supporting variadic macros. Compiling `testdlopennote.c` of [this PR](https://github.com/libsdl-org/SDL/pull/14212) fails...