glfw/src
Guillaume Racicot 3f0390b827 Enable C99 explicitly with CMake where available
This enables compilation as C99 where supported by the compiler.
A workaround with per-compiler hardcoded flags is used for CMake 3.0,
which does not support the C_STANDARD target property.

Fixes #1560.
Closes #1576.

(cherry picked from commit 8f852e0833)
2019-11-05 17:58:45 +01:00
..
CMakeLists.txt Enable C99 explicitly with CMake where available 2019-11-05 17:58:45 +01:00
cocoa_init.m
cocoa_joystick.h
cocoa_joystick.m
cocoa_monitor.m Use the correct type in a for loop 2019-10-04 02:18:43 +02:00
cocoa_platform.h Unify key name string handling 2019-09-23 15:26:23 +02:00
cocoa_time.c
cocoa_window.m Cocoa: Fix glfwSetWindowSize anchor point 2019-09-23 15:27:00 +02:00
context.c
egl_context.c
egl_context.h Replace some tabs with spaces 2019-07-16 14:38:14 +02:00
glfw3.pc.in
glfw3Config.cmake.in
glfw_config.h.in
glx_context.c
glx_context.h
init.c
input.c
internal.h
linux_joystick.c
linux_joystick.h
mappings.h
mappings.h.in
monitor.c Fix comparison of video modes of equal area 2019-09-23 15:26:37 +02:00
nsgl_context.h
nsgl_context.m
null_init.c
null_joystick.c
null_joystick.h
null_monitor.c
null_platform.h
null_window.c
osmesa_context.c
osmesa_context.h
posix_thread.c
posix_thread.h Fix copyright years (somewhat) 2019-04-15 20:50:00 +02:00
posix_time.c
posix_time.h
vulkan.c
wgl_context.c
wgl_context.h
win32_init.c Fix typos 2019-09-23 15:27:17 +02:00
win32_joystick.c
win32_joystick.h
win32_monitor.c Win32: Fix VS static analysis false positive 2019-09-23 15:26:28 +02:00
win32_platform.h
win32_thread.c
win32_time.c
win32_window.c Win32: Cleanup keyboard input flag parsing 2019-10-04 02:18:48 +02:00
window.c
wl_init.c
wl_monitor.c Fix typo 2019-07-16 14:39:19 +02:00
wl_platform.h Use the correct type for a struct member 2019-11-05 17:58:10 +01:00
wl_window.c Fix typos 2019-09-23 15:27:17 +02:00
x11_init.c X11: Query and keep track of Xkb group index 2019-07-16 14:39:34 +02:00
x11_monitor.c
x11_platform.h Unify key name string handling 2019-09-23 15:26:23 +02:00
x11_window.c Unify key name string handling 2019-09-23 15:26:23 +02:00
xkb_unicode.c
xkb_unicode.h Remove internal header inclusion guards 2017-05-25 19:35:13 +02:00