summaryrefslogtreecommitdiffstats
path: root/src/java/com/sun
Commit message (Expand)AuthorAgeFilesLines
* Renamed com.sun.gluegen -> com.jogamp.gluegenSven Gothel2010-11-0666-22663/+0
* RELOCATION: GlueGen OpenGL parts back to JoglSven Gothel2010-11-065-2308/+0
* Avoid NPESven Gothel2010-11-063-5/+15
* removed ancient GL4Java file (ConvertFromGL4Java).Michael Bien2010-11-061-91/+0
* Fix native type representation; Retain typedef declName in resulting Type for...Sven Gothel2010-11-0620-104/+237
* Fix PCPP 'elif' case; Adding PCPP #error/#warning; Adding debug mode.Sven Gothel2010-11-043-13/+72
* LICENSE.txt changes:Sven Gothel2010-09-141-25/+26
* Merge branch 'master' of git://github.com/mbien/gluegen into freebsd-fixesMark Rothwell2010-06-262-60/+20
|\
| * another round of ProcAddressTable refactoring.Michael Bien2010-06-201-58/+18
| * added 'intptr_t' to the list of PointerBuffer candidates.Michael Bien2010-06-181-2/+2
* | Add FreeBSD amd64 struct layoutMark Rothwell2010-06-261-0/+1
|/
* fixed handling of size_t which was broken since the introduction of Int64Buffer.Michael Bien2010-05-311-0/+4
* Refactored JavaType to use enums.Michael Bien2010-05-301-34/+30
* Fix: Prepare CMethodBindingEmitter for struct methods as wellSven Gothel2010-05-252-26/+23
* Refactored ProcAddressTable generation.Michael Bien2010-04-242-9/+16
* Add emitting is|get GL4|GL4bcSven Gothel2010-04-151-0/+4
* gluegen imports now com.jogamp.common.nio.* and java.nio.* instead of using F...Michael Bien2010-04-083-38/+45
* StringBuffer -> StringBuilder in MethodbindingMichael Bien2010-04-081-34/+38
* 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-313-103/+105
* Merged with latest of mbienSven Gothel2010-03-3118-2953/+2949
|\
| * introduced com.jogamp.common.{nio,os} packages and moved some classes.Michael Bien2010-03-314-9/+15
| * refactoring and code cleanup in gluegen.opengl and gluegen.procaddress package.Michael Bien2010-03-3112-2784/+2716
| * replaced int-flags with enums + code cleanup.Michael Bien2010-03-312-84/+54
| * implemented better logging using java.util.logging.Michael Bien2010-03-315-86/+176
* | Buffer heritage added. Migrated old runtime tests.Sven Gothel2010-03-312-82/+0
|/
* http://www.jogamp.org/bugzilla/show_bug.cgi?id=389Sven Gothel2010-03-303-13/+68
* Resolved conflictsSven Gothel2010-03-297-46/+46
|\
| * renamed BufferFactory into Buffers.Michael Bien2010-03-296-44/+44
| * moved several common utility methods from JOGL's BufferUtil to GlueGen's Buff...Michael Bien2010-03-292-2/+2
* | New Int64Buffer type, which is being used for gluegen 'long *'Sven Gothel2010-03-293-12/+26
* | Merge CPU to PlatformSven Gothel2010-03-285-9/+9
|/
* Merge with mbien's 2ea8c93d5fd27207872b97c964e3f8af5ac850c6Sven Gothel2010-03-2828-2899/+21
|\
| * com.sun.opengl -> com.jogamp.opengl.Michael Bien2010-03-271-1/+1
| * renamed com.sun.gluegen.runtime -> com.jogamp.gluegen.runtime.Michael Bien2010-03-2728-2898/+20
* | http://www.jogamp.org/bugzilla/show_bug.cgi?id=389Sven Gothel2010-03-287-320/+163
|/
* seperated cli processing from main logic.Michael Bien2010-03-241-290/+301
* fixed regression in constant emission where a type suffix (e.g. 'f') was ille...Michael Bien2010-03-222-4/+14
* Drop PointerBuffer.wrapNative2Java(..)Sven Gothel2010-03-193-64/+40
* fixed JavaEmitter to support unsigned defines.Michael Bien2010-03-121-1/+9
* PCPP supports now simple macros.Michael Bien2010-02-202-20/+34
* better exception handling in GlueGen.Michael Bien2010-02-202-127/+256
* junit test code cleanup and some build preperations for hudson.Michael Bien2010-02-121-1/+2
* added support for arrays in generated StructAccessors.Michael Bien2010-02-124-39/+198
* generated pointer variable names have now a more descriptive name.Michael Bien2010-02-031-47/+46
* PointerBuffer supports now 32bit architectures.Michael Bien2010-01-192-18/+39
* is32Bit field is now immutable to help hotspot with inlining.Michael Bien2010-01-181-41/+27
* fixed off-by-one bug in put and get.Michael Bien2010-01-122-6/+24
* fixed emitted code for buffer-array mixing.Michael Bien2010-01-124-17/+27
* continued with code cleanup in com.sun.gluegen.cgram and com.sun.gluegen.open...Michael Bien2009-12-0218-563/+647