TL
TL
- Remove all include/cglm/call.h, include/cglm/call/*.h and src/*.c files, while keeping option to compile and use CGLM as a shared library. - ONLY ONE API, and switch between compiling it inline...
- Replaces unsafe usages of const void* with appropriate pointer types for data and functions, making the code maximum portable, safe, and easier to maintain. Detail: Some compilers does not...
This fixes the detection of test-functions (makes it more robust). The strides are in general not constant between each ctest struct stored in memory, so we need to search specifically...