aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com/sun/gluegen/CMethodBindingEmitter.java
Commit message (Expand)AuthorAgeFilesLines
* Renamed com.sun.gluegen -> com.jogamp.gluegenSven Gothel2010-11-061-1505/+0
* Fix: Prepare CMethodBindingEmitter for struct methods as wellSven Gothel2010-05-251-1/+1
* implemented better logging using java.util.logging.Michael Bien2010-03-311-7/+10
* http://www.jogamp.org/bugzilla/show_bug.cgi?id=389Sven Gothel2010-03-301-1/+6
* http://www.jogamp.org/bugzilla/show_bug.cgi?id=389Sven Gothel2010-03-281-135/+69
* generated pointer variable names have now a more descriptive name.Michael Bien2010-02-031-47/+46
* Code cleanup. Ported package com.sun.gluegen to java 5 language level.Michael Bien2009-12-011-62/+36
* Cleanup for a better OpenGL 3.2 integration,Sven Gothel2009-08-051-1/+1
* Fix array element type name and const qualifierSven Gothel2009-07-311-3/+25
* Copied JOGL_2_SANDBOX r145 on to trunk; JOGL_2_SANDBOX branch is now closedKenneth Russel2009-06-151-0/+1568
* Deleted obsolete source code in preparation for copying JOGL_2_SANDBOXKenneth Russel2009-06-151-1568/+0
* Bug fixes to mangling of JNI method names when arrays of compound Kenneth Russel2008-05-291-4/+12
* Changed implementation of ArgumentIsString to work with wide-character Kenneth Russel2008-05-271-49/+127
* Added support for passing outgoing arrays of compound types, including Kenneth Russel2008-05-261-30/+66
* Corrected mismatch in logic deciding const-ness of pointer-to-pointer Kenneth Russel2007-05-121-6/+1
* Intermediate checkin for FBO support in Java2D/JOGL bridge. Needed to Kenneth Russel2006-02-051-11/+14
* Moved GlueGen out of the JOGL workspace and into its own project. Kenneth Russel2006-01-151-0/+1448