- 23 Apr, 2017 2 commits
-
-
Claudio authored
-
Claudio authored
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
-
- 22 Apr, 2017 11 commits
-
-
Nigel Stewart authored
-
Nigel Stewart authored
-
Nigel Stewart authored
-
Nigel Stewart authored
-
Nigel Stewart authored
-
Nigel Stewart authored
-
Nigel Stewart authored
-
Nigel Stewart authored
-
Nigel Stewart authored
-
Nigel Stewart authored
glewinfo output is a .txt file
-
Nigel Stewart authored
Fix perl @INC for scripts which include make.pl
-
- 26 Mar, 2017 1 commit
-
-
Julian Squires authored
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.
-
- 15 Jan, 2017 1 commit
-
-
anatoly techtonik authored
-
- 07 Jan, 2017 3 commits
-
-
Nigel Stewart authored
-
Nigel Stewart authored
-
Nigel Stewart authored
cmake: only install PDB files with msvc
-
- 27 Dec, 2016 1 commit
-
-
Abdo Roig-Maranges authored
Otherwise cmake windows builds with the mingw compiler are broken.
-
- 24 Dec, 2016 3 commits
-
-
Nigel Stewart authored
-
Nigel Stewart authored
-
Nigel Stewart authored
-
- 23 Dec, 2016 4 commits
-
-
Nigel Stewart authored
Added build note on README
-
Nigel Stewart authored
Resolve issue #99: Removed /RTC1 flag in glew…
-
Nigel Stewart authored
CMake: call find_package only if build_utils is enabled
-
Nigel Stewart authored
Corrected spelling of needed in README.md.
-
- 22 Dec, 2016 1 commit
-
-
Rashad Kanavath authored
-
- 13 Dec, 2016 1 commit
-
-
Shanee authored
"neded" -> "needed".
-
- 21 Nov, 2016 1 commit
-
-
Tan Li Boon authored
- Used cmake regex to strip out the /RTC1 flag used by MSVC debug builds, which conflicts with the -nodefaultlib and -noentry flags.
-
- 12 Nov, 2016 4 commits
-
-
Nigel Stewart authored
-
Nigel Stewart authored
-
Nigel Stewart authored
-
Nigel Stewart authored
-
- 15 Oct, 2016 3 commits
-
-
Nigel Stewart authored
-
Danilo Margarido authored
-
Danilo Margarido authored
Allows building both, shared-only or static-only.
-
- 04 Oct, 2016 1 commit
-
-
Miguel Vera authored
Updated to reflect the concerns on issue #13
-
- 30 Sep, 2016 1 commit
-
-
Nigel Stewart authored
-
- 01 Sep, 2016 1 commit
-
-
Nigel Stewart authored
Fix wglGetProcAddress-related crash on 64-bit Windows with NOGDI defined
-
- 28 Aug, 2016 1 commit
-
-
Dillon Cower authored
-