Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GlueGen JavaCallback: Unify native 'T_JavaCallbackGlueData' typedef structcallback_jniuserparamproxy | Sven Gothel | 2023-07-02 | 1 | -0/+15 |
| | |||||
* | GlueGen LibraryOnLoad Config: Generate `JNI_OnLoad(..)` for dynamic and ↵ | Sven Gothel | 2023-06-29 | 1 | -1/+108 |
| | | | | `JNI_OnLoad_<LibraryBasename>(..)` for static libraries and `JVMUtil_GetJNIEnv(..)` to resolve the `JNIEnv*` as used by JavaCallback | ||||
* | GlueGen Struct [2]: Add CodeUnit: Representing a generated C or Java file, ↵ | Sven Gothel | 2023-06-16 | 1 | -0/+97 |
covering multiple FunctionEmitter allowing to unify output, decoration and dynamic helper code injection per unit - Handles file open and have public ctor emitAutogeneratedWarning(..), being self-contained - Includes `JVMUtil_NewDirectByteBufferCopy(..)` implementation in CCodeUnit, may be injected if required in customCode via emitHeader(..) |