Commit Graph

  • c45763d790 Add make toolchains for msys, msys-win32 and msys-win64 Nigel Stewart 2016-02-06 06:46:18 +1000
  • f65df11fa7 GNU make MSYS2 toolchain configuration added Nigel Stewart 2016-02-05 22:34:16 +1000
  • 107c23d970 Update config.guess from upstream Nigel Stewart 2016-02-05 22:32:22 +1000
  • 5efdbaefc8 Makes GLEW truly independent of C runtime library on Windows to prevent any issues with mixing compilers and library versions. The Visual Studio Projects need some touching up to get all of the settings synced up for all of the build variants. Wes Tarro 2016-02-05 02:53:25 -0500
  • f8afe700d5 Merge https://github.com/nigels-com/glew.git into master HEAD at Thu Feb 4 17:55:11 GMT 2016 omniavinco 2016-02-05 02:55:11 +0900
  • b3440c0979 Add SYSTEM=mingw-win32 configuration for 32-bit MinGW variant Nigel Stewart 2016-02-04 22:33:41 +1000
  • 74c8a959b2 Generate Sources of origin/master updated at Sun Jan 31 17:44:33 GMT 2016 omniavinco 2016-02-01 02:44:33 +0900
  • e4ed595e2c Merge https://github.com/nigels-com/glew.git into master HEAD at Sun Jan 31 17:44:14 GMT 2016 omniavinco 2016-02-01 02:44:14 +0900
  • e82b76f719 README.md fixup Nigel Stewart 2016-01-31 14:55:39 +1000
  • 0479706419 Fresh snapshot available for download - GLEW 2.0 release candidate Nigel Stewart 2016-01-31 14:54:29 +1000
  • 6b8a2ab326 Add Travis-Cl logo to GLEW pages, clicks through to GLEW builds Nigel Stewart 2016-01-31 14:09:57 +1000
  • 954b1d5947 Migrating more website information to README.md Nigel Stewart 2016-01-31 12:21:59 +1000
  • b04e9803ef Merge https://github.com/nigels-com/glew.git into master HEAD at Sun Jan 10 17:44:14 GMT 2016 omniavinco 2016-01-11 02:44:14 +0900
  • 9ef6bfb7a6 Add gitter chat room link to README.md Nigel Stewart 2016-01-10 22:15:34 +1000
  • 51e6b73dda Generate Sources of origin/master updated at Fri Jan 8 17:44:39 GMT 2016 omniavinco 2016-01-09 02:44:39 +0900
  • 0af1837330 Merge https://github.com/nigels-com/glew.git into master HEAD at Fri Jan 8 17:44:20 GMT 2016 omniavinco 2016-01-09 02:44:20 +0900
  • 9297c604ca For cmake 3.4 - link X11 libs for glewinfo and visualinfo unless not available, or GLEW_OSMESA mode. Nigel Stewart 2016-01-08 23:25:46 +1000
  • 5811916f32 Update .gitignore for cmake generated .rc files in build/ Nigel Stewart 2016-01-08 22:58:42 +1000
  • 860af9f379 Fix regression with aliased extension detection, in second pass of make_list Nigel Stewart 2016-01-08 20:17:41 +1000
  • 9b1e3b3dca Generate Sources of origin/master updated at Thu Jan 7 17:44:33 GMT 2016 omniavinco 2016-01-08 02:44:33 +0900
  • 573806ef49 Merge https://github.com/nigels-com/glew.git into master HEAD at Thu Jan 7 17:44:14 GMT 2016 omniavinco 2016-01-08 02:44:14 +0900
  • 9617f35263 Fix regression in _glewExtensionCompare due to strcmp migration Nigel Stewart 2016-01-07 23:02:32 +1000
  • 18ef5d021b Disable _glewSearchExtension for GLEW_OSMESA mode, it's not needed Nigel Stewart 2016-01-07 22:18:30 +1000
  • b5e16ca938 Disable stack protector for Linux builds, to avoid runtime dependency Nigel Stewart 2016-01-07 22:07:00 +1000
  • a2a4d937bf Eliminate strcmp dependency, introduced recently Nigel Stewart 2016-01-07 21:58:20 +1000
  • d96c978748 Eliminate malloc and free dependencies, recently introduced Nigel Stewart 2016-01-07 21:28:01 +1000
  • b1c272b93a Replace int with ptrdiff_t to store the result of pointer subtraction Icy Defiance 2016-01-06 19:39:48 -0500
  • 8732077f11 Generate Sources of origin/master updated at Sun Dec 6 17:44:38 GMT 2015 omniavinco 2015-12-07 02:44:38 +0900
  • 9ec6e6c1cd Merge https://github.com/nigels-com/glew.git into master HEAD at Sun Dec 6 17:44:18 GMT 2015 omniavinco 2015-12-07 02:44:18 +0900
  • dd6e034cba Bump GLEW to version 2.0.0, with Core context support, but no MX, for now. Nigel Stewart 2015-12-06 12:50:41 +1000
  • 9e66fc86a3 More cmake migrate for removal of MX Nigel Stewart 2015-11-19 21:42:52 +1000
  • be2688de70 For mingw32 cross-builds, link msvcrt library for malloc, free, etc Nigel Stewart 2015-11-19 21:35:29 +1000
  • 8b0b5db90c Re-enable Travis build for Core Context mode Nigel Stewart 2015-11-19 21:21:44 +1000
  • a4aa9b2717 Remove MX support due to the complexity of supporting both MX and Core contexts Nigel Stewart 2015-11-19 21:12:48 +1000
  • 01b33567e5 Workaround for core-context4 MX build break, for now Nigel Stewart 2015-10-05 21:12:06 +1000
  • 6cea54733a [CoreSupport] Use 4th line of extension specification to reused extensions Nigel Stewart 2015-08-30 08:55:10 +1000
  • 0fcb9a3061 Skip #ifdef block for extensions detected purely from extension string. Nigel Stewart 2015-08-29 09:53:27 +1000
  • c363cdb7c0 Fixup: stdlib.h and string.h needed for Linux gcc 4.8 build. Nigel Stewart 2015-06-18 20:53:45 +1000
  • 928d629845 [CoreSupport] Resolve some Mac compilation warnings. Nigel Stewart 2015-02-27 21:06:55 +1000
  • 41a40b01e9 [CoreSupport] Tab indentation for perl scripts Nigel Stewart 2015-02-27 20:37:12 +1000
  • d33d3b5b0f [CoreSupport] Linux/GLX touch-ups for GL 3.0 + extension detection, GLX. Nigel Stewart 2015-02-22 00:37:29 +1000
  • d89a349a31 [CoreSupport] Linux/GLX touch-ups for ANSI-C with gcc -pedantic compilation flag Nigel Stewart 2015-02-21 23:44:08 +1000
  • e647f55311 [CoreSupport] Linux/GLX touch-ups for extension string parsing and enable lookup. Nigel Stewart 2015-02-21 23:29:40 +1000
  • c996c06b27 [CoreSupport] For OpenGL 3.0 onwards use glGetStringi rather than glGetString(GL_EXTENSIONS) Nigel Stewart 2015-02-21 19:42:42 +1000
  • 731b1e6602 [CoreSupport] Represent the extension string(s) as an array of GLboolean - _glewGetExtensionString and _glewGetExtensionEnable Nigel Stewart 2015-02-21 14:09:39 +1000
  • 1da7dd6e0a [CoreSupport] Add code generation for sorted array of extension strings, which can index into array of pointers of extension enable flags. Nigel Stewart 2015-02-20 22:47:51 +1000
  • ea763af989 [CoreSupport] Add make_initd.pl code generator for declaring all the _glewInit functions Nigel Stewart 2015-02-20 22:09:24 +1000
  • 99421ea9fe Migrate Travis GLEW build to container-based infrastructure Nigel Stewart 2015-12-06 12:08:58 +1000
  • 5ce6248594 Update GLEW website with link to glew-20151117.tgz Nigel Stewart 2015-12-06 11:47:55 +1000
  • 80726c2df7 Merge https://github.com/nigels-com/glew.git into master HEAD at Tue Nov 17 17:44:14 GMT 2015 omniavinco 2015-11-18 02:44:14 +0900
  • 66c5229ec2 cmake: allow calling find_package(GLEW) multiple times Tamas Kenez 2015-11-10 11:53:16 +0100
  • c8c0c1e480 OSX install to /usr/local as required by 10.11 El Capitan Nigel Stewart 2015-11-17 21:23:51 +1000
  • f9466c40f8 stick OSX install in /usr/local prefix; 10.11 does not allow writing to /usr/{include,lib} Mischa Spiegelmock 2015-10-31 21:54:34 -0700
  • 0c3450e8db Generate Sources of origin/master updated at Mon Oct 12 17:44:45 GMT 2015 omniavinco 2015-10-13 02:44:45 +0900
  • fc0036b9b7 Merge https://github.com/nigels-com/glew.git into master HEAD at Mon Oct 12 17:44:18 GMT 2015 omniavinco 2015-10-13 02:44:17 +0900
  • 06891ebb35 OSMesaMakeCurrent for glewCreateContext in GLEW_OSMESA mode. Nigel Stewart 2015-10-12 20:17:34 +1000
  • 9d73125320 Generate Sources of origin/master updated at Sat Oct 10 17:44:46 GMT 2015 omniavinco 2015-10-11 02:44:46 +0900
  • bd5d498437 Merge https://github.com/nigels-com/glew.git into master HEAD at Sat Oct 10 17:44:18 GMT 2015 omniavinco 2015-10-11 02:44:17 +0900
  • c5c60068f7 Add ".rc" files to each libraries and executables for Windows build Gyusun Yeom 2015-10-06 14:14:06 +0900
  • fd49b2baff Touch-ups for GLEW_OSMESA build support Nigel Stewart 2015-10-08 22:03:16 +1000
  • 11e24d4a9b Hack in crude OSMesa support Julian Squires 2014-06-24 11:03:28 -0400
  • 4718d42dde Regal-mode support for cmake build Nigel Stewart 2015-10-10 11:22:12 +1000
  • bf2cd13450 Travis and Makefile refinements - less logging, cmake build coverage in Travis Nigel Stewart 2015-10-10 11:18:35 +1000
  • 12670f2b4a Add space before close-parenthesis Gyusun Yeom 2015-10-07 14:23:34 +0900
  • 19bd2de9e3 Add sigle-context/multi-context version build option Gyusun Yeom 2015-10-07 14:21:05 +0900
  • 18197fd0ec Merge https://github.com/nigels-com/glew.git into master HEAD at Mon Oct 5 17:44:17 GMT 2015 omniavinco 2015-10-06 02:44:17 +0900
  • ba913841ae Migrating README.txt to README.md Nigel Stewart 2015-10-05 18:20:39 +1000
  • c9ec523858 Travis build config added Nigel Stewart 2015-10-05 14:46:24 +1000
  • d8f945586c Generate Sources of origin/master updated at Mon Aug 10 17:44:57 GMT 2015 omniavinco 2015-08-11 02:44:57 +0900
  • c7de9d54bf Merge https://github.com/nigels-com/glew.git into master HEAD at Mon Aug 10 17:44:38 GMT 2015 omniavinco 2015-08-11 02:44:37 +0900
  • cbd0dce3c5 GLEW 1.13.0 fixup for log.html Nigel Stewart 2015-08-10 22:25:34 +1000
  • f0067bb115 Bump version to 1.13.0, updated documentation. glew-1.13.0 Nigel Stewart 2015-08-10 21:46:09 +1000
  • c1e87433e5 Generate Sources of origin/master updated at Fri Aug 7 17:44:38 GMT 2015 omniavinco 2015-08-08 02:44:38 +0900
  • 902171e1f3 Merge https://github.com/nigels-com/glew.git into master HEAD at Fri Aug 7 17:44:16 GMT 2015 omniavinco 2015-08-08 02:44:16 +0900
  • 9e3e40d974 glxewInit and wglewInit fixup. Nigel Stewart 2015-08-07 17:10:09 +1000
  • 470652935c glxewInit and wglewInit for non-MX mode. Nigel Stewart 2015-08-07 17:04:27 +1000
  • d4a0a8401c Refactoring glxewIsSupported and wglewIsSupported for backwards compatibility. Nigel Stewart 2015-08-07 16:53:47 +1000
  • 08806061a4 Refactoring wglewInit, glxewInit for better consistency. Nigel Stewart 2015-08-07 16:41:04 +1000
  • 54b537afda No longer using deprecated AGL framework on Mac for visualinfo Nigel Stewart 2015-08-07 12:23:36 +1000
  • ce75a3eb2d Generate Sources of origin/master updated at Thu Aug 6 17:44:43 GMT 2015 omniavinco 2015-08-07 02:44:43 +0900
  • 3a53edea04 Merge https://github.com/nigels-com/glew.git into master HEAD at Thu Aug 6 17:44:21 GMT 2015 omniavinco 2015-08-07 02:44:21 +0900
  • e1815b2729 OpenGL 4.5 omissions - GetnUniformdv, GetnCompressedTexImage, CONTEXT_FLAG_ROBUST_ACCESS_BIT yy-yyaa 2015-06-22 21:16:10 +0800
  • 0cc7dd8cc5 OpenGL 4.2 adds TRANSFORM_FEEDBACK_ACTIVE, TRANSFORM_FEEDBACK_PAUSED yy-yyaa 2015-06-22 21:16:10 +0800
  • 754e051049 Specification filtering refinement - omit contacts, include contacts and notice Nigel Stewart 2015-08-06 10:43:12 +1000
  • d80fd5514f Specification filtering refinement - no overview or issues sections Nigel Stewart 2015-08-06 10:33:23 +1000
  • 1a6229a0bb Generate Sources of origin/master updated at Wed Aug 5 17:44:40 GMT 2015 omniavinco 2015-08-06 02:44:40 +0900
  • 32051fc50c Merge https://github.com/nigels-com/glew.git into master HEAD at Wed Aug 5 17:44:18 GMT 2015 omniavinco 2015-08-06 02:44:18 +0900
  • 5ae027a8cd Merge pull request #53 from tamaskenez/master Nigel Stewart 2015-08-05 10:26:52 +1000
  • 4b75493364 VC12 - Use .rc files for glewinfo and visualinfo Nigel Stewart 2015-08-05 10:02:19 +1000
  • fd152a143b Merge pull request #54 from lanurmi/rc-line-split Nigel Stewart 2015-08-05 09:53:15 +1000
  • 816c19c321 For GLEW Bug 201 - Resolve Visual Studio 2012 resource compiler problem also in the other two .rc files. Lauri Nurmi 2015-08-04 08:54:30 +0300
  • 7574ab4d00 Generate Sources of origin/master updated at Fri Jul 24 17:44:40 GMT 2015 omniavinco 2015-07-25 02:44:40 +0900
  • bdb7d8bdfc Merge https://github.com/nigels-com/glew.git into master HEAD at Fri Jul 24 17:44:18 GMT 2015 omniavinco 2015-07-25 02:44:18 +0900
  • ba410e12e2 glxewContextInit fixup - require GLX_ARB_create_context. Nigel Stewart 2015-07-24 12:16:39 +1000
  • d367215cde Windows glewinfo fixup - check for WGL_ARB_create_context Nigel Stewart 2015-07-24 11:52:16 +1000
  • 4c009908e2 Windows glewinfo fixup - expose wglewContextInit and wglewIsSupported. Nigel Stewart 2015-07-24 11:37:01 +1000
  • 0af757be46 Generate Sources of origin/master updated at Sat Jul 18 03:26:46 GMT 2015 omniavinco 2015-07-18 12:26:46 +0900
  • 271dbb8687 Merge https://github.com/nigels-com/glew.git into master HEAD at Sat Jul 18 03:26:28 GMT 2015 omniavinco 2015-07-18 12:26:28 +0900
  • 0d77a03a16 Add daily maintain script Gyusun Yeom 2015-07-18 12:22:19 +0900
  • 5b895ae670 Merge pull request #10 from mchiasson/master Gyusun Yeom 2015-07-18 12:15:35 +0900