| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 1481 - Hide [ArgumentIs]PascalString argument's length | Sven Gothel | 2023-12-02 | 1 | -11/+46 |
* | CMethodBindingEmitter.emitBodyPassCArguments(): Either pass STRING_CHARS_PREF... | Sven Gothel | 2023-08-04 | 1 | -2/+4 |
* | JavaCallbackEmitter.emitCSetFuncPreCall(): Drop redundant arg 'CMethodBinding... | Sven Gothel | 2023-08-03 | 1 | -1/+1 |
* | JavaCallbackEmitter.{emitCSetFuncPreCall, emitCAdditionalCode, emitJavaCallba... | Sven Gothel | 2023-08-03 | 1 | -8/+8 |
* | CMethodBindingEmitter.emitBodyMapCToJNIType(..): Add proper intendation to NI... | Sven Gothel | 2023-08-03 | 1 | -9/+13 |
* | feat(callbackGenerator): Add basic management of callback without userData | Mathieu Féry | 2023-07-31 | 1 | -1/+1 |
* | GlueGen: Add 'PascalString' string semantics (length + value-ptr), added prel... | Sven Gothel | 2023-07-05 | 1 | -3/+27 |
* | GlueGen JavaCallback: Revised: Static Java callback dispatcher, dropping nati... | Sven Gothel | 2023-07-04 | 1 | -296/+59 |
* | GlueGen JavaCallback: Unify native 'T_JavaCallbackGlueData' typedef structcallback_jniuserparamproxy | Sven Gothel | 2023-07-02 | 1 | -11/+7 |
* | GlueGen JavaCallback: CMethodBindingEmitter: Check, describe & clear exceptio... | Sven Gothel | 2023-07-02 | 1 | -0/+5 |
* | GlueGen JavaCallback: CMethodBindingEmitter: Check lockObj for NULL before Ge... | Sven Gothel | 2023-07-02 | 1 | -0/+1 |
* | CMethodBindingEmitter JavaCallback: Use a friendly readable basename for errors | Sven Gothel | 2023-07-02 | 1 | -16/+19 |
* | GlueGen JavaCallback: Native Callback: Reduce 'look-ahead' of read-after-free... | Sven Gothel | 2023-07-02 | 1 | -9/+9 |
* | GlueGen JavaCallback: Document native callback use-after-free potential (caug... | Sven Gothel | 2023-07-02 | 1 | -1/+6 |
* | GlueGen JavaCallback: Native callback: Check ObjectRef validity and synchroni... | Sven Gothel | 2023-07-02 | 1 | -9/+44 |
* | GlueGen JavaCallback: Only produce default 'Key' class if keys are used, expo... | Sven Gothel | 2023-07-01 | 1 | -1/+1 |
* | GlueGen JavaCallback: Resolve key mapping of callback and associated resource... | Sven Gothel | 2023-06-30 | 1 | -15/+17 |
* | GlueGen FunctionType/MethodBinding: get*ParameterList(): Use a more flexible ... | Sven Gothel | 2023-06-30 | 1 | -2/+2 |
* | GlueGen JavaCallback: 1st Working Draft: Changed 'JavaCallbackDef' config, ad... | Sven Gothel | 2023-06-29 | 1 | -2/+186 |
* | GlueGen CMethodBindingEmitter: Refactor emitBodyReturnResult() -> emitBodyMap... | Sven Gothel | 2023-06-29 | 1 | -98/+148 |
* | GlueGen JavaCallback: Expose getJNIMethodDescriptor() for JNI mangled method ... | Sven Gothel | 2023-06-26 | 1 | -3/+1 |
* | GlueGen JavaCallback: Use new JavaType nature 'named-class', denoting the gen... | Sven Gothel | 2023-06-26 | 1 | -0/+4 |
* | GlueGen: Expose CMethodBindingEmitter.getJNIMangledArgs() as a public static ... | Sven Gothel | 2023-06-25 | 1 | -14/+24 |
* | GlueGen: Type: Have get{Base,Target}Type() stop at isFunctionPointer(), enhan... | Sven Gothel | 2023-06-23 | 1 | -8/+3 |
* | GlueGen Type: Use virt getTargetType() for ArrayType dropping getElementType(... | Sven Gothel | 2023-06-19 | 1 | -4/+4 |
* | GlueGen Struct [3]: Adopt to CodeUnit Abstraction (replacing plain PrintWrite... | Sven Gothel | 2023-06-16 | 1 | -346/+335 |
* | Bug 1144 - Add 'DelegateImplementation': Requires own MethodBinding for deleg... | Sven Gothel | 2015-03-11 | 1 | -1/+1 |
* | Bug 1144 - Add 'DelegateImplementation': Cleanup MethodBinding/FunctionBindin... | Sven Gothel | 2015-03-11 | 1 | -10/+14 |
* | Bug 1134 - Fix CMethodBindingEmitter return type '_res' qualifiers (part 2) | Sven Gothel | 2015-03-09 | 1 | -1/+7 |
* | Bug 1134 - Fix CMethodBindingEmitter return type '_res' qualifiers | Sven Gothel | 2015-03-09 | 1 | -2/+3 |
* | Bug 1134 - Fix IntType 'unsigned'; Type: Use copy-ctor instead of Clonable, .. | Sven Gothel | 2015-03-09 | 1 | -2/+2 |
* | Bug 1134 - Logging's formatter now takes care of Type -> getDebugString() whe... | Sven Gothel | 2015-03-08 | 1 | -1/+1 |
* | Bug 1134 - Use ASTLocationTag in Logging (PCPP, Emitter); Refine ASTLocationT... | Sven Gothel | 2015-03-08 | 1 | -8/+8 |
* | Bug 1134 - Fix IntType: Add getCName(..) for proper C-type code; Fix its newC... | Sven Gothel | 2015-03-07 | 1 | -14/+3 |
* | Bug 1134 - Pass ASTLocationTag to all types, used for GlueGenException | Sven Gothel | 2015-03-07 | 1 | -30/+40 |
* | Bug 1134 - Refine Logging using 'LoggerIf' - Replace System.err w/ Logging wh... | Sven Gothel | 2015-03-06 | 1 | -4/+3 |
* | Bug 1134 - Fix regression: Static C-Function call must use original API name | Sven Gothel | 2015-03-05 | 1 | -1/+1 |
* | Bug 1134 - Enhance GlueGen Compiler: Minimal GL Header Changes _and_ Typesafety | Sven Gothel | 2015-03-05 | 1 | -41/+89 |
* | Bug 1126 - Remove static query requirement of MachineDescriptor, find matchin... | Sven Gothel | 2015-02-02 | 1 | -4/+4 |
* | Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e... | Sven Gothel | 2014-07-03 | 1 | -122/+122 |
* | CMethodBindingEmitter: Suppress compiler warning in NewDirectByteBuffer usage... | Sven Gothel | 2014-06-25 | 1 | -2/+2 |
* | Bug 1025 - GlueGen: Add accessor for compound fields of type array, pointer a... | Sven Gothel | 2014-06-25 | 1 | -16/+21 |
* | GlueGen: Add support for 'compound array call-by-value' | Sven Gothel | 2014-06-17 | 1 | -82/+97 |
* | GlueGen: Add support for 'compound call-by-value', i.e. passing and returning... | Sven Gothel | 2014-06-17 | 1 | -23/+29 |
* | Minor Cleanup after merging fixes for bugs 987, 990, 992 and 994 | Sven Gothel | 2014-03-10 | 1 | -5/+6 |
* | Fix accidental tabs. | Wade Walker | 2014-03-04 | 1 | -7/+7 |
* | Remove warnings in emitted C code. | Wade Walker | 2014-03-04 | 1 | -1/+11 |
* | gluegen: add all missing @Override annotations | Harvey Harrison | 2013-10-17 | 1 | -0/+6 |
* | gluegen: remove trailing whitespace | Harvey Harrison | 2013-10-17 | 1 | -65/+65 |
* | Fix Bug 715: Don't modify 'carray' pointer returned from GetPrimitiveArrayCri... | Sven Gothel | 2013-04-13 | 1 | -5/+15 |