Camilla Berglund
|
807f1622ea
|
Added threading library to link dependencies.
Since the GLX backend now uses explicit pthread calls, linking needs to
be explicit as well.
|
ago%!(EXTRA string=12 years) |
Camilla Berglund
|
5cf56a442c
|
Removed APPLE as UNIX is true on OS X.
|
ago%!(EXTRA string=12 years) |
John Bartholomew
|
93f4effd2b
|
Do not export internal symbols from a unix shared library.
|
ago%!(EXTRA string=12 years) |
Camilla Berglund
|
f41d85a209
|
Added initial XInput2 cursor motion.
|
ago%!(EXTRA string=12 years) |
Camilla Berglund
|
ebe02f94af
|
Added CMake target for documentation.
|
ago%!(EXTRA string=12 years) |
Camilla Berglund
|
2469a1bac9
|
Removed option to disable native docs.
|
ago%!(EXTRA string=12 years) |
Camilla Berglund
|
6f8084f061
|
Documentation work.
Enabled Doxygen tree view, added CMake options for native and internal
modules, improved internal and native documentation.
|
ago%!(EXTRA string=12 years) |
Camilla Berglund
|
34e08f62b5
|
Removed installation of readme.
|
ago%!(EXTRA string=12 years) |
Camilla Berglund
|
dca9b2db07
|
Only disable tests and examples if not using OpenGL.
|
ago%!(EXTRA string=12 years) |
Camilla Berglund
|
8c766b57e7
|
Renamed chdir option, added OS X menu bar option.
Some command-line programs want to render to hidden windows without any
visible UI. This option makes this possible on OS X.
|
ago%!(EXTRA string=13 years) |
Camilla Berglund
|
6333a5caaf
|
Added CMake option for glfwInit chdir on OS X.
|
ago%!(EXTRA string=13 years) |
Camilla Berglund
|
bd2abbca9f
|
CMake file formatting.
|
ago%!(EXTRA string=13 years) |
Camilla Berglund
|
cc45a9e53d
|
Updated native API and merged into related files.
|
ago%!(EXTRA string=13 years) |
Camilla Berglund
|
0517a82467
|
Added support for GLESv1_CM and GLESv2 client libraries.
|
ago%!(EXTRA string=13 years) |
Camilla Berglund
|
3863a635f2
|
Clarified CMake X extension error messages.
|
ago%!(EXTRA string=13 years) |
Camilla Berglund
|
d1dac4b965
|
Updated options for Universal build.
|
ago%!(EXTRA string=13 years) |
Camilla Berglund
|
6a4c175816
|
Made client-side RandR and Xf86VidMode required.
|
ago%!(EXTRA string=13 years) |
Camilla Berglund
|
be8856af65
|
Made the X keyboard extension required.
|
ago%!(EXTRA string=13 years) |
Camilla Berglund
|
fc79e0a3a8
|
Removed threading package option.
It didn't do what I thought it did.
|
ago%!(EXTRA string=13 years) |
Camilla Berglund
|
3d0ff1324c
|
Restored use of CMake Threads package.
|
ago%!(EXTRA string=13 years) |
Camilla Berglund
|
7ff86576e3
|
Removed EGL dlopen.
|
ago%!(EXTRA string=13 years) |
Camilla Berglund
|
1aa34606e7
|
Fixes for use with the AMD EGL/GLES SDK.
|
ago%!(EXTRA string=13 years) |
Camilla Berglund
|
5da8ed250a
|
Cleanup of backend option strings.
|
ago%!(EXTRA string=13 years) |
Camilla Berglund
|
34d383399c
|
Finished initial window/context backend split.
|
ago%!(EXTRA string=13 years) |
Camilla Berglund
|
b49c78ed96
|
Added missing whitespace.
|
ago%!(EXTRA string=13 years) |
Camilla Berglund
|
ad7bf4beba
|
Replaced ad-hoc Linux detection with __linux__.
|
ago%!(EXTRA string=13 years) |
Camilla Berglund
|
f6ba959b1b
|
Moved threads package to X11 block.
|
ago%!(EXTRA string=13 years) |
Camilla Berglund
|
d5e4204ed1
|
POSIX threads should not be preferred on Win32.
|
ago%!(EXTRA string=13 years) |
Camilla Berglund
|
64c677be9e
|
Renamed config macro to match convention.
|
ago%!(EXTRA string=13 years) |
Camilla Berglund
|
7be55239e7
|
Disabled native API by default.
|
ago%!(EXTRA string=13 years) |
Camilla Berglund
|
b7be8d90d8
|
Renamed libglfw3.pc to glfw3.pc.
|
ago%!(EXTRA string=13 years) |
Camilla Berglund
|
98c1c2fbf2
|
Added threading support to CMake files.
|
ago%!(EXTRA string=13 years) |
jonathan MERCIER
|
31c0212c25
|
Able to install to lib64 if LIB_SUFFIX var is set to 64
|
ago%!(EXTRA string=13 years) |
John Bartholomew
|
0f0e42b975
|
Use SOVERSION for shared libraries on Unix-like systems.
|
ago%!(EXTRA string=13 years) |
John Bartholomew
|
93ec9fa901
|
Changed library output name to "glfw3", and pkg-config name to libglfw3.
Since the headers are already named differently, this allows
side-by-side installation of GLFW 2.x and GLFW 3.x.
|
ago%!(EXTRA string=13 years) |
Camilla Berglund
|
df6d4bc58a
|
Added glfw3native.h to installation.
|
ago%!(EXTRA string=13 years) |
Camilla Berglund
|
f004aa0f82
|
Formatting.
|
ago%!(EXTRA string=13 years) |
Camilla Berglund
|
5e36fb0e38
|
Formatting.
|
ago%!(EXTRA string=13 years) |
Camilla Berglund
|
c1931eda37
|
Formatting, limited to MSVC.
|
ago%!(EXTRA string=13 years) |
Jorge Rodriguez
|
0627a2c2eb
|
Added option for MSVC static runtime library.
|
ago%!(EXTRA string=13 years) |
Cloudef
|
29b4ed4e9a
|
Don't build tests and examples when building with EGL
|
ago%!(EXTRA string=13 years) |
Cloudef
|
1327c124a4
|
Seperate Context from Window in CMakeLists, add option to build for EGL
|
ago%!(EXTRA string=13 years) |
Camilla Berglund
|
2753577dbd
|
Removed dynamic loading of gdi32.
|
ago%!(EXTRA string=13 years) |
Camilla Berglund
|
fcf54b4b27
|
Moved dynamic loading macros to configuration header.
|
ago%!(EXTRA string=13 years) |
Camilla Berglund
|
dd8b098387
|
Moved _GLFW_BUILD_DLL into configuration header.
|
ago%!(EXTRA string=13 years) |
Camilla Berglund
|
ee1d71adf3
|
Added OS X support to pkg-config file.
|
ago%!(EXTRA string=13 years) |
Camilla Berglund
|
2a8324955c
|
Formatting.
|
ago%!(EXTRA string=13 years) |
Camilla Berglund
|
fd6bc698c0
|
Moved file generation around.
|
ago%!(EXTRA string=13 years) |
Camilla Berglund
|
6fd6c5f7e4
|
Moved pkg-config file generation.
|
ago%!(EXTRA string=13 years) |
Camilla Berglund
|
415ebbb97c
|
Added cache variable for dependencies of GLFW.
|
ago%!(EXTRA string=13 years) |