aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* doc/GlueGen_Mapping.md: Using 'UserParamClass' .. grammar (3 commits for 1 di...rcSven Gothel2023-07-102-3/+3
* doc/GlueGen_Mapping.md: Typos 'UserParam' -> 'UserParamClass' (2 more occassi...Sven Gothel2023-07-102-8/+8
* doc/GlueGen_Mapping.md: Typos 'UserParam' -> 'UserParamClass'Sven Gothel2023-07-102-4/+4
* GlueGen JavaCallback: Add optional custom 'Callback-UserParamClass` for non-c...Sven Gothel2023-07-102-107/+137
* Manual: Fix ArgumentIsPascalStringSven Gothel2023-07-081-2/+2
* GlueGen JavaCallback: Add capability to have UserParam as (part of) keySven Gothel2023-07-082-0/+99
* GlueGen JavaCallback Doc: Remove reasoning (avoiding ambiguity) to CallbackFu...Sven Gothel2023-07-062-10/+4
* GlueGen JavaCallback: Remove ambiguity: Config JavaCallbackDef/JavaCallbackKe...Sven Gothel2023-07-062-69/+97
* Manual: Refine `ArgumentIsPascalString`Sven Gothel2023-07-051-3/+3
* GlueGen: Add 'PascalString' string semantics (length + value-ptr), added prel...Sven Gothel2023-07-051-0/+13
* GlueGen JavaCallback/LibraryOnLoad: Always include the `libraryBasename` agno...Sven Gothel2023-07-052-39/+61
* doc/GlueGen_Mapping.md: Quote `void*` correctly ..Sven Gothel2023-07-042-4/+5
* GlueGen JavaCallback: Revised: Static Java callback dispatcher, dropping nati...Sven Gothel2023-07-042-65/+464
* doc/GlueGen_Mapping.md: TypoSven Gothel2023-07-022-2/+2
* GlueGen JavaCallback: Emphasize all methods are thread-safeSven Gothel2023-07-022-2/+3
* GlueGen JavaCallback: Use `SetCallback-KeyClass` if manually specified, even ...Sven Gothel2023-07-012-9/+9
* GlueGen JavaCallback: Only produce default 'Key' class if keys are used, expo...Sven Gothel2023-07-012-100/+178
* GlueGen Intro: Add section about its comprehensive runtime library, shorten t...Sven Gothel2023-07-012-16/+40
* GlueGen JavaCallback: Resolve key mapping of callback and associated resource...Sven Gothel2023-06-302-52/+518
* Doc intro: Fix LibraryOnLoad using generic LibraryBasenameSven Gothel2023-06-292-2/+2
* Doc: Align GlueGen_Mapping.md intro w/ README.md and www/index.htmlSven Gothel2023-06-292-14/+14
* GlueGen JavaCallback: 1st Working Draft: Changed 'JavaCallbackDef' config, ad...Sven Gothel2023-06-292-62/+253
* 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-292-33/+69
* GlueGen JavaCallback: Add more related documentationSven Gothel2023-06-252-4/+62
* GlueGen Struct [16]: Add support for pointer-pointer and function-pointer valuesSven Gothel2023-06-232-18/+161
* GlueGen Struct [15b]: FunctionPointer: Drop is<FuncName>Null() -> use get<Fun...Sven Gothel2023-06-202-89/+26
* GlueGen Struct [15]: Add FunctionPointer getter and setter support w/ documen...Sven Gothel2023-06-202-75/+307
* doc/GlueGen_Mapping.md: Place `Struct Setter Pseudo-Code` above 'Signature Ta...Sven Gothel2023-06-201-29/+50
* Doc: Manual: Adding disclaimer being slightly outdated and hint to GlueGen_Ma...Sven Gothel2023-06-181-0/+5
* GlueGen Struct [14]: Update doc/GlueGen_Mapping.mdSven Gothel2023-06-182-24/+151
* Bring back produced html5 standalone files, having fixed pandoc usage.Sven Gothel2023-06-182-0/+2157
* GlueGen Struct [13]: Adopt GlueGen_Mapping.md to changes, added `Struct Java ...Sven Gothel2023-06-181-66/+113
* Drop .md -> .html generated docs (ugly), use our cgit md -> html via refined ...Sven Gothel2023-06-172-1238/+0
* doc/GlueGen_Mapping.md: Remove note regarding shrinking array, resolvedSven Gothel2023-06-172-9/+0
* doc/JogAmpMacOSVersions.html: Replaced w/ standalone html5 w/ header (utf8)Sven Gothel2023-06-171-405/+21
* GlueGen Struct [8]: Revised setter (resolved shrinking array, using 'subset' ...Sven Gothel2023-06-172-412/+166
* GlueGen Struct [5]: Revised Struct Mapping + DocumentationSven Gothel2023-06-164-1/+2349
* doc/JogAmpMacOSVersions.md: Fix 'Build node 12.6.5' row (11 -> 12)Sven Gothel2023-05-151-2/+2
* doc/JogAmpMacOSVersions.md 4th round (...)Sven Gothel2023-05-061-3/+6
* doc/JogAmpMacOSVersions.md: 3rd times a charm (space and list depth)Sven Gothel2023-05-061-13/+15
* doc/JogAmpMacOSVersions.md: Spaces (and 2nd attempt to fix the list depth in ...Sven Gothel2023-05-061-19/+19
* doc/JogAmpMacOSVersions.md Fix markdown listSven Gothel2023-05-061-2/+0
* MacOS: Using 'Minimum Deployment Target' 10.7 (Lion) and documenting MacOS ve...Sven Gothel2023-05-062-2/+58
* Roll back MacOS Min Version Requirement to 10.5 from 11.0 (macosx-version-min)Sven Gothel2023-05-041-2/+7
* HowToBuild: MacOS: Detail cmake commandline installation and mention 7-ZipSven Gothel2023-05-041-1/+5
* HowToBuild: Windows: We use MinGW64 w/ 'posix threads' instead of 'win32 thre...Sven Gothel2023-05-041-2/+11
* HowToBuild: Update Debian >= 11Sven Gothel2023-01-171-11/+2
* HowToBuild: Remove Windows 32bit; Update Window 64bit toolchain, fix MacOS cm...Sven Gothel2023-01-171-28/+10