| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 1450: Be more verbose w/ JavaEmitter comment lines for enums and defines,... | Sven Gothel | 2023-08-10 | 1 | -1/+1 |
* | Minor cleanup (includes, spacing) | Sven Gothel | 2023-08-05 | 1 | -1/+1 |
* | Merge remote-tracking branch 'Mathieu_Fery/wip/test_case_callback_emission' | Sven Gothel | 2023-08-04 | 1 | -31/+39 |
|\ |
|
| * | wip(test_case): Example of test case for issue related of 927bbc7160a812bb29c... | Mathieu Féry | 2023-08-04 | 1 | -31/+39 |
* | | Merge remote-tracking branch 'Mathieu_Fery/feature/prevent_callback_generatio... | Sven Gothel | 2023-08-04 | 1 | -2/+11 |
|\ \ |
|
| * | | feat(callbackGenerator): Prevent generation of CallBack interface if setter r... | Mathieu Féry | 2023-08-04 | 1 | -2/+11 |
* | | | Merge remote-tracking branch 'Mathieu_Fery/feat/array_accessor_with_getter_of... | Sven Gothel | 2023-08-04 | 1 | -4/+15 |
|\ \ \ |
|
| * | | | feat(arrayAccessor): Allow to use ReturnedArrayLength with getter associated ... | Mathieu Féry | 2023-08-03 | 1 | -4/+15 |
| |/ / |
|
* | / | Revert "JavaCallback: Remove non-UserParam JavaConfiguration.requiresJavaCall... | Sven Gothel | 2023-08-04 | 1 | -2/+5 |
| |/
|/| |
|
* | | JavaCallback: Remove non-UserParam JavaConfiguration.requiresJavaCallbackCode() | Sven Gothel | 2023-08-04 | 1 | -5/+2 |
* | | JavaEmitter.bindFunction(): Add JavaCallback userParam non-void case (i.e. 'S... | Sven Gothel | 2023-08-04 | 1 | -18/+28 |
* | | JavaEmitter: Encapsulate 'needsJavaCallbackCode' query in JavaConfiguration. ... | Sven Gothel | 2023-08-04 | 1 | -7/+5 |
* | | Merge remote-tracking branch 'Mathieu_Fery/feature/java_callback_without_user... | Sven Gothel | 2023-08-02 | 1 | -4/+9 |
|\ \ |
|
| * | | feat(callbackGenerator): Add basic management of callback without userData | Mathieu Féry | 2023-07-31 | 1 | -4/+9 |
| |/ |
|
* / | feat(generation): Add setter generation for not constant and not opaque compo... | Mathieu Féry | 2023-07-31 | 1 | -0/+14 |
|/ |
|
* | GlueGen JavaCallback: Add optional custom 'Callback-UserParamClass` for non-c... | Sven Gothel | 2023-07-10 | 1 | -5/+17 |
* | GlueGen JavaCallback: Add capability to have UserParam as (part of) key | Sven Gothel | 2023-07-08 | 1 | -1/+1 |
* | GlueGen JavaCallback: Remove ambiguity: Config JavaCallbackDef/JavaCallbackKe... | Sven Gothel | 2023-07-06 | 1 | -20/+6 |
* | GlueGen: Add 'PascalString' string semantics (length + value-ptr), added prel... | Sven Gothel | 2023-07-05 | 1 | -5/+14 |
* | GlueGen JavaCallback/LibraryOnLoad: Always include the `libraryBasename` agno... | Sven Gothel | 2023-07-05 | 1 | -2/+2 |
* | GlueGen JavaCallback: Revised: Static Java callback dispatcher, dropping nati... | Sven Gothel | 2023-07-04 | 1 | -11/+25 |
* | GlueGen JavaCallback: Unify native 'T_JavaCallbackGlueData' typedef structcallback_jniuserparamproxy | Sven Gothel | 2023-07-02 | 1 | -0/+3 |
* | GlueGen Struct [18]: Drop redundant 'static get*ElemCount() { return 1 }` for... | Sven Gothel | 2023-07-02 | 1 | -2/+4 |
* | GlueGen JavaCallback: Only produce default 'Key' class if keys are used, expo... | Sven Gothel | 2023-07-01 | 1 | -0/+5 |
* | GlueGen JavaCallback: Resolve key mapping of callback and associated resource... | Sven Gothel | 2023-06-30 | 1 | -22/+40 |
* | GlueGen JavaCallback: 1st Working Draft: Changed 'JavaCallbackDef' config, ad... | Sven Gothel | 2023-06-29 | 1 | -55/+45 |
* | GlueGen: Move [de]captializeString(..) JavaEmitter -> static in CodeGenUtils | Sven Gothel | 2023-06-29 | 1 | -7/+7 |
* | GlueGen LibraryOnLoad Config: Generate `JNI_OnLoad(..)` for dynamic and `JNI_... | Sven Gothel | 2023-06-29 | 1 | -1/+7 |
* | GlueGen Struct [17]: Handle void pointers, i.e. `void*`, within a struct as `... | Sven Gothel | 2023-06-29 | 1 | -10/+5 |
* | GlueGen JavaCallback: Move JavaCallback into JavaConfiguration, accessible ac... | Sven Gothel | 2023-06-26 | 1 | -52/+31 |
* | GlueGen JavaCallback: Expose getJNIMethodDescriptor() for JNI mangled method ... | Sven Gothel | 2023-06-26 | 1 | -7/+11 |
* | GlueGen JavaCallback: Use new JavaType nature 'named-class', denoting the gen... | Sven Gothel | 2023-06-26 | 1 | -1/+1 |
* | GlueGen JavaCallback: Add preliminary implementation (WIP): Produces proper i... | Sven Gothel | 2023-06-25 | 1 | -5/+134 |
* | JavaEmitter.generateArrayGetterSetterCode(): Place elemCountExpr null check w... | Sven Gothel | 2023-06-25 | 1 | -8/+7 |
* | GlueGen: Add JavaEmitter(JavaConfiguration) ctor | Sven Gothel | 2023-06-25 | 1 | -0/+5 |
* | GlueGen: Rename GlueEmitter.getConfig{uration->}() and drop JavaEmitter.getCo... | Sven Gothel | 2023-06-25 | 1 | -10/+3 |
* | GlueGen Struct [16]: Add support for pointer-pointer and function-pointer values | Sven Gothel | 2023-06-23 | 1 | -173/+195 |
* | GlueGen: Type: Have get{Base,Target}Type() stop at isFunctionPointer(), enhan... | Sven Gothel | 2023-06-23 | 1 | -20/+8 |
* | JavaEmitter.typeToJavaTypeImpl(): Add targetType in GlueGenException and remo... | Sven Gothel | 2023-06-21 | 1 | -13/+15 |
* | GlueGen Struct [15b]: FunctionPointer: Drop is<FuncName>Null() -> use get<Fun... | Sven Gothel | 2023-06-20 | 1 | -7/+2 |
* | GlueGen Struct [15]: Add FunctionPointer getter and setter support w/ documen... | Sven Gothel | 2023-06-20 | 1 | -39/+84 |
* | GlueGen Type: Use virt getTargetType() for ArrayType dropping getElementType(... | Sven Gothel | 2023-06-19 | 1 | -8/+8 |
* | CustomJNICode: Fix/complete commit d7bc10d7ff0e3a30d74c4e4c439230f3983bcfb4: ... | Sven Gothel | 2023-06-18 | 1 | -0/+4 |
* | Merge remote-tracking branch 'Mathieu_Fery/feature/add_customJNICode_directive' | Sven Gothel | 2023-06-18 | 1 | -1/+19 |
|\ |
|
| * | feat(jni): Add directive for dedicated JNI Code with CustomJNICode | Mathieu Féry | 2023-06-16 | 1 | -1/+19 |
* | | GlueGen Struct [12]: Throw InternalError(..) for produced code-path where Own... | Sven Gothel | 2023-06-18 | 1 | -0/+15 |
* | | GlueGen Struct [11]: Formalize Ownership (enum) and elaborate generated Java ... | Sven Gothel | 2023-06-18 | 1 | -120/+208 |
* | | GlueGen Struct [10]: Don't skip primitive w/ platform dependent sized type in... | Sven Gothel | 2023-06-18 | 1 | -14/+7 |
* | | GlueGen Struct [9]: Fix regression which added a pointer referencing type 'vo... | Sven Gothel | 2023-06-18 | 1 | -0/+8 |
* | | GlueGen Struct [8]: Revised setter (resolved shrinking array, using 'subset' ... | Sven Gothel | 2023-06-17 | 1 | -87/+180 |