1
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected 1 day ago.
Apr 15, 2023 — Apr 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add a note about future maintenance of this project to the README More... about 6 years ago
Fix require calls for bundler More... almost 7 years ago
Update release date in History.md More... almost 7 years ago
Add History update annotated tags and pushing of windows binary gems to release task. More... almost 7 years ago
Use default RUBY_CC_VERSION from rake-compiler-dock. More... almost 7 years ago
Update History.md More... almost 7 years ago
Sort c files for fptr struct generation and cleanup fptr files. More... almost 7 years ago
Refresh fptr struct due to the previous commit More... almost 7 years ago
Preserve the call convention (APIENTRY) for function pointers. More... almost 7 years ago
Update rake-compiler and rake-compiler dock to support ruby upto 2.4 More... almost 7 years ago
Build fptr struct with parallel rake tasks More... almost 7 years ago
Fix call convention for wglGetProcAddress on Windows-i686 More... almost 7 years ago
Fix warning: overflow in implicit constant conversion More... almost 7 years ago
Remove duplicated BINDINGS_VERSION definition. More... about 8 years ago
Update the README More... about 8 years ago
Update to rake-compiler-dock-0.5.0 for Ruby-2.3 cross build. More... about 8 years ago
Merge pull request #15 from bendiken/redbook-examples More... over 8 years ago
Update my email. More... over 8 years ago
store fptr_struct.h in git, to allow bundle install from git. More... over 8 years ago
Replace hoe by bundler More... over 8 years ago
Ensured that all RedBook examples are compatible with Ruby 2.0+. More... over 8 years ago
Add gem:windows task for building binary windows gems per rake-compiler-dock. More... almost 9 years ago
Add some files to clean task. More... almost 9 years ago
Add glext.h from the Mesa project. More... almost 9 years ago
Use rb_path2class() instead of module parameter, because the receiver can be different to 'Gl'. More... about 9 years ago
Add OpenGL-3.0 vertex array functions. More... about 9 years ago
Use GL_PIXEL_PACK_BUFFER instead of _ARB version. More... about 9 years ago
Segfault in Mesa is fixed now. More... about 9 years ago
Fix TestOpenGLBuffer#test_write_unmapped . More... about 9 years ago
Fix test for glGetActiveAttribARB. More... about 9 years ago