aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/gluegen/JavaMethodBindingEmitter.java
Commit message (Expand)AuthorAgeFilesLines
* GlueGen JavaCallback: Add capability to have UserParam as (part of) keySven Gothel2023-07-081-8/+3
* GlueGen JavaCallback: Revised: Static Java callback dispatcher, dropping nati...Sven Gothel2023-07-041-387/+50
* GlueGen JavaCallback: Native callback: Check ObjectRef validity and synchroni...Sven Gothel2023-07-021-2/+4
* GlueGen JavaCallback: Use `SetCallback-KeyClass` if manually specified, even ...Sven Gothel2023-07-011-2/+6
* GlueGen JavaCallback: Only produce default 'Key' class if keys are used, expo...Sven Gothel2023-07-011-67/+214
* GlueGen JavaCallback: Release the associated data (natively) only after the a...Sven Gothel2023-07-011-2/+8
* GlueGen JavaCallback: Resolve key mapping of callback and associated resource...Sven Gothel2023-06-301-35/+186
* GlueGen JavaCallback: Set-Callback: Ensure a previously mapped 'userParam' in...Sven Gothel2023-06-291-3/+3
* GlueGen JavaCallback: 1st Working Draft: Changed 'JavaCallbackDef' config, ad...Sven Gothel2023-06-291-7/+59
* GlueGen JavaCallback: Add JavaCallback.methodSignature to JNI arg-list and pa...Sven Gothel2023-06-261-0/+16
* GlueGen Struct [3]: Adopt to CodeUnit Abstraction (replacing plain PrintWrite...Sven Gothel2023-06-161-148/+158
* Bug 1153 - GlueGen: Support [const] [native] expressions and conversion to ja...Sven Gothel2015-04-011-1/+1
* Bug 1144 - Add 'DelegateImplementation': Cleanup MethodBinding/FunctionBindin...Sven Gothel2015-03-111-30/+46
* Bug 1144 - Add 'DelegateImplementation': Sort JavaMethodBindingEmitter argume...Sven Gothel2015-03-101-12/+13
* Bug 1134 - Use ASTLocationTag in Logging (PCPP, Emitter); Refine ASTLocationT...Sven Gothel2015-03-081-1/+1
* Bug 1134 - Enhance GlueGen Compiler: Minimal GL Header Changes _and_ TypesafetySven Gothel2015-03-051-9/+34
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-031-79/+79
* Bug 1025 - GlueGen: Add accessor for compound fields of type array, pointer a...Sven Gothel2014-06-251-40/+24
* Fix commit f4e753ff1f39be381307ffdb0fb6bb7a2d323eff: 'compound array call-by-...Sven Gothel2014-06-171-47/+55
* GlueGen: Add support for 'compound array call-by-value'Sven Gothel2014-06-171-4/+2
* GlueGen: Add support for 'compound call-by-value', i.e. passing and returning...Sven Gothel2014-06-171-1/+1
* GlueGen: Add 'MethodJavadoc <method-name> comment-line..' configuration eleme...Sven Gothel2014-01-211-3/+19
* gluegen: add all missing @Override annotationsHarvey Harrison2013-10-171-0/+6
* gluegen: remove trailing whitespaceHarvey Harrison2013-10-171-1/+1
* Fix 'NIOOnly' impl ; Use 'final' in gen. Java stubs ;Sven Gothel2012-03-221-27/+35
* Reversed Type relocation ; Minor fixSven Gothel2011-07-211-5/+5
* - Moved most types and StructLayout to runtime package:Sven Gothel2011-07-181-5/+6
* refactoring in common.nio public api - removed Int64BufferMichael Bien2011-04-261-12/+14
* Renamed com.sun.gluegen -> com.jogamp.gluegenSven Gothel2010-11-061-0/+859