raylib/src
Ray 7f5567eec0 Reviewed GLFW compilation requirements on Linux: _GNU_SOURCE
Reasons to NOT define `_GNU_SOURCE`:

 - access to lots of nonstandard GNU/Linux extension functions
 - access to traditional functions which were omitted from the POSIX standard (often for good reason, such as being replaced with better alternatives, or being tied to particular legacy implementations)
 - access to low-level functions that cannot be portable, but that you sometimes need for implementing system utilities like mount, ifconfig, etc.
 - broken behavior for lots of POSIX-specified functions, where the GNU folks disagreed with the standards committee on how the functions should behave and decided to do their own thing.
2022-08-28 15:48:12 +02:00
..
external Reviewed GLFW compilation requirements on Linux: _GNU_SOURCE 2022-08-28 15:48:12 +02:00
build.zig Simplify build.zig to not require user to specify raylib path (#2383) 2022-03-11 19:04:24 +01:00
CMakeLists.txt Update version 2022-08-02 09:27:13 +02:00
config.h ADDED: Support M3D model file format (meshes and materials) #2648 2022-08-20 14:01:54 +02:00
Makefile Reviewed GLFW compilation requirements on Linux: _GNU_SOURCE 2022-08-28 15:48:12 +02:00
minshell.html Remove trailing spaces 2022-08-02 00:36:31 +02:00
raudio.c Small simplifications (#2615) 2022-08-05 12:16:49 +02:00
raylib.dll.rc Update version to 4.2 2022-08-02 09:21:03 +02:00
raylib.dll.rc.data Updated raylib resource data (32bit) 2022-08-02 18:06:00 +02:00
raylib.h REVIEWED: M3D implementation #2648 2022-08-22 11:11:05 +02:00
raylib.ico Updated icon data 2018-09-26 16:02:42 +02:00
raylib.rc Update version to 4.2 2022-08-02 09:21:03 +02:00
raylib.rc.data Updated raylib resource data (32bit) 2022-08-02 18:06:00 +02:00
raymath.h minor tweaks 2022-08-02 17:25:24 +02:00
rcamera.h minor tweaks 2022-08-02 17:25:24 +02:00
rcore.c Win32: resolve some symbols re-definition of windows.h in glfw3native.h (#2643) 2022-08-21 11:44:16 +02:00
rgestures.h minor tweaks 2022-08-02 17:25:24 +02:00
rglfw.c Update rglfw.c 2022-08-28 15:20:16 +02:00
rlgl.h minor tweak 2022-08-18 15:10:40 +02:00
rmodels.c REVIEWED: Support M3D file loading #2648 2022-08-26 10:04:38 +02:00
rshapes.c Remove unneeded rlPushMatrix() 2022-06-27 13:27:16 +02:00
rtext.c REVIEWED: Avoid crash on bad data provided 2022-08-18 15:11:23 +02:00
rtextures.c minor tweaks 2022-08-13 22:28:47 +02:00
shell.html Removed trailing spaces 2022-02-18 20:30:46 +01:00
utils.c Remove trailing spaces 2022-08-02 00:36:31 +02:00
utils.h minor tweaks 2022-08-02 17:25:24 +02:00