aboutsummaryrefslogtreecommitdiffstats
path: root/doc/GlueGen_Mapping.md
Commit message (Expand)AuthorAgeFilesLines
* doc/GlueGen_Mapping.md: TypoSven Gothel2023-07-021-1/+1
* GlueGen JavaCallback: Emphasize all methods are thread-safeSven Gothel2023-07-021-1/+1
* GlueGen JavaCallback: Use `SetCallback-KeyClass` if manually specified, even ...Sven Gothel2023-07-011-3/+3
* GlueGen JavaCallback: Only produce default 'Key' class if keys are used, expo...Sven Gothel2023-07-011-49/+75
* GlueGen Intro: Add section about its comprehensive runtime library, shorten t...Sven Gothel2023-07-011-2/+11
* GlueGen JavaCallback: Resolve key mapping of callback and associated resource...Sven Gothel2023-06-301-19/+238
* Doc intro: Fix LibraryOnLoad using generic LibraryBasenameSven Gothel2023-06-291-1/+1
* Doc: Align GlueGen_Mapping.md intro w/ README.md and www/index.htmlSven Gothel2023-06-291-7/+7
* GlueGen JavaCallback: 1st Working Draft: Changed 'JavaCallbackDef' config, ad...Sven Gothel2023-06-291-26/+58
* GlueGen LibraryOnLoad Config: Generate `JNI_OnLoad(..)` for dynamic and `JNI_...Sven Gothel2023-06-291-1/+16
* GlueGen doc/GlueGen_Mapping.md: Mentiond OO-Style API mapping and add section...Sven Gothel2023-06-291-3/+74
* GlueGen Struct [17]: Handle void pointers, i.e. `void*`, within a struct as `...Sven Gothel2023-06-291-11/+26
* GlueGen JavaCallback: Add more related documentationSven Gothel2023-06-251-2/+34
* GlueGen Struct [16]: Add support for pointer-pointer and function-pointer valuesSven Gothel2023-06-231-7/+79
* GlueGen Struct [15b]: FunctionPointer: Drop is<FuncName>Null() -> use get<Fun...Sven Gothel2023-06-201-43/+12
* GlueGen Struct [15]: Add FunctionPointer getter and setter support w/ documen...Sven Gothel2023-06-201-0/+97
* doc/GlueGen_Mapping.md: Place `Struct Setter Pseudo-Code` above 'Signature Ta...Sven Gothel2023-06-201-29/+50
* GlueGen Struct [14]: Update doc/GlueGen_Mapping.mdSven Gothel2023-06-181-6/+46
* GlueGen Struct [13]: Adopt GlueGen_Mapping.md to changes, added `Struct Java ...Sven Gothel2023-06-181-66/+113
* doc/GlueGen_Mapping.md: Remove note regarding shrinking array, resolvedSven Gothel2023-06-171-4/+0
* GlueGen Struct [8]: Revised setter (resolved shrinking array, using 'subset' ...Sven Gothel2023-06-171-2/+69
* GlueGen Struct [5]: Revised Struct Mapping + DocumentationSven Gothel2023-06-161-0/+402