summaryrefslogtreecommitdiffstats
path: root/src/java/com/sun/gluegen/JavaEmitter.java
Commit message (Expand)AuthorAgeFilesLines
* Fix native type representation; Retain typedef declName in resulting Type for...Sven Gothel2010-11-061-0/+1
* added 'intptr_t' to the list of PointerBuffer candidates.Michael Bien2010-06-181-2/+2
* fixed handling of size_t which was broken since the introduction of Int64Buffer.Michael Bien2010-05-311-0/+4
* Fix: Prepare CMethodBindingEmitter for struct methods as wellSven Gothel2010-05-251-25/+22
* gluegen imports now com.jogamp.common.nio.* and java.nio.* instead of using F...Michael Bien2010-04-081-0/+2
* fixed a bug introduced in commit 2fe517b9a2e1a680b50c7e1273897495800c5350 / h...Michael Bien2010-04-011-7/+8
* fixed generated imports rudimentary (not DRY).. cleanup in work.Michael Bien2010-03-311-4/+11
* introduced com.jogamp.common.{nio,os} packages and moved some classes.Michael Bien2010-03-311-0/+4
* refactoring and code cleanup in gluegen.opengl and gluegen.procaddress package.Michael Bien2010-03-311-3/+5
* replaced int-flags with enums + code cleanup.Michael Bien2010-03-311-24/+12
* implemented better logging using java.util.logging.Michael Bien2010-03-311-21/+23
* http://www.jogamp.org/bugzilla/show_bug.cgi?id=389Sven Gothel2010-03-301-9/+53
* Resolved conflictsSven Gothel2010-03-291-4/+4
|\
| * renamed BufferFactory into Buffers.Michael Bien2010-03-291-4/+4
* | New Int64Buffer type, which is being used for gluegen 'long *'Sven Gothel2010-03-291-10/+12
* | Merge CPU to PlatformSven Gothel2010-03-281-2/+2
|/
* http://www.jogamp.org/bugzilla/show_bug.cgi?id=389Sven Gothel2010-03-281-76/+22
* fixed regression in constant emission where a type suffix (e.g. 'f') was ille...Michael Bien2010-03-221-4/+6
* fixed JavaEmitter to support unsigned defines.Michael Bien2010-03-121-1/+9
* added support for arrays in generated StructAccessors.Michael Bien2010-02-121-38/+89
* fixed emitted code for buffer-array mixing.Michael Bien2010-01-121-12/+8
* Code cleanup. Ported package com.sun.gluegen to java 5 language level.Michael Bien2009-12-011-103/+83
* modified JavaEmitter to generate struct accessor objects with better java nam...Michael Bien2009-11-111-69/+85
* String isEmpty() is Java 1.6 - replacedSven Gothel2009-10-131-1/+1
* defines with constant but more complex expressions are now no longer ignored ...Michael Bien2009-10-081-28/+63
* Cleanup for a better OpenGL 3.2 integration,Sven Gothel2009-08-051-10/+36
* Add missing changessg2158892009-07-131-2/+2
* Copied JOGL_2_SANDBOX r145 on to trunk; JOGL_2_SANDBOX branch is now closedKenneth Russel2009-06-151-0/+1836
* Deleted obsolete source code in preparation for copying JOGL_2_SANDBOXKenneth Russel2009-06-151-1698/+0
* Changed implementation of ArgumentIsString to work with wide-character Kenneth Russel2008-05-271-8/+16
* Added support for passing outgoing arrays of compound types, including Kenneth Russel2008-05-261-2/+2
* Fixed Issue 6: unqualified class names in generated java code Kenneth Russel2008-04-191-4/+4
* Added GlueGenRuntimePackage to allow people to rename and incorporate Kenneth Russel2007-06-041-1/+3
* Fixed Issue 212: Incorporate patch to add URL links to GL javadoc Kenneth Russel2006-04-171-0/+5
* Intermediate checkin for FBO support in Java2D/JOGL bridge. Needed to Kenneth Russel2006-02-051-6/+0
* Moved GlueGen out of the JOGL workspace and into its own project. Kenneth Russel2006-01-151-0/+1689