Nigel Stewart
66144ae686
GLEW 2.2.0 version bump
2018-10-10 11:08:45 +10:00
Nigel Stewart
be4e0eb102
Using KhronosGroup/OpenGL-Registry git repository for extension specifications
2018-10-10 11:08:45 +10:00
Paul Steinbrecher
c849b3f00b
Update support for Cygwin 2.10.0 without X11. Based on MSYS toolchain config.
2018-10-10 11:02:56 +10:00
Paul Steinbrecher
e0e17b923e
Revert "Update support for Cygwin 2.10.0 - based on MSYS toolchain config."
...
This reverts commit 2b3a490f7cd45afc294aedad55196b7a5a89813f.
2018-10-10 11:02:56 +10:00
Paul Steinbrecher
23a7226493
Update support for Cygwin 2.10.0 - based on MSYS toolchain config.
2018-10-10 11:02:56 +10:00
dimitri
b7c40325c7
Removed conan configuration.
2018-10-10 11:01:48 +10:00
Nigel Stewart
559cd7fad8
Updated build instructions for Linux
2018-10-10 10:56:37 +10:00
CiriUp
e8149ff567
Updated build instructions for Linux
2018-10-10 10:46:45 +10:00
dimitri
e544f8c12d
Correction for conan v1.0.0
2018-01-13 11:50:10 +10:00
dimitri
ef0e1c4d3a
Still avoiding 32-bit builds online, even though they work locally.
2018-01-13 11:50:10 +10:00
dimitri
1cdf352217
Building 32-bit binaries on 64-bit linux machines now supported.
2018-01-13 11:50:10 +10:00
Olli Kallioinen
f5f69b25eb
Fix for issue #169 (glew cmake project requires a c++ compiler)
2017-12-30 09:25:54 +10:00
Nigel Stewart
2af38d87be
Fixup for GLEW_VERSION_4_5 version detection
2017-12-02 09:16:46 +10:00
dimitri
871bb6601b
Still avoiding 32-bit builds online, even though they work locally.
2017-11-19 09:17:22 +10:00
dimitri
0b396919e6
Building 32-bit binaries on 64-bit linux machines now supported.
2017-11-19 09:17:22 +10:00
wiranoid
ee3026486f
Add Visual Studio 2015 and 2017 project files
2017-11-19 09:16:38 +10:00
dimitri
1579119716
Removed replace_in_file from imports.
2017-11-05 21:52:42 +10:00
dimitri
a30e00892a
No longer need conanfile string replacement for win gcc.
2017-11-05 21:52:42 +10:00
Steve Robinson
07b759b784
The install_manifest.txt is actually in the top-level binary directory, not the project-specific binary directory. I get the CMake error 'Cannot find install manifest' if I've added the glew library as a subdirectory in my existing CMake project.
2017-10-09 21:10:58 +10:00
Nigel Stewart
b612863554
Merge pull request #154 from rblath/patch-1
...
Include description of glew in README.md
2017-09-27 22:19:07 +10:00
Rene
15ab6eebec
Include description of glew in README.md
...
Description has been taken from glew.sourceforge.net
2017-09-27 11:42:00 +02:00
Nigel Stewart
3a8eff77da
glewinfo fixup for MacOS core context mode with version>4.0+
2017-07-31 21:11:51 +10:00
Nigel Stewart
1fe2ca4f37
Bump GLEW version to 2.1.0
2017-07-31 20:24:29 +10:00
Nigel Stewart
4b40314cc0
Initial OpenGL 4.6 support
2017-07-31 20:24:29 +10:00
Nigel Stewart
0ce7b8ee26
Merge pull request #151 from dimi309/master
...
Adding conan packaging support
2017-07-29 14:00:23 +10:00
dimitri
1b1371ddcb
Conan package test cmakelists cleanup.
2017-07-26 05:35:34 +02:00
dimitri
f8c6f9bffd
Using standard args in FindGLEW.
2017-07-26 05:23:03 +02:00
dimitri
b194494aef
No version and no username in test_package/conanfile.py
2017-07-25 05:50:18 +02:00
dimitri
58b23c29a7
Using exports_sources.
2017-07-24 23:01:06 +02:00
dimitri
fc5659148d
Correction for conan mingw debug builds.
2017-07-21 17:40:11 +03:00
dimitri
fd281347f4
Copying .pdb files for Windows debug static builds.
2017-06-30 07:23:23 +02:00
dimitri
2a5a242624
Back to original .travis.yml. Keeping .travis.yml.conan.
2017-06-27 06:04:02 +02:00
dimitri
b7fbaec9b3
Support for building released versions added.
2017-06-27 06:01:39 +02:00
dimitri
cf469ab200
Added conan packaging support.
2017-06-27 05:59:43 +02:00
dimitri
25bc79f2b9
Added basic conan files.
2017-06-25 20:15:34 +02:00
Nigel Stewart
be55fd6b6b
Merge pull request #148 from jasjuang/master
...
add sudo make uninstall for cmake build
2017-06-21 23:35:30 +10:00
jasjuang
0b5461935f
add sudo make uninstall for cmake build
2017-06-20 16:06:47 -07:00
Nigel Stewart
f678171b69
Fix for glxewInit - we need GLX 1.2 for calling glXGetCurrentDisplay
2017-04-27 20:43:33 +10:00
Nigel Stewart
8ae15ddd51
Merge pull request #143 from claudiofantacci/fix/cmakelists
...
Add VERSION and SOVERSION number to shared libraries
2017-04-25 17:52:20 +10:00
Claudio
298528cd87
Remove trailing space
2017-04-23 19:24:39 +02:00
Claudio
e7bf0f70b3
Add VERSION and SOVERSION number to shared libraries
...
With this commit, when building or installing `glew`, VERSION and
SOVERSION symlinks to the `glew` shared library are created in the
library installation folder if the platform supports them and the linker
supports so-names.
VERSION and SOVERSION specify, respectively, the build version and API
version of the shared library.
As an example, under macOS, the following symlinks will be created:
libGLEW.2.0.0.dylib (the shared library)
libGLEW.2.0.dylib -> libGLEW.2.0.0.dylib (VERSION symlink)
libGLEW.dylib -> libGLEW.2.0.dylib (SOVERSION symlink)
Fixes #141
2017-04-23 19:24:12 +02:00
Nigel Stewart
8ef3df14f3
Snapshot available for GLEW 2.0.1 RC1
2017-04-23 12:40:33 +10:00
Nigel Stewart
ad15372255
Documentation refresh for upcoming GLEW 2.0.1
2017-04-23 12:17:16 +10:00
Nigel Stewart
60139a6cfb
Initial draft of release notes for upcoming GLEW 2.0.1
2017-04-23 12:16:50 +10:00
Nigel Stewart
a82b984534
Add support for GLEW_INCLUDE to allow including glew.h from a custom location
2017-04-23 11:51:09 +10:00
Nigel Stewart
925722f910
OSX cmake refinement - no Requires: glu in glew.pc
2017-04-23 11:23:12 +10:00
Nigel Stewart
2906c1c10f
OSX makefile refinements - only require GLU in GLEW_APPLE_GLX=1 mode, use -std=c99 for X11/GLX
2017-04-23 11:14:01 +10:00
Nigel Stewart
b34af4d1e3
Tidy-up for Mac makefile build configs
2017-04-23 10:55:00 +10:00
Nigel Stewart
a9e50908a1
For cmake build, skip X11 check for Windows and Apple OSX
2017-04-23 09:34:57 +10:00
Nigel Stewart
d77479401d
For cmake build, opt into Mac OS X rpath mode, bump version to 2.8.12
2017-04-23 09:20:49 +10:00