raylib/src
Ahmad Fatoum 286c41af52
Sync with upstream GLFW pull request
The GLFW tree distributed with raylib has two modifications:

- GLFW_PKG_{DEPS,LIBS} are exported to PARENT_SCOPE, so we can use them
  in our pkg-config file
- An intermediary glfw_objlib target is added, so we can reexport GLFW
  symbols from libraylib.a

rglfw can fix the second point, but for Wayland usage, we would have to
replicate protocol generation, so we just leverage GLFW's existing
support instead.

To make maintenance easier, I have submitted a pull request for
including these modifications to upstream GLFW.
And to make that one easier, this patch dog-foods the modifications,
so raylib users can help find regressions. :-)

glfw/glfw#1307
2018-07-29 23:56:16 +02:00
..
external Sync with upstream GLFW pull request 2018-07-29 23:56:16 +02:00
audio.c Fix bug in LoadMusicStream 2018-07-29 09:52:18 +02:00
audio.h Force OpenAL backend on some platforms 2017-12-20 12:34:18 +01:00
camera.h fabsf() not working with TCC 2018-05-28 00:48:45 +02:00
CMakeLists.txt Sync with upstream GLFW pull request 2018-07-29 23:56:16 +02:00
CMakeOptions.txt Fix typo (s/proedural/procedural) 2018-07-29 13:04:16 +02:00
config.h Fix typo (s/proedural/procedural) 2018-07-29 13:04:16 +02:00
config.h.in Fix typo (s/proedural/procedural) 2018-07-29 13:04:16 +02:00
core.c Prevent GLFW changing working dir to 'Resources' 2018-07-29 18:38:31 +02:00
easings.h Working on file header comments... 2017-03-19 12:52:58 +01:00
gestures.h Redundant assignment of 'angle' to itself 2018-04-02 13:30:20 +02:00
Makefile Reviewed compilation options 2018-07-16 18:43:24 +02:00
models.c fabsf() not working with TCC 2018-05-28 00:48:45 +02:00
physac.h Reviewed Windows resource file name 2018-05-29 00:52:08 +02:00
raylib.h Corrected timing typo 2018-07-28 18:13:19 +02:00
raylib.ico Added resource config file 2017-10-22 11:07:17 +02:00
raylib.rc Review raylib version to 2.0 2018-05-11 18:14:19 +02:00
raymath.h Added Quaternion typedef 2018-07-02 18:53:46 +02:00
rglfw.c Prevent GLFW changing working dir to 'Resources' 2018-07-29 18:38:31 +02:00
rlgl.h Fix rlgl.h to be used as a standalone 2018-07-25 10:36:18 +02:00
shapes.c Corrected issue with GetFontDefault() 2018-07-05 19:17:06 +02:00
text.c Reviewed LoadFontData() and GenImageFontAtlas() 2018-07-15 20:03:05 +02:00
textures.c Fix typo (s/proedural/procedural) 2018-07-29 13:04:16 +02:00
utils.c Add SetTraceLogCallback to enable users setting custom logging (#597) 2018-07-26 21:57:45 +02:00
utils.h Removed unnecesary define 2018-05-08 23:04:13 +02:00