Commit Graph

1383 Commits

Author SHA1 Message Date
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
Nigel Stewart db019a23a9 Merge pull request #127 from techtonik/patch-1
glewinfo output is a .txt file
2017-04-23 09:07:59 +10:00
Nigel Stewart 75440cab22 Merge pull request #137 from tokenrove/fix-perl-5.26-inc
Fix perl @INC for scripts which include make.pl
2017-04-23 09:07:43 +10:00
Julian Squires 7f510379f6
Fix perl @INC for scripts which include make.pl
In perl 5.26, and some earlier perls that have been proactively
patched (Debian's perl 5.24, for example), '.' was removed from @INC
for security reasons.  For details, see:
  http://blogs.perl.org/users/todd_rinaldo/2016/11/how-removing-from-inc-is-about-to-break-cpan.html
  https://www.masteringperl.org/2017/01/perl-v5-26-removes-from-inc-but-dont-think-youre-safe/
et cetera.

This breaks the generation scripts which source make.pl with
  do 'bin/make.pl'

Although this might be indicative that it's time to refactor these
scripts, I opted for the simplest possible fix for now: restoring '.'
to @INC in each script that depends on make.pl.
2017-03-26 15:44:59 -04:00
Gyusun Yeom ea68a21093 Merge pull request #12 from wang37921/master
public include directory
2017-03-03 01:33:33 +09:00
Cong Wang ae2050b432 public include directory 2017-03-02 23:48:35 +08:00
anatoly techtonik 6f96777a4a glewinfo output is a .txt file 2017-01-15 22:20:19 +03:00
omniavinco db1e93ef4c Generate Sources of origin/master updated at Sun Jan 8 17:55:36 GMT 2017 2017-01-09 02:55:36 +09:00
omniavinco 319c412f65 Merge https://github.com/nigels-com/glew.git into master HEAD at Sun Jan 8 17:46:55 GMT 2017 2017-01-09 02:46:55 +09:00
Nigel Stewart 6ee72f2fce make build: Updated config.guess 2017-01-08 11:31:30 +10:00
Nigel Stewart 239fde0a43 Update copyright notice to 2017 2017-01-08 10:30:28 +10:00
Nigel Stewart ac4a740b38 Merge pull request #126 from aroig/gh/cmake-on-msys2
cmake: only install PDB files with msvc
2017-01-08 09:51:03 +10:00
Abdo Roig-Maranges cedd84f839 cmake: only install PDB files with msvc
Otherwise cmake windows builds with the mingw compiler are broken.
2016-12-27 20:48:09 +01:00
omniavinco 7be092340b Generate Sources of origin/master updated at Sat Dec 24 17:55:25 GMT 2016 2016-12-25 02:55:25 +09:00
omniavinco 43eefb57d0 Merge https://github.com/nigels-com/glew.git into master HEAD at Sat Dec 24 17:46:36 GMT 2016 2016-12-25 02:46:36 +09:00
Nigel Stewart 5766d27018 Note that clang is needed for SYSTEM=darwin-universal (not supported for gcc) 2016-12-25 00:50:42 +10:00
Nigel Stewart f426fcee41 Tidy up use of unsued parameter attribute for Mac gcc builds 2016-12-25 00:49:20 +10:00
Nigel Stewart 51bd94fcca Add Mac gcc6 build configuration (gcc via brew) 2016-12-25 00:48:21 +10:00
omniavinco f0d8d60cce Merge https://github.com/nigels-com/glew.git into master HEAD at Fri Dec 23 17:46:58 GMT 2016 2016-12-24 02:46:58 +09:00
Nigel Stewart 4b9ffe44ee Merge pull request #109 from captainvera/master
Added build note on README
2016-12-23 21:06:05 +10:00
Nigel Stewart 62ac9ddfa4 Merge pull request #117 from undisputed-seraphim/Windows_Build_Fixes
Resolve issue #99: Removed /RTC1 flag in glew…
2016-12-23 21:05:39 +10:00
Nigel Stewart db04f1d1ef Merge pull request #125 from rkanavath/master
CMake: call find_package only if build_utils is enabled
2016-12-23 21:04:10 +10:00
Nigel Stewart 71153f8b47 Merge pull request #121 from Lunarsong/patch-2
Corrected spelling of needed in README.md.
2016-12-23 21:03:57 +10:00
Rashad Kanavath c690766fc2 CMake: call find_package only if build_utils is enabled 2016-12-23 05:50:13 +01:00
Shanee 023999f68f Corrected spelling of needed in README.md.
"neded" -> "needed".
2016-12-13 10:41:06 -08:00
omniavinco 4af9476eda Generate Sources of origin/master updated at Mon Dec 12 17:50:50 GMT 2016 2016-12-13 02:50:50 +09:00
Tan Li Boon 6a38eb3fc5 Resolve issue #99:
- Used cmake regex to strip out the /RTC1 flag used by MSVC debug builds, which conflicts with the -nodefaultlib and -noentry flags.
2016-11-21 20:03:23 +08:00
omniavinco 34d1b6bc31 Generate Sources of origin/master updated at Sun Nov 13 17:51:09 GMT 2016 2016-11-14 02:51:09 +09:00
omniavinco 74c6c8f89a Merge https://github.com/nigels-com/glew.git into master HEAD at Sun Nov 13 17:45:14 GMT 2016 2016-11-14 02:45:14 +09:00
Nigel Stewart a42be263ac README updates 2016-11-13 14:44:44 +10:00
Nigel Stewart b79702c6b7 Bump the copyright notice to 2016 2016-11-13 14:33:55 +10:00
Nigel Stewart 2c6ad763af glxewInit check for current X11 display rather than crashing 2016-11-13 12:08:32 +10:00
Nigel Stewart 7f92f9adf7 Update Mac OSX builds to use -std=c89 rather than -ansi 2016-11-13 11:57:00 +10:00
omniavinco 59b243190a Generate Sources of origin/master updated at Sat Nov 12 17:53:06 GMT 2016 2016-11-13 02:53:06 +09:00
omniavinco 5120a35abf Generate Sources of origin/master updated at Sat Oct 15 17:55:42 GMT 2016 2016-10-16 02:55:42 +09:00
omniavinco e6e5c08ff8 Merge https://github.com/nigels-com/glew.git into master HEAD at Sat Oct 15 17:45:44 GMT 2016 2016-10-16 02:45:44 +09:00
Nigel Stewart 013667e3e1 PHONY make targets: glew.lib glew.lib.shared glew.lib.static 2016-10-15 14:56:30 +10:00
Danilo Margarido fe95392c3e Added the glew.lib sub-targets to the target list 2016-10-15 14:11:12 +10:00
Danilo Margarido 3d9e4808d3 Finer control over glew.lib
Allows building both, shared-only or static-only.
2016-10-15 14:11:12 +10:00
Miguel Vera 5b70131340 Added build note on README
Updated to reflect the concerns on issue #13
2016-10-05 01:32:57 +01:00
omniavinco 560041a19b Generate Sources of origin/master updated at Sat Oct 1 17:54:30 GMT 2016 2016-10-02 02:54:30 +09:00
omniavinco 998f57e090 Merge https://github.com/nigels-com/glew.git into master HEAD at Sat Oct 1 17:46:06 GMT 2016 2016-10-02 02:46:06 +09:00
Nigel Stewart cdc3aeacde Filter out GL_NONE enum from GL_EGL_KHR_context_flush_control 2016-10-01 10:20:57 +10:00
omniavinco 81af57f72e Generate Sources of origin/master updated at Thu Sep 1 17:46:17 GMT 2016 2016-09-02 02:46:17 +09:00
omniavinco 2f22768eb3 Merge https://github.com/nigels-com/glew.git into master HEAD at Thu Sep 1 17:44:22 GMT 2016 2016-09-02 02:44:22 +09:00
Nigel Stewart 67e980b532 Merge pull request #101 from dcower/master
Fix wglGetProcAddress-related crash on 64-bit Windows with NOGDI defined
2016-09-01 20:39:07 +10:00
Dillon Cower 2ca0184814 Move #undef NOGDI from wglew_head.h to glew_head.c 2016-08-27 22:59:50 -07:00
Dillon Cower 4a0d48fc7c Fix wglGetProcAddress-related crash on Windows with NOGDI defined 2016-08-27 16:52:16 -07:00