aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/gluegen/procaddress
Commit message (Expand)AuthorAgeFilesLines
* feat(callbackGenerator): Prevent generation of CallBack interface if setter r...Mathieu Féry2023-08-041-2/+3
* GlueGen JavaCallback: Revised: Static Java callback dispatcher, dropping nati...Sven Gothel2023-07-042-12/+10
* GlueGen ProcAddressCMethodBindingEmitter.jniMangle() override: Only add addit...Sven Gothel2023-06-291-1/+1
* GlueGen Fix ProcAddressCMethodBindingEmitter.jniMangle(..) override: Use rena...Sven Gothel2023-06-251-1/+1
* GlueGen: Rename GlueEmitter.getConfig{uration->}() and drop JavaEmitter.getCo...Sven Gothel2023-06-251-1/+1
* GlueGen Struct [3]: Adopt to CodeUnit Abstraction (replacing plain PrintWrite...Sven Gothel2023-06-163-89/+90
* Bug 1144 - Add 'DelegateImplementation': Requires own MethodBinding for deleg...Sven Gothel2015-03-112-15/+6
* Bug 1134 - LOG AliasedSymbol: Don't issue getAliasedString(), logger takes ca...Sven Gothel2015-03-112-7/+7
* Bug 1144 - Add 'DelegateImplementation': Cleanup MethodBinding/FunctionBindin...Sven Gothel2015-03-113-26/+19
* Bug 1144 - Add 'DelegateImplementation': Sort JavaMethodBindingEmitter argume...Sven Gothel2015-03-102-3/+3
* Bug 1134 - Fix CMethodBindingEmitter return type '_res' qualifiers (part 2)Sven Gothel2015-03-091-1/+6
* Bug 1134 - ProcAddressCMethodBindingEmitter: Use available 'ProcAddrTypedef' ...Sven Gothel2015-03-092-39/+43
* Bug 1134 - Use ASTLocationTag in Logging (PCPP, Emitter); Refine ASTLocationT...Sven Gothel2015-03-082-11/+12
* Bug 1134 - Pass ASTLocationTag to all types, used for GlueGenExceptionSven Gothel2015-03-071-1/+1
* Bug 1134 - Fix ProcAddressEmitter.getFunctionPointerTypedefName() ; Fix JavaE...Sven Gothel2015-03-061-1/+1
* Bug 1134 - Utilize AliasedSymbol where required in *Configuration; Clarify Pr...Sven Gothel2015-03-063-39/+85
* Bug 1134 - Refine Logging using 'LoggerIf' - Replace System.err w/ Logging wh...Sven Gothel2015-03-061-0/+2
* Bug 1134 - Fix regression: Static C-Function call must use original API nameSven Gothel2015-03-051-1/+1
* Bug 1134 - Enhance GlueGen Compiler: Minimal GL Header Changes _and_ TypesafetySven Gothel2015-03-051-4/+10
* Bug 1126 - Remove static query requirement of MachineDescriptor, find matchin...Sven Gothel2015-02-021-1/+1
* ProcAddressConfiguration: Allow setting default value for 'GetProcAddressTabl...Sven Gothel2014-12-181-1/+4
* GlueGen JavaEmitter: Use proper class access modifiers for emitted classes in...Sven Gothel2014-12-111-3/+7
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-034-95/+95
* GlueGen: Add support for 'compound array call-by-value'Sven Gothel2014-06-171-2/+1
* gluegen: remove some unused importsHarvey Harrison2014-05-311-1/+0
* gluegen: use String.format to emit the error exception in implementation classesv2.1.3Harvey Harrison2013-11-301-1/+2
* gluegen: add all missing @Override annotationsHarvey Harrison2013-10-171-0/+4
* gluegen: remove trailing whitespaceHarvey Harrison2013-10-174-38/+38
* StringBuffer -> StringBuilderSven Gothel2013-07-141-2/+0
* ProcAddressTable: Make all handles package private, use local PROCADDRESS_VAR...Sven Gothel2013-06-201-6/+13
* Security: Gluegen generated native methods w/ 'pass through function pointer'...Sven Gothel2013-06-201-15/+37
* GlueGen (Compile Time): Add 'CStruct' Annotation Processor (APT) to 'gluegen'...Sven Gothel2013-06-141-1/+1
* gluegen: remove executable bit from java and c source filesHarvey Harrison2013-04-094-0/+0
* ProcAddressEmitter: Remove 'guessing' argument names from types, since they a...Sven Gothel2012-10-161-16/+0
* StringBuffer -> StringBuilder (Local objects, no concurrency)Sven Gothel2012-04-161-2/+1
* ProcAddressEmitter: Even use this emitter for manual impl. methods, which all...Sven Gothel2012-02-231-18/+19
* Reversed Type relocation ; Minor fixSven Gothel2011-07-212-4/+0
* - Moved most types and StructLayout to runtime package:Sven Gothel2011-07-182-0/+4
* Renamed com.sun.gluegen -> com.jogamp.gluegenSven Gothel2010-11-064-0/+1045