Camilla Löwy
bf9c5fcfc2
Gather all macOS specific CMake properties
...
(cherry picked from commit 5f4a6f689a
)
2019-12-19 06:48:10 +01:00
Camilla Löwy
b5bccd1425
Make target-specific define target-specific
...
(cherry picked from commit db76abb63c
)
2019-12-19 06:47:24 +01:00
Camilla Löwy
f318ab7467
Remove unneccessary example target property
...
Bundle icon file copying is performed by MACOSX_PACKAGE_LOCATION.
(cherry picked from commit c81def70be
)
2019-12-19 06:46:51 +01:00
Camilla Löwy
8c1b59f885
Remove dependency on platform header paths
...
The tests and examples should not need these paths.
(cherry picked from commit d74c18117d
)
2019-12-19 06:42:55 +01:00
Camilla Löwy
5a1512aaa0
Rename CMake variable for GUI-only programs
...
Hopefully this is less ambiguous.
(cherry picked from commit 92c70b2a83
)
2019-12-19 06:41:32 +01:00
Camilla Löwy
5ea34d62bf
Cleanup
...
(cherry picked from commit 953a1c3f8b
)
2019-11-14 21:33:36 +01:00
Guillaume Racicot
7a10e6439c
Set C standard at 99 for all example targets
...
Closes #1593 .
(cherry picked from commit 70a3104c49
)
2019-11-14 21:33:34 +01:00
Camilla Löwy
bc8b567d7c
Move to the modern CMake project version option
...
This replaces the manual ad-hoc version variables we have used since
CMake 2.x (and GLFW 2.x lite).
(cherry picked from commit a255e7ace6
)
2019-05-19 18:30:58 +02:00
Camilla Löwy
d7e30b1c74
Replace glad and the Vulkan SDK with glad2
...
This removes all dependencies from the GLFW test programs on the Vulkan
SDK.
It also removes support for linking the GLFW shared library (dynamic
library, DLL) against the Vulkan loader static library.
2019-04-15 02:45:48 +02:00
Camilla Löwy
546c99a3a3
Made sharing an example
2017-11-10 02:58:18 +01:00
Camilla Löwy
c873327fe3
Fix NOTFOUND paths being added as dependencies
...
Fixes #930 .
2017-01-20 01:29:46 +01:00
Camilla Löwy
11376a2dd0
Cleanup
2016-12-03 20:06:24 +01:00
Camilla Berglund
20735bf840
Add offscreen example to IDE folder
2016-11-16 17:04:23 +01:00
Denis
cce430fbfa
Cocoa: Fix typo
...
Closes #897 .
2016-11-16 04:07:16 +01:00
Camilla Berglund
b8c71e7f2d
Add offscreen rendering example
2016-11-09 01:36:23 +01:00
Camilla Berglund
9b75bffc88
Add basic Vulkan support
...
Added GLFW_INCLUDE_VULKAN. Added glfwVulkanSupported,
glfwGetRequiredInstanceExtensions, glfwGetInstanceProcAddress,
glfwGetPhysicalDevicePresentationSupport and glfwCreateWindowSurface.
Added port of LunarG SDK tri example.
2016-02-16 14:58:58 +01:00
Marcus Geelnard
075140aefe
Add public header path to target interface
...
Closes #697 .
2016-02-02 06:00:18 +01:00
Nicholas Vitovitch
453631773e
Export transitive dependencies for static library
2016-02-02 06:00:18 +01:00
Zbigniew Mandziejewicz
8637612908
Add GLFW_DLL to target interface
2016-02-02 06:00:18 +01:00
Camilla Berglund
37c93ba031
Compiler flag cleanup
2015-12-15 22:37:23 +01:00
Camilla Berglund
219e697dd9
Fix splitview bundle name
2015-10-15 18:04:26 +02:00
Camilla Berglund
a3985c3406
Add icon to examples
2015-10-15 18:04:02 +02:00
Camilla Berglund
1b1ef31228
Make tests and examples use glad
2015-10-14 12:38:18 +02:00
Camilla Berglund
dd01dd7bef
Replace GLU with linmath.h in examples
2015-08-09 16:54:19 +02:00
Camilla Berglund
47592fbf42
Cleaned up example build file.
2015-05-13 16:01:42 +02:00
Camilla Berglund
80a38c1e45
Updated Info.plist template file.
2015-05-13 15:59:09 +02:00
Camilla Berglund
821f3e674a
Enabled High DPI support with custom Info.plist.
...
Fixes #422 .
2015-03-17 16:54:59 +01:00
Camilla Berglund
023f337735
Fixed IDE folder issues for VC++.
...
Fixes #328 .
2015-01-07 00:58:54 +01:00
Camilla Berglund
0e3cb945e8
Fixed heightmap example for OS X.
2015-01-06 19:03:19 +01:00
Camilla Berglund
40d1a491ca
Removed unused bits of heightmap example.
2015-01-06 19:02:56 +01:00
Camilla Berglund
5f6aa9c34c
Added IDE folders to CMake files.
...
Fixes #328 .
2015-01-05 01:19:02 +01:00
Camilla Berglund
1021948313
Fixed SplitView CMake target name.
...
Spaces are not allowed in CMake 3.0 target names according to policy
CMP0037.
Fixes #388 .
2014-12-01 22:10:13 +01:00
Camilla Berglund
452e95d02a
CMake path quoting fixes.
2014-08-15 15:16:45 +02:00
Camilla Berglund
6e0ea02f17
Quoted all CMake paths with substitution.
...
Fixes #258 .
2014-08-11 20:26:37 +02:00
Camilla Berglund
f2813633b0
Fixed link flags for threaded example.
2014-03-07 00:18:54 +01:00
Camilla Berglund
eb460c30ce
Added missing link flags for threaded example.
2014-03-06 20:42:47 +01:00
Camilla Berglund
6e0015f022
Replaced ad-hoc extension loading with glad.
2014-01-12 01:59:06 +01:00
Camilla Berglund
457403586d
Replaced ad-hoc argument processing with getopt.
2014-01-11 20:39:53 +01:00
Camilla Berglund
d9f53c78a0
Plain port of particles example to GLFW 3.
2014-01-11 19:40:44 +01:00
Camilla Berglund
10017b27bb
Cleanup.
2013-06-17 12:46:51 +02:00
Camilla Berglund
f06a700307
Renamed support directory to deps.
2013-04-17 15:42:21 +02:00
Camilla Berglund
f8f81e5754
Documentation work.
2013-02-28 21:49:24 +01:00
Camilla Berglund
f0f4af4287
Fixed warnings on VC++.
2013-01-06 21:02:57 +01:00
Camilla Berglund
cdcdf5763a
Temporary fix for OPENGL_INCLUDE_DIR being NOTFOUND on OS X 10.8.
2012-12-27 18:04:24 +01:00
Camilla Berglund
5bbac6fe69
Moved Free Getopt files to support directory.
2012-08-12 12:44:23 +02:00
Camilla Berglund
141b56afc0
Added libm as direct dependency for tests and examples.
2012-04-19 16:57:44 +02:00
Camilla Berglund
1eb24ff261
Executable dependency list fixes.
2012-03-25 17:07:43 +02:00
Camilla Berglund
23776f67e3
Formatting.
2012-03-25 13:58:07 +02:00
Camilla Berglund
7b46a184cb
Added standard option to switch between static and dynamic library, dropped dynamic test.
2012-03-25 13:55:39 +02:00
Camilla Berglund
c286c716cd
Formatting.
2012-03-05 23:41:05 +01:00