| Commit message (Expand) | Author | Age | Files | Lines |
* | doc/GlueGen_Mapping.md: Using 'UserParamClass' .. grammar (3 commits for 1 di...rc | Sven Gothel | 2023-07-10 | 2 | -3/+3 |
* | doc/GlueGen_Mapping.md: Typos 'UserParam' -> 'UserParamClass' (2 more occassi... | Sven Gothel | 2023-07-10 | 2 | -8/+8 |
* | doc/GlueGen_Mapping.md: Typos 'UserParam' -> 'UserParamClass' | Sven Gothel | 2023-07-10 | 2 | -4/+4 |
* | GlueGen JavaCallback: Add optional custom 'Callback-UserParamClass` for non-c... | Sven Gothel | 2023-07-10 | 2 | -107/+137 |
* | Manual: Fix ArgumentIsPascalString | Sven Gothel | 2023-07-08 | 1 | -2/+2 |
* | GlueGen JavaCallback: Add capability to have UserParam as (part of) key | Sven Gothel | 2023-07-08 | 2 | -0/+99 |
* | GlueGen JavaCallback Doc: Remove reasoning (avoiding ambiguity) to CallbackFu... | Sven Gothel | 2023-07-06 | 2 | -10/+4 |
* | GlueGen JavaCallback: Remove ambiguity: Config JavaCallbackDef/JavaCallbackKe... | Sven Gothel | 2023-07-06 | 2 | -69/+97 |
* | Manual: Refine `ArgumentIsPascalString` | Sven Gothel | 2023-07-05 | 1 | -3/+3 |
* | GlueGen: Add 'PascalString' string semantics (length + value-ptr), added prel... | Sven Gothel | 2023-07-05 | 1 | -0/+13 |
* | GlueGen JavaCallback/LibraryOnLoad: Always include the `libraryBasename` agno... | Sven Gothel | 2023-07-05 | 2 | -39/+61 |
* | doc/GlueGen_Mapping.md: Quote `void*` correctly .. | Sven Gothel | 2023-07-04 | 2 | -4/+5 |
* | GlueGen JavaCallback: Revised: Static Java callback dispatcher, dropping nati... | Sven Gothel | 2023-07-04 | 2 | -65/+464 |
* | doc/GlueGen_Mapping.md: Typo | Sven Gothel | 2023-07-02 | 2 | -2/+2 |
* | GlueGen JavaCallback: Emphasize all methods are thread-safe | Sven Gothel | 2023-07-02 | 2 | -2/+3 |
* | GlueGen JavaCallback: Use `SetCallback-KeyClass` if manually specified, even ... | Sven Gothel | 2023-07-01 | 2 | -9/+9 |
* | GlueGen JavaCallback: Only produce default 'Key' class if keys are used, expo... | Sven Gothel | 2023-07-01 | 2 | -100/+178 |
* | GlueGen Intro: Add section about its comprehensive runtime library, shorten t... | Sven Gothel | 2023-07-01 | 2 | -16/+40 |
* | GlueGen JavaCallback: Resolve key mapping of callback and associated resource... | Sven Gothel | 2023-06-30 | 2 | -52/+518 |
* | Doc intro: Fix LibraryOnLoad using generic LibraryBasename | Sven Gothel | 2023-06-29 | 2 | -2/+2 |
* | Doc: Align GlueGen_Mapping.md intro w/ README.md and www/index.html | Sven Gothel | 2023-06-29 | 2 | -14/+14 |
* | GlueGen JavaCallback: 1st Working Draft: Changed 'JavaCallbackDef' config, ad... | Sven Gothel | 2023-06-29 | 2 | -62/+253 |
* | GlueGen LibraryOnLoad Config: Generate `JNI_OnLoad(..)` for dynamic and `JNI_... | Sven Gothel | 2023-06-29 | 1 | -1/+16 |
* | GlueGen doc/GlueGen_Mapping.md: Mentiond OO-Style API mapping and add section... | Sven Gothel | 2023-06-29 | 1 | -3/+74 |
* | GlueGen Struct [17]: Handle void pointers, i.e. `void*`, within a struct as `... | Sven Gothel | 2023-06-29 | 2 | -33/+69 |
* | GlueGen JavaCallback: Add more related documentation | Sven Gothel | 2023-06-25 | 2 | -4/+62 |
* | GlueGen Struct [16]: Add support for pointer-pointer and function-pointer values | Sven Gothel | 2023-06-23 | 2 | -18/+161 |
* | GlueGen Struct [15b]: FunctionPointer: Drop is<FuncName>Null() -> use get<Fun... | Sven Gothel | 2023-06-20 | 2 | -89/+26 |
* | GlueGen Struct [15]: Add FunctionPointer getter and setter support w/ documen... | Sven Gothel | 2023-06-20 | 2 | -75/+307 |
* | doc/GlueGen_Mapping.md: Place `Struct Setter Pseudo-Code` above 'Signature Ta... | Sven Gothel | 2023-06-20 | 1 | -29/+50 |
* | Doc: Manual: Adding disclaimer being slightly outdated and hint to GlueGen_Ma... | Sven Gothel | 2023-06-18 | 1 | -0/+5 |
* | GlueGen Struct [14]: Update doc/GlueGen_Mapping.md | Sven Gothel | 2023-06-18 | 2 | -24/+151 |
* | Bring back produced html5 standalone files, having fixed pandoc usage. | Sven Gothel | 2023-06-18 | 2 | -0/+2157 |
* | GlueGen Struct [13]: Adopt GlueGen_Mapping.md to changes, added `Struct Java ... | Sven Gothel | 2023-06-18 | 1 | -66/+113 |
* | Drop .md -> .html generated docs (ugly), use our cgit md -> html via refined ... | Sven Gothel | 2023-06-17 | 2 | -1238/+0 |
* | doc/GlueGen_Mapping.md: Remove note regarding shrinking array, resolved | Sven Gothel | 2023-06-17 | 2 | -9/+0 |
* | doc/JogAmpMacOSVersions.html: Replaced w/ standalone html5 w/ header (utf8) | Sven Gothel | 2023-06-17 | 1 | -405/+21 |
* | GlueGen Struct [8]: Revised setter (resolved shrinking array, using 'subset' ... | Sven Gothel | 2023-06-17 | 2 | -412/+166 |
* | GlueGen Struct [5]: Revised Struct Mapping + Documentation | Sven Gothel | 2023-06-16 | 4 | -1/+2349 |
* | doc/JogAmpMacOSVersions.md: Fix 'Build node 12.6.5' row (11 -> 12) | Sven Gothel | 2023-05-15 | 1 | -2/+2 |
* | doc/JogAmpMacOSVersions.md 4th round (...) | Sven Gothel | 2023-05-06 | 1 | -3/+6 |
* | doc/JogAmpMacOSVersions.md: 3rd times a charm (space and list depth) | Sven Gothel | 2023-05-06 | 1 | -13/+15 |
* | doc/JogAmpMacOSVersions.md: Spaces (and 2nd attempt to fix the list depth in ... | Sven Gothel | 2023-05-06 | 1 | -19/+19 |
* | doc/JogAmpMacOSVersions.md Fix markdown list | Sven Gothel | 2023-05-06 | 1 | -2/+0 |
* | MacOS: Using 'Minimum Deployment Target' 10.7 (Lion) and documenting MacOS ve... | Sven Gothel | 2023-05-06 | 2 | -2/+58 |
* | Roll back MacOS Min Version Requirement to 10.5 from 11.0 (macosx-version-min) | Sven Gothel | 2023-05-04 | 1 | -2/+7 |
* | HowToBuild: MacOS: Detail cmake commandline installation and mention 7-Zip | Sven Gothel | 2023-05-04 | 1 | -1/+5 |
* | HowToBuild: Windows: We use MinGW64 w/ 'posix threads' instead of 'win32 thre... | Sven Gothel | 2023-05-04 | 1 | -2/+11 |
* | HowToBuild: Update Debian >= 11 | Sven Gothel | 2023-01-17 | 1 | -11/+2 |
* | HowToBuild: Remove Windows 32bit; Update Window 64bit toolchain, fix MacOS cm... | Sven Gothel | 2023-01-17 | 1 | -28/+10 |