aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug in handling of package-private native methods called through Kenneth Russel2007-06-291-4/+10
* Added linux / x86 (which is reported by IBM's JDK) as a supported Kenneth Russel2007-06-281-0/+1
* Fixed build problem with last checkin to make GlueGen runtime packageKenneth Russel2007-06-071-0/+1
* Added GlueGenRuntimePackage to allow people to rename and incorporate Kenneth Russel2007-06-045-3/+30
* More robust code for direct / indirect buffer checkingKenneth Russel2007-06-031-1/+1
* Corrected mismatch in logic deciding const-ness of pointer-to-pointer Kenneth Russel2007-05-121-6/+1
* Fixed JOGL Issue 291: native-taglet.properties with links changed to OpenGL SDK Kenneth Russel2007-04-192-0/+0
* - Add a fix (from Ken Russel) for properly parsing negative constants in enumskrishna_gadepalli2007-03-053-3/+13
* Incorporated fixes from Krishna Gadepalli in handling of enumsKenneth Russel2007-02-271-4/+20
* Fixed Issue 262: DRIHack problems with ATI and possibly other driversKenneth Russel2007-01-211-0/+27
* Fixes for building with Visual Studio .NET 2003 (Service Pack 1)Kenneth Russel2007-01-031-2/+2
* Fixed latent problem with lookup of native libraries using ClassLoaderKenneth Russel2006-12-221-2/+16
* Fixed bug in OS/CPU detection on Windows/AMD64Kenneth Russel2006-12-081-2/+2
* Fixed typo in commentKenneth Russel2006-12-041-1/+1
* Removed native code for DRIHack and replaced it with code using theKenneth Russel2006-11-242-1/+13
* Updated glext.h to current one from khronos.org subversion repository Kenneth Russel2006-11-203-0/+23
* Fixed Issue 3: Support for backslash line-splitting by PCPP Kenneth Russel2006-10-142-1/+182
* Fixed Issue 2: Enable pushing bug in PCPP Kenneth Russel2006-09-261-1/+1
* Removed use of Class.getDeclaredFields() from ProcAddressHelper due to Kenneth Russel2006-09-031-2/+2
* Removed apparently illegal -xcode=32 argument from Kenneth Russel2006-09-031-1/+0
* Normalized gluegen-rt-natives jar file names using new definitions Kenneth Russel2006-09-031-30/+3
* Fixed run-time breakage due to NativeLibrary usage in JOAL. AddedKenneth Russel2006-09-031-8/+19
* Added more OS- and CPU-specific properties (i.e., isWindowsX86) and Kenneth Russel2006-08-271-1/+129
* Changed NativeLibrary.open() to accept boolean argument indicating Kenneth Russel2006-08-276-15/+91
* Fixed build breakage on Solaris/SPARCv9 and Solaris/AMD64 platformsKenneth Russel2006-08-131-4/+4
* Refactored initialization of C compilers via cpptasks into Kenneth Russel2006-08-122-133/+171
* Made GlueGen build.xml build the NativeLibrary native code on allKenneth Russel2006-08-091-1/+1
* Cleaned up ^MsKenneth Russel2006-08-010-0/+0
* Added NativeLibrary helper class to com.sun.gluegen.runtime package, Kenneth Russel2006-08-0119-0/+1502
* Changed isSolaris property detected by gluegen-cpptasks.xml to mean Kenneth Russel2006-08-011-11/+14
* Fixed problem with glue code generation for outgoing void** arguments Kenneth Russel2006-07-081-0/+4
* Issue number:Travis Bryson2006-06-131-0/+9
* Fixed and improved handling of Opaque directives for multiple pointer Kenneth Russel2006-05-283-18/+100
* Applied fix from user GKW on javagaming.org forums for building from Kenneth Russel2006-05-032-0/+2
* Incorporated NativeTaglet sources from cylab into gluegen source tree Kenneth Russel2006-04-272-0/+227
* Issue number:Travis Bryson2006-04-253-1/+18
* Fixed Issue 212: Incorporate patch to add URL links to GL javadoc Kenneth Russel2006-04-179-5/+40
* Added patch from user mabraham on javagaming.org forums for building Kenneth Russel2006-04-143-1/+18
* Added TypeInfo.toString() from Justin CouchKenneth Russel2006-04-131-0/+9
* Clarified CPU javadocKenneth Russel2006-04-131-2/+2
* Support for building on HP/UX from user metasim on JOGL forumKenneth Russel2006-04-133-2/+9
* Revised IgnoreNot documentation based on Justin Couch's feedbackKenneth Russel2006-04-111-4/+6
* Applied Unignore / IgnoreNot patch from Justin CouchKenneth Russel2006-03-251-1/+25
* Added NativeSignatureEmitterKenneth Russel2006-03-064-2/+799
* Did refactoring and made private fields protected in order to allow Kenneth Russel2006-03-063-8/+28
* Cleaned up FIXMEs in manual and pointed at new examples chapter.Kenneth Russel2006-02-261-24/+26
* Added XGetVisualInfo and glXChooseFBConfig examples from JOGL. Kenneth Russel2006-02-267-7/+388
* Added five examples of GlueGen configuration files to the manual for Kenneth Russel2006-02-2620-3/+569
* Patched isLinuxAMD64 computation based on feedback from cjbeyer on JOGL forumKenneth Russel2006-02-191-1/+4
* Fixed typos in javadocKenneth Russel2006-02-161-2/+2