Commit Graph

1021 Commits

Author SHA1 Message Date
Frank Park
67155de5c2 Merge remote-tracking branch 'origin/master'
Conflicts:
	.gitattributes
2014-10-19 02:00:39 -04:00
Frank Park
a790eb8129 Fixed a bug with shell script and added .gitattributes
Update_ext.sh does not utilize the blacklist correctly with cygwin due
to the argument -name in find is not quoted. Argument *.txt has been
changed to "*.txt" to fix the issue.

Also, it is currently possible for windows users to pull the repo in
CRLF format which destroys the scripts and source files. .gitattributes
were added to prevent this issue.
2014-10-19 01:59:48 -04:00
Frank Park
1682c7ae3e Fixed a bug with shell script and added gitattributes to prevent non-binary pulls
Cygwin was unable to filter the specs files using the blacklist due to
the argument in find was -name *.txt instead of -name "*.txt" .

Also, it is currently possible to pull under windows to result in CRLF
line endings in scripts and other source files that destroy the build.
.gitattributes were added to prevent non-binary pulls.

Both issues are fixed with this pull request.
2014-10-19 01:54:39 -04:00
omniavinco
933e322dd5 Sort the enums in a stable manner 2014-10-16 23:46:52 +09:00
omniavinco
2c6f79c148 Generate Sources of origin/master updated at Wed Oct 15 17:44:24 GMT 2014 2014-10-16 02:44:24 +09:00
omniavinco
6ca897879f Generate Sources of origin/master updated at Tue Oct 14 17:44:24 GMT 2014 2014-10-15 02:44:24 +09:00
omniavinco
819f806107 Merge https://github.com/nigels-com/glew.git into master HEAD at Tue Oct 14 17:44:11 GMT 2014 2014-10-15 02:44:11 +09:00
Nigel Stewart
bffebf81cc Add web links to README.txt 2014-10-14 19:33:04 +10:00
Nigel Stewart
3f48639825 Linux gcc 4.8 now builds clean with -Wcast-qual flag. 2014-10-14 19:24:49 +10:00
omniavinco
15ad18bc1a Generate Sources of origin/master updated at Mon Oct 13 17:44:19 GMT 2014 2014-10-14 02:44:19 +09:00
omniavinco
7cea676806 Generate Sources of origin/master updated at Sun Oct 12 17:44:23 GMT 2014 2014-10-13 02:44:23 +09:00
omniavinco
2227a08d22 Generate Sources of origin/master updated at Fri Oct 10 17:44:19 GMT 2014 2014-10-11 02:44:19 +09:00
omniavinco
8fe0cc10db Generate Sources of origin/master updated at Mon Oct 6 17:44:28 GMT 2014 2014-10-07 02:44:28 +09:00
omniavinco
657889e2a0 Merge https://github.com/nigels-com/glew.git into master HEAD at Mon Oct 6 17:44:14 GMT 2014 2014-10-07 02:44:14 +09:00
Nigel Stewart
d99211a9d3 Filtering for GL_NV_framebuffer_mixed_samples extension added. 2014-10-06 21:53:58 +10:00
omniavinco
e7010eea07 Generate Sources of origin/master updated at Sun Oct 5 17:44:21 GMT 2014 2014-10-06 02:44:21 +09:00
omniavinco
ffcdf98d6c Generate Sources of origin/master updated at Sat Oct 4 17:44:22 GMT 2014 2014-10-05 02:44:22 +09:00
omniavinco
7d4191c138 Generate Sources of origin/master updated at Fri Oct 3 17:44:19 GMT 2014 2014-10-04 02:44:19 +09:00
omniavinco
c50a0582bd Generate Sources of origin/master updated at Thu Oct 2 17:44:19 GMT 2014 2014-10-03 02:44:19 +09:00
omniavinco
8bd32fb681 Generate Sources of origin/master updated at Tue Sep 30 17:44:19 GMT 2014 2014-10-01 02:44:19 +09:00
omniavinco
6db724a060 Generate Sources of origin/master updated at Sun Sep 28 17:44:19 GMT 2014 2014-09-29 02:44:19 +09:00
omniavinco
4b50556664 Merge https://github.com/nigels-com/glew.git into master HEAD at Sat Sep 27 17:52:51 GMT 2014 2014-09-28 02:52:51 +09:00
Nigel Stewart
f796232672 For mingw builds, define GLEW_BUILD unconditionally for shared libs only. 2014-09-27 13:05:04 +10:00
Nigel Stewart
b9be4b6c99 GLEW Bug #215 Readme - is wrong
https://sourceforge.net/p/glew/bugs/215/
2014-09-27 11:51:15 +10:00
Nigel Stewart
d04fd20cec Touch-up: Sort the enums (tokens) in a stable manner for consistency in include files. 2014-09-27 11:34:59 +10:00
omniavinco
90277d022a Generate Sources of origin/master updated at Wed Sep 24 17:44:19 GMT 2014 2014-09-25 02:44:19 +09:00
omniavinco
b23fc454db Generate Sources of origin/master updated at Tue Sep 23 17:44:19 GMT 2014 2014-09-24 02:44:19 +09:00
omniavinco
61e43be6fb Generate Sources of origin/master updated at Mon Sep 22 17:44:19 GMT 2014 2014-09-23 02:44:19 +09:00
omniavinco
c1c69104dd Generate Sources of origin/master updated at Sun Sep 21 17:44:19 GMT 2014 2014-09-22 02:44:19 +09:00
omniavinco
117a22ea96 Generate Sources of origin/master updated at Fri Sep 19 17:44:19 GMT 2014 2014-09-20 02:44:19 +09:00
omniavinco
c26257cdff Generate Sources of origin/master updated at Thu Sep 18 17:44:25 GMT 2014 2014-09-19 02:44:25 +09:00
omniavinco
fc9d19ab37 Merge https://github.com/nigels-com/glew.git into master HEAD at Thu Sep 18 17:44:12 GMT 2014 2014-09-19 02:44:12 +09:00
Nigel Stewart
6b5f533a7a Update snapshots available for download 2014-09-18 21:31:24 +10:00
Nigel Stewart
f2faf55123 Merge pull request #16 from BryceMehring/master
Added support for mingw-w64 cross-compilation.
2014-09-18 21:16:18 +10:00
Nigel Stewart
0ab85a792d For Pelles C compiler, _GL_H check
https://sourceforge.net/p/glew/bugs/254/
2014-09-18 21:12:32 +10:00
Nigel Stewart
26be54cb1a Fixups for GL_KHR_robustness support. 2014-09-18 20:51:56 +10:00
omniavinco
2a34faa730 Generate Sources of origin/master updated at Wed Sep 17 17:44:19 GMT 2014 2014-09-18 02:44:19 +09:00
omniavinco
998722981f Generate Sources of origin/master updated at Mon Sep 15 17:44:25 GMT 2014 2014-09-16 02:44:25 +09:00
omniavinco
57e1b1d0e9 Generate Sources of origin/master updated at Sun Sep 14 17:44:19 GMT 2014 2014-09-15 02:44:19 +09:00
omniavinco
d80b4f1a88 Generate Sources of origin/master updated at Sat Sep 13 17:44:19 GMT 2014 2014-09-14 02:44:19 +09:00
omniavinco
5b0b52c70d Generate Sources of origin/master updated at Sat Sep 13 02:33:23 GMT 2014 2014-09-13 11:33:23 +09:00
omniavinco
f22182f664 Generate Sources of origin/master updated at Fri Sep 12 17:44:19 GMT 2014 2014-09-13 02:44:19 +09:00
omniavinco
5f3a0e31dd Generate Sources of origin/master updated at Tue Sep 9 17:44:21 GMT 2014 2014-09-10 02:44:21 +09:00
omniavinco
d45e5d3b34 Generate Sources of origin/master updated at Mon Sep 8 17:44:18 GMT 2014 2014-09-09 02:44:18 +09:00
omniavinco
574f6f0407 Generate Sources of origin/master updated at Sun Sep 7 17:44:21 GMT 2014 2014-09-08 02:44:21 +09:00
omniavinco
66e8e09e20 Generate Sources of origin/master updated at Fri Sep 5 17:44:18 GMT 2014 2014-09-06 02:44:18 +09:00
omniavinco
ceb841390b Generate Sources of origin/master updated at Thu Sep 4 17:44:18 GMT 2014 2014-09-05 02:44:18 +09:00
omniavinco
43312b09e8 Generate Sources of origin/master updated at Wed Sep 3 17:44:19 GMT 2014 2014-09-04 02:44:19 +09:00
omniavinco
e5f61ba213 Generate Sources of origin/master updated at Tue Sep 2 17:44:18 GMT 2014 2014-09-03 02:44:18 +09:00
BryceMehring
1292204035 Added support for mingw-w64 cross-compilation. 2014-08-30 04:06:58 -05:00