| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | HowToBuild: adoptopenjdk -> adoptium, openjdk-11 -> openjdk-17 | Sven Gothel | 2023-01-15 | 1 | -10/+10 |
* | MacOS: Add description to produce fat OpenJDK libraries for x86_64 and aarch64 | Sven Gothel | 2023-01-14 | 1 | -1/+16 |
* | MacOS: Add fat universal build w/ x86_64 + aarch64; Bump min SDK version >= 11.0 | Sven Gothel | 2023-01-14 | 1 | -4/+4 |
* | Build Update: CMake 2.8.10.2 -> 3.15.2 (Windows + MacOS), Mingw64 4.8.1 -> 8.1.0 | Sven Gothel | 2019-08-18 | 1 | -15/+19 |
* | Bug 1363: Java 11: Java version must be 11 or greater; Fix HowToBuild: Give d... | Sven Gothel | 2019-08-18 | 1 | -7/+26 |
* | Update HowToBuild (gawk) and windows test scripts | Sven Gothel | 2019-08-18 | 1 | -3/+12 |
* | Bug 1363: Java 11: HowToBuild Update | Sven Gothel | 2019-08-16 | 1 | -33/+55 |
* | Update CSS; Add responsive viewport design tag | Sven Gothel | 2019-05-06 | 2 | -0/+4 |
* | Update HowToBuild.html | Sven Gothel | 2019-03-27 | 1 | -20/+3 |
* | Merge pull request #31 from xranby/bug682 | Sven Gothel | 2019-03-26 | 9 | -16/+16 |
|\ |
|
| * | Bug 682: Rename com.sun.gluegen -> com.jogamp.gluegen in doc/** | Xerxes RĂ„nby | 2015-11-26 | 9 | -16/+16 |
* | | HowToBuild: Refine and add Debian 9 (Stretch) | Sven Gothel | 2017-02-22 | 1 | -2/+15 |
|/ |
|
* | Bug 1219: IOUtil.testDirExe: Satisfactory when executed, more debug options | Sven Gothel | 2015-09-21 | 4 | -0/+473 |