aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/gluegen/CMethodBindingEmitter.java
Commit message (Expand)AuthorAgeFilesLines
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-031-122/+122
* CMethodBindingEmitter: Suppress compiler warning in NewDirectByteBuffer usage...Sven Gothel2014-06-251-2/+2
* Bug 1025 - GlueGen: Add accessor for compound fields of type array, pointer a...Sven Gothel2014-06-251-16/+21
* GlueGen: Add support for 'compound array call-by-value'Sven Gothel2014-06-171-82/+97
* GlueGen: Add support for 'compound call-by-value', i.e. passing and returning...Sven Gothel2014-06-171-23/+29
* Minor Cleanup after merging fixes for bugs 987, 990, 992 and 994Sven Gothel2014-03-101-5/+6
* Fix accidental tabs.Wade Walker2014-03-041-7/+7
* Remove warnings in emitted C code.Wade Walker2014-03-041-1/+11
* gluegen: add all missing @Override annotationsHarvey Harrison2013-10-171-0/+6
* gluegen: remove trailing whitespaceHarvey Harrison2013-10-171-65/+65
* Fix Bug 715: Don't modify 'carray' pointer returned from GetPrimitiveArrayCri...Sven Gothel2013-04-131-5/+15
* StringBuffer -> StringBuilder (Local objects, no concurrency)Sven Gothel2012-04-161-2/+2
* Fix 'NIOOnly' impl ; Use 'final' in gen. Java stubs ;Sven Gothel2012-03-221-24/+10
* Enhance ReleasePrimitiveArrayCritical: Use mode-flag JNI_ABORT if array is co...Sven Gothel2011-10-061-11/+19
* Reversed Type relocation ; Minor fixSven Gothel2011-07-211-3/+0
* - Moved most types and StructLayout to runtime package:Sven Gothel2011-07-181-0/+4
* GlueGen proper size / alignment of primitive and compound types usage [1/2] -...Sven Gothel2011-07-171-0/+1
* Renamed com.sun.gluegen -> com.jogamp.gluegenSven Gothel2010-11-061-0/+1505