4
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 22 hours ago.
Jun 15, 2024 — Jun 15, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
JavaEmitter.bindFunction(): Add JavaCallback userParam non-void case (i.e. 'String') More... almost 2 years ago
JavaEmitter.bindFunction(): Add JavaCallback userParam non-void case (i.e. 'String') More... almost 2 years ago
CMethodBindingEmitter.emitBodyPassCArguments(): Either pass STRING_CHARS_PREFIX or javaCallbackEmitter.emitCOptArgumentSuffix(..) More... almost 2 years ago
CMethodBindingEmitter.emitBodyPassCArguments(): Either pass STRING_CHARS_PREFIX or javaCallbackEmitter.emitCOptArgumentSuffix(..) More... almost 2 years ago
feat(callbackGenerator): Prevent generation of CallBack interface if setter related isn't present
Mathieu Féry (Mathius)
as Mathieu Féry
More... almost 2 years ago
feat(callbackGenerator): Prevent generation of CallBack interface if setter related isn't present
Mathieu Féry (Mathius)
as Mathieu Féry
More... almost 2 years ago
Fix & Enhance Test4JavaCallback for non-userParam chapter12*: Fix ad-hoc compound equals and add chapter12b for additional parameter with different order More... almost 2 years ago
Fix & Enhance Test4JavaCallback for non-userParam chapter12*: Fix ad-hoc compound equals and add chapter12b for additional parameter with different order More... almost 2 years ago
JavaEmitter: Encapsulate 'needsJavaCallbackCode' query in JavaConfiguration. TBD: Is this even required? More... almost 2 years ago
JavaEmitter: Encapsulate 'needsJavaCallbackCode' query in JavaConfiguration. TBD: Is this even required? More... almost 2 years ago
JavaCallbackEmitter.emitCAdditionalCode(): Use `info.cbFuncBinding` locally and passed 'jcbFuncCMethodEmitter' only to invoke CMethodBindingEmitter.emitBodyMapCToJNIType(..) More... almost 2 years ago
JavaCallbackEmitter.emitCAdditionalCode(): Use `info.cbFuncBinding` locally and passed 'jcbFuncCMethodEmitter' only to invoke CMethodBindingEmitter.emitBodyMapCToJNIType(..) More... almost 2 years ago
JavaCallbackEmitter.emitJavaCallbackBodyPassJavaArguments(): Drop redundant arg 'MethodBinding jcbFuncCMethodBinding', use local 'info.cbFuncBinding' More... almost 2 years ago
JavaCallbackEmitter.emitJavaCallbackBodyPassJavaArguments(): Drop redundant arg 'MethodBinding jcbFuncCMethodBinding', use local 'info.cbFuncBinding' More... almost 2 years ago
JavaCallbackEmitter.emitCSetFuncPreCall(): Drop redundant arg 'CMethodBindingEmitter jcbFuncCMethodEmitter', use local 'info.cbFuncBinding' More... almost 2 years ago
JavaCallbackEmitter.emitCSetFuncPreCall(): Drop redundant arg 'CMethodBindingEmitter jcbFuncCMethodEmitter', use local 'info.cbFuncBinding' More... almost 2 years ago
JavaCallbackEmitter.{emitCSetFuncPreCall, emitCAdditionalCode, emitJavaCallbackBodyPassJavaArguments}(): Fix exclusion of ad-hoc compound conversion for userParam More... almost 2 years ago
JavaCallbackEmitter.{emitCSetFuncPreCall, emitCAdditionalCode, emitJavaCallbackBodyPassJavaArguments}(): Fix exclusion of ad-hoc compound conversion for userParam More... almost 2 years ago
JavaCallbackEmitter.{emitCSetFuncPreCall, emitCAdditionalCode, emitJavaCallbackBodyPassJavaArguments}(): Use capitalized sub-string 'baseArgName' for (static) callback related entities More... almost 2 years ago
JavaCallbackEmitter.{emitCSetFuncPreCall, emitCAdditionalCode, emitJavaCallbackBodyPassJavaArguments}(): Use capitalized sub-string 'baseArgName' for (static) callback related entities More... almost 2 years ago
JavaCallbackEmitter.{emitCSetFuncPreCall, emitCAdditionalCode}(): Group 'userParamDefined' case (cleanup) More... almost 2 years ago
JavaCallbackEmitter.{emitCSetFuncPreCall, emitCAdditionalCode}(): Group 'userParamDefined' case (cleanup) More... almost 2 years ago
CMethodBindingEmitter.emitBodyMapCToJNIType(..): Add proper intendation to NIO ByteBuffer generation (isNIOBuffer || isCompoundTypeWrapper) More... almost 2 years ago
CMethodBindingEmitter.emitBodyMapCToJNIType(..): Add proper intendation to NIO ByteBuffer generation (isNIOBuffer || isCompoundTypeWrapper) More... almost 2 years ago
feat(arrayAccessor): Allow to use ReturnedArrayLength with getter associated with field with name in PascalCase or camelCase
Mathieu Féry (Mathius)
as Mathieu Féry
More... almost 2 years ago
feat(arrayAccessor): Allow to use ReturnedArrayLength with getter associated with field with name in PascalCase or camelCase
Mathieu Féry (Mathius)
as Mathieu Féry
More... almost 2 years ago
Merge remote-tracking branch 'Mathieu_Fery/feature/java_callback_without_user_data' into pulled More... almost 2 years ago
Merge remote-tracking branch 'Mathieu_Fery/feature/java_callback_without_user_data' into pulled More... almost 2 years ago
doc/GlueGen_Mapping.md: Add some documentation with JavaCallback without userData
Mathieu Féry (Mathius)
as Mathieu Féry
More... almost 2 years ago
doc/GlueGen_Mapping.md: Add some documentation with JavaCallback without userData
Mathieu Féry (Mathius)
as Mathieu Féry
More... almost 2 years ago