aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/gluegen/JavaEmitter.java
Commit message (Expand)AuthorAgeFilesLines
* gluegen: remove unused imports, unneeded semicolons, add missing @Override an...Harvey Harrison2014-07-071-1/+1
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-031-123/+123
* Bug 1025 - GlueGen: Fix regression of single non-native sized compound fieldsSven Gothel2014-06-251-5/+21
* Bug 1025 - GlueGen: Add accessor for compound fields of type array, pointer a...Sven Gothel2014-06-251-278/+880
* GlueGen: Add support for compound-array in structs (accessors) ; Allow using ...Sven Gothel2014-06-191-34/+95
* GlueGen: Refine compound [array] call-by-value native code injection and init...Sven Gothel2014-06-181-6/+22
* GlueGen: Refine compound [array] call-by-value native code injection and init...Sven Gothel2014-06-181-165/+195
* GlueGen: Add support for 'compound array call-by-value'Sven Gothel2014-06-171-9/+9
* GlueGen: Add support for 'compound call-by-value', i.e. passing and returning...Sven Gothel2014-06-171-18/+122
* JavaEmitter.typeToJavaType: Simplify if-else block ; JavaType.getDumpString()...Sven Gothel2014-06-161-4/+2
* Bug 923: Remove dependency of CStruct annotation processor _generation_ and g...Sven Gothel2014-05-111-115/+118
* Minor Cleanup after merging fixes for bugs 987, 990, 992 and 994Sven Gothel2014-03-101-1/+3
* Allow Ignore in config to ignore unnamed structs.Wade Walker2014-03-051-0/+3
* gluegen: add all missing @Override annotationsHarvey Harrison2013-10-171-0/+21
* gluegen: remove trailing whitespaceHarvey Harrison2013-10-171-24/+24
* ProcAddressTable: Make all handles package private, use local PROCADDRESS_VAR...Sven Gothel2013-06-201-1/+10
* GlueGen (Compile Time): Add 'CStruct' Annotation Processor (APT) to 'gluegen'...Sven Gothel2013-06-141-6/+12
* Fix intptr_t*, uintptr_t*, ptrdiff_t* and size_t* mapping, map them to Pointe...Sven Gothel2013-03-201-3/+4
* Minor cleanup of JavaEmitterv2.0-rc10Sven Gothel2012-07-191-2/+2
* Fix 'NIOOnly' impl ; Use 'final' in gen. Java stubs ;Sven Gothel2012-03-221-17/+14
* JavaEmitter: Fix primitive StructEmitter for non-fixed-sized (size conversion...Sven Gothel2011-12-181-7/+16
* Enhance ReleasePrimitiveArrayCritical: Use mode-flag JNI_ABORT if array is co...Sven Gothel2011-10-061-1/+1
* Fix PCPP/DumpCPP: Avoid NPE ; More descriptive exception in case of non integ...Sven Gothel2011-09-031-1/+1
* Reversed Type relocation ; Minor fixSven Gothel2011-07-211-7/+0
* GlueGen proper size / alignment of primitive and compound types usage [2/2] -...Sven Gothel2011-07-211-206/+172
* FIX StructAccessor / JavaEmitter's struct-emitter: Using byte offsetsSven Gothel2011-07-201-35/+6
* Cleanup: Platform CPU enum, MachineDescription,Sven Gothel2011-07-201-2/+3
* - Moved most types and StructLayout to runtime package:Sven Gothel2011-07-181-1/+9
* GlueGen proper size / alignment of primitive and compound types usage [1/2] -...Sven Gothel2011-07-171-0/+2
* refactoring in common.nio public api - removed Int64BufferMichael Bien2011-04-261-2/+2
* Renamed com.sun.gluegen -> com.jogamp.gluegenSven Gothel2010-11-061-0/+1950