raylib/src
Ahmad Fatoum 30ef3f3122
GCC/Clang: Treat void pointer arithmetic as error
As an extension, GNU C treats sizeof(void) as 1. MSVC doesn't.
Make it an error on GCC/Clang to avoid accidental MSVC breakage.
2018-01-18 13:22:41 +01:00
..
external Updated mini_al to latest version 2017-12-15 17:01:50 +01:00
audio.c Code tweak while using OpenAL backend 2018-01-15 13:54:25 +01:00
audio.h Force OpenAL backend on some platforms 2017-12-20 12:34:18 +01:00
camera.h Some comment tweaks 2017-05-08 21:16:46 +02:00
CMakeLists.txt Add library versioning to Make/CMake build systems 2017-12-11 10:25:06 +01:00
core.c Use busy wait loop 2018-01-07 23:55:23 +01:00
easings.h Working on file header comments... 2017-03-19 12:52:58 +01:00
gestures.h Updated copyright year 2017-12-20 12:37:08 +01:00
Makefile GCC/Clang: Treat void pointer arithmetic as error 2018-01-18 13:22:41 +01:00
models.c Minor tweaks 2017-12-28 19:27:02 +01:00
physac.h Review physac timming system 2017-12-24 15:59:03 +01:00
raylib.h Added function: ImageMipmaps() 2018-01-18 00:23:45 +01:00
raylib.ico Added resource config file 2017-10-22 11:07:17 +02:00
raylib.rc Added resource config file 2017-10-22 11:07:17 +02:00
raymath.h Manually review previous PR 2017-12-15 13:44:31 +01:00
resources Added resource config file 2017-10-22 11:07:17 +02:00
rglfw.c Some formatting tweaks 2017-12-24 16:12:52 +01:00
rlgl.c Reviewed VS2015 projects 2018-01-17 14:21:23 +01:00
rlgl.h Improved pixel formats support 2018-01-06 13:43:48 +01:00
shader_distortion.h Review default shaders usage on loading 2017-11-12 10:33:44 +01:00
shapes.c Corrected issue with new functionality 2018-01-06 02:44:47 +01:00
text.c Updated copyright year 2017-12-20 12:37:08 +01:00
textures.c MSVC: Fix void pointer arithmetic error 2018-01-18 13:20:13 +01:00
utils.c Renamed function to SetTraceLog() 2017-12-24 16:49:54 +01:00
utils.h Updated copyright year 2017-12-20 12:37:08 +01:00