kitty/glfw
Luflosi 902fc22670
Simplify GLFW compilation code
This commit removes the need for `is_macos` in `glfw/glfw.py` by moving a few lines of code. Instead of relying on the information that the compilation is or isn't happening on macOS, the code now does the right thing based on which `module` is being built.
This changes the order of the compilation flags slightly.
2019-08-26 16:47:19 +02:00
..
backend_utils.c Simplify the event loop code 2019-07-18 15:51:54 +05:30
backend_utils.h Update the GLFW version number from 3.3 to 3.4 2019-08-02 11:00:16 -05:00
cocoa_init.m Update the GLFW version number from 3.3 to 3.4 2019-08-02 11:00:16 -05:00
cocoa_joystick.h Update the GLFW version number from 3.3 to 3.4 2019-08-02 11:00:16 -05:00
cocoa_joystick.m Update the GLFW version number from 3.3 to 3.4 2019-08-02 11:00:16 -05:00
cocoa_monitor.m Update the GLFW version number from 3.3 to 3.4 2019-08-02 11:00:16 -05:00
cocoa_platform.h Update the GLFW version number from 3.3 to 3.4 2019-08-02 11:00:16 -05:00
cocoa_time.c Update the GLFW version number from 3.3 to 3.4 2019-08-02 11:00:16 -05:00
cocoa_window.m Correct indentation for two _glfwInputError() messages 2019-08-25 21:29:58 +02:00
context.c Update the GLFW version number from 3.3 to 3.4 2019-08-02 11:00:16 -05:00
dbus_glfw.c Update the GLFW version number from 3.3 to 3.4 2019-08-02 11:00:16 -05:00
dbus_glfw.h Update the GLFW version number from 3.3 to 3.4 2019-08-02 11:00:16 -05:00
egl_context.c Update the GLFW version number from 3.3 to 3.4 2019-08-02 11:00:16 -05:00
egl_context.h Update the GLFW version number from 3.3 to 3.4 2019-08-02 11:00:16 -05:00
glfw3.h Fix typos 2019-08-26 12:31:15 +02:00
glfw.py Simplify GLFW compilation code 2019-08-26 16:47:19 +02:00
glx_context.c Update the GLFW version number from 3.3 to 3.4 2019-08-02 11:00:16 -05:00
glx_context.h Update the GLFW version number from 3.3 to 3.4 2019-08-02 11:00:16 -05:00
ibus_glfw.c Update the GLFW version number from 3.3 to 3.4 2019-08-02 11:00:16 -05:00
ibus_glfw.h Update the GLFW version number from 3.3 to 3.4 2019-08-02 11:00:16 -05:00
init.c Update the GLFW version number from 3.3 to 3.4 2019-08-02 11:00:16 -05:00
input.c Fix typos 2019-08-26 12:31:15 +02:00
internal.h Update the GLFW version number from 3.3 to 3.4 2019-08-02 11:00:16 -05:00
linux_joystick.c Update the GLFW version number from 3.3 to 3.4 2019-08-02 11:00:16 -05:00
linux_joystick.h Update the GLFW version number from 3.3 to 3.4 2019-08-02 11:00:16 -05:00
linux_notify.c Build glfw with all warnings enabled 2019-07-01 10:42:07 +05:30
linux_notify.h Set a default action name on the dbus notification 2019-02-03 13:53:26 +05:30
main_loop.h Remove unused header 2019-07-29 09:45:02 +05:30
mappings.h Update the GLFW version number from 3.3 to 3.4 2019-08-02 11:00:16 -05:00
memfd.h Convert some tabs to spaces 2019-02-02 22:08:32 +01:00
monitor.c Update the GLFW version number from 3.3 to 3.4 2019-08-02 11:00:16 -05:00
nsgl_context.h Update the GLFW version number from 3.3 to 3.4 2019-08-02 11:00:16 -05:00
nsgl_context.m Update the GLFW version number from 3.3 to 3.4 2019-08-02 11:00:16 -05:00
null_init.c Update the GLFW version number from 3.3 to 3.4 2019-08-02 11:00:16 -05:00
null_joystick.c Update the GLFW version number from 3.3 to 3.4 2019-08-02 11:00:16 -05:00
null_joystick.h Update the GLFW version number from 3.3 to 3.4 2019-08-02 11:00:16 -05:00
null_monitor.c Update the GLFW version number from 3.3 to 3.4 2019-08-02 11:00:16 -05:00
null_platform.h Update the GLFW version number from 3.3 to 3.4 2019-08-02 11:00:16 -05:00
null_window.c Update the GLFW version number from 3.3 to 3.4 2019-08-02 11:00:16 -05:00
osmesa_context.c Update the GLFW version number from 3.3 to 3.4 2019-08-02 11:00:16 -05:00
osmesa_context.h Update the GLFW version number from 3.3 to 3.4 2019-08-02 11:00:16 -05:00
posix_thread.c Update the GLFW version number from 3.3 to 3.4 2019-08-02 11:00:16 -05:00
posix_thread.h Update the GLFW version number from 3.3 to 3.4 2019-08-02 11:00:16 -05:00
posix_time.c Update the GLFW version number from 3.3 to 3.4 2019-08-02 11:00:16 -05:00
posix_time.h Update the GLFW version number from 3.3 to 3.4 2019-08-02 11:00:16 -05:00
source-info.json Share main loop implementation between wayland and X11 2019-03-04 19:52:45 +05:30
vulkan.c Update the GLFW version number from 3.3 to 3.4 2019-08-02 11:00:16 -05:00
window.c Update the GLFW version number from 3.3 to 3.4 2019-08-02 11:00:16 -05:00
wl_init.c Update the GLFW version number from 3.3 to 3.4 2019-08-02 11:00:16 -05:00
wl_monitor.c Update the GLFW version number from 3.3 to 3.4 2019-08-02 11:00:16 -05:00
wl_platform.h Update the GLFW version number from 3.3 to 3.4 2019-08-02 11:00:16 -05:00
wl_window.c Fix typos 2019-08-26 12:31:15 +02:00
x11_init.c Update the GLFW version number from 3.3 to 3.4 2019-08-02 11:00:16 -05:00
x11_monitor.c Update the GLFW version number from 3.3 to 3.4 2019-08-02 11:00:16 -05:00
x11_platform.h Update the GLFW version number from 3.3 to 3.4 2019-08-02 11:00:16 -05:00
x11_window.c Fix typos 2019-08-26 12:31:15 +02:00
xkb_glfw.c Fix typos 2019-08-26 12:31:15 +02:00
xkb_glfw.h Update the GLFW version number from 3.3 to 3.4 2019-08-02 11:00:16 -05:00