aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/gluegen/JavaEmitter.java
Commit message (Expand)AuthorAgeFilesLines
* GlueGen: Move [de]captializeString(..) JavaEmitter -> static in CodeGenUtilsSven Gothel2023-06-291-7/+7
* GlueGen LibraryOnLoad Config: Generate `JNI_OnLoad(..)` for dynamic and `JNI_...Sven Gothel2023-06-291-1/+7
* GlueGen Struct [17]: Handle void pointers, i.e. `void*`, within a struct as `...Sven Gothel2023-06-291-10/+5
* GlueGen JavaCallback: Move JavaCallback into JavaConfiguration, accessible ac...Sven Gothel2023-06-261-52/+31
* GlueGen JavaCallback: Expose getJNIMethodDescriptor() for JNI mangled method ...Sven Gothel2023-06-261-7/+11
* GlueGen JavaCallback: Use new JavaType nature 'named-class', denoting the gen...Sven Gothel2023-06-261-1/+1
* GlueGen JavaCallback: Add preliminary implementation (WIP): Produces proper i...Sven Gothel2023-06-251-5/+134
* JavaEmitter.generateArrayGetterSetterCode(): Place elemCountExpr null check w...Sven Gothel2023-06-251-8/+7
* GlueGen: Add JavaEmitter(JavaConfiguration) ctorSven Gothel2023-06-251-0/+5
* GlueGen: Rename GlueEmitter.getConfig{uration->}() and drop JavaEmitter.getCo...Sven Gothel2023-06-251-10/+3
* GlueGen Struct [16]: Add support for pointer-pointer and function-pointer valuesSven Gothel2023-06-231-173/+195
* GlueGen: Type: Have get{Base,Target}Type() stop at isFunctionPointer(), enhan...Sven Gothel2023-06-231-20/+8
* JavaEmitter.typeToJavaTypeImpl(): Add targetType in GlueGenException and remo...Sven Gothel2023-06-211-13/+15
* GlueGen Struct [15b]: FunctionPointer: Drop is<FuncName>Null() -> use get<Fun...Sven Gothel2023-06-201-7/+2
* GlueGen Struct [15]: Add FunctionPointer getter and setter support w/ documen...Sven Gothel2023-06-201-39/+84
* GlueGen Type: Use virt getTargetType() for ArrayType dropping getElementType(...Sven Gothel2023-06-191-8/+8
* CustomJNICode: Fix/complete commit d7bc10d7ff0e3a30d74c4e4c439230f3983bcfb4: ...Sven Gothel2023-06-181-0/+4
* Merge remote-tracking branch 'Mathieu_Fery/feature/add_customJNICode_directive'Sven Gothel2023-06-181-1/+19
|\
| * feat(jni): Add directive for dedicated JNI Code with CustomJNICodeMathieu Féry2023-06-161-1/+19
* | GlueGen Struct [12]: Throw InternalError(..) for produced code-path where Own...Sven Gothel2023-06-181-0/+15
* | GlueGen Struct [11]: Formalize Ownership (enum) and elaborate generated Java ...Sven Gothel2023-06-181-120/+208
* | GlueGen Struct [10]: Don't skip primitive w/ platform dependent sized type in...Sven Gothel2023-06-181-14/+7
* | GlueGen Struct [9]: Fix regression which added a pointer referencing type 'vo...Sven Gothel2023-06-181-0/+8
* | GlueGen Struct [8]: Revised setter (resolved shrinking array, using 'subset' ...Sven Gothel2023-06-171-87/+180
* | GlueGen Struct [7]: Keep struct class non-final (revert), but ensure methods ...Sven Gothel2023-06-161-9/+9
|/
* GlueGen Struct [6]: Simplify adding 'private ElementBuffer _eb*' memory buffe...Sven Gothel2023-06-161-27/+3
* GlueGen Struct [5]: Revised Struct Mapping + DocumentationSven Gothel2023-06-161-868/+959
* GlueGen Struct [4]: JavaConfiguration Change: Drop 'ManualStaticInitCall', 'F...Sven Gothel2023-06-161-29/+0
* Bug 1412 - JNI: GlueGen JavaEmitter: Check & Handle Exception after calling b...Sven Gothel2019-12-061-0/+7
* Bug 1166: Refine fix of JavaEmitter's JVMUtil_NewDirectByteBufferCopy (2)Sven Gothel2015-07-161-3/+11
* JavaEmitter.staticClassInitCodeCCode: Reuse static stringsSven Gothel2015-07-161-7/+10
* Bug 1166: Refine fix of JavaEmitter's JVMUtil_NewDirectByteBufferCopySven Gothel2015-07-161-3/+11
* BUG 1166: Fix JavaEmitter JVMUtil_NewDirectByteBufferCopyXerxes Rånby2015-07-081-2/+2
* Bug 1153 - GlueGen: Support [const] [native] expressions and conversion to ja...Sven Gothel2015-04-011-203/+76
* JavaEmitter: Always use 'containingJTypeName' for JavaConfiguration.canonical...Sven Gothel2015-03-261-6/+6
* Bug 1149: Fix parsing of hexadecimal w/ binary exponent floats in regexp-cons...Sven Gothel2015-03-251-4/+5
* Bug 1149 - Replacing PCPP w/ JCPP, allowing complete macro handling (Part-1: ...Sven Gothel2015-03-231-37/+35
* Bug 1144 - Add 'DelegateImplementation': Requires own MethodBinding for deleg...Sven Gothel2015-03-111-38/+58
* Bug 1134 - LOG AliasedSymbol: Don't issue getAliasedString(), logger takes ca...Sven Gothel2015-03-111-2/+2
* Bug 1144 - Add 'DelegateImplementation', manually impl. may delegate to renam...Sven Gothel2015-03-111-7/+16
* Bug 1144 - Add 'DelegateImplementation': Cleanup MethodBinding/FunctionBindin...Sven Gothel2015-03-111-30/+57
* Bug 1144 - Add 'DelegateImplementation': Sort JavaMethodBindingEmitter argume...Sven Gothel2015-03-101-33/+35
* Bug 1144 - Add 'DelegateImplementation': Cleanup JavaConfiguration and use ma...Sven Gothel2015-03-101-6/+8
* Bug 1134 - Refine err/log message of 'previous definition is here'Sven Gothel2015-03-091-2/+2
* Bug 1134 - Fix aliased typedef struct emissionSven Gothel2015-03-091-40/+51
* Bug 1134 - Fix IntType 'unsigned'; Type: Use copy-ctor instead of Clonable, ..Sven Gothel2015-03-091-2/+2
* Bug 1134 - Logging's formatter now takes care of Type -> getDebugString() whe...Sven Gothel2015-03-081-42/+58
* Bug 1134 - Use ASTLocationTag in Logging (PCPP, Emitter); Refine ASTLocationT...Sven Gothel2015-03-081-36/+46
* Bug 1134 - Handle Opaque fields in structs; Print struct field name in apidoc...Sven Gothel2015-03-071-35/+43
* Bug 1134 - Pass ASTLocationTag to all types, used for GlueGenExceptionSven Gothel2015-03-071-48/+70