index
:
gluegen.git
1.0b06-maint
JOGL_2_SANDBOX
JOGL_CDCCVM_sgothel
MIPS_PORT
android.merged_launcher_gluegen
b202_gl44
b22x
callback_gluemap
callback_jniuserparamproxy
ios
java11
javafx
master
pulled
rc
v2.3.1_winexe
GLUEGEN repository on http://jogamp.org/ ;
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
java
/
com
/
jogamp
/
gluegen
/
procaddress
Commit message (
Expand
)
Author
Age
Files
Lines
*
feat(callbackGenerator): Prevent generation of CallBack interface if setter r...
Mathieu Féry
2023-08-04
1
-2
/
+3
*
GlueGen JavaCallback: Revised: Static Java callback dispatcher, dropping nati...
Sven Gothel
2023-07-04
2
-12
/
+10
*
GlueGen ProcAddressCMethodBindingEmitter.jniMangle() override: Only add addit...
Sven Gothel
2023-06-29
1
-1
/
+1
*
GlueGen Fix ProcAddressCMethodBindingEmitter.jniMangle(..) override: Use rena...
Sven Gothel
2023-06-25
1
-1
/
+1
*
GlueGen: Rename GlueEmitter.getConfig{uration->}() and drop JavaEmitter.getCo...
Sven Gothel
2023-06-25
1
-1
/
+1
*
GlueGen Struct [3]: Adopt to CodeUnit Abstraction (replacing plain PrintWrite...
Sven Gothel
2023-06-16
3
-89
/
+90
*
Bug 1144 - Add 'DelegateImplementation': Requires own MethodBinding for deleg...
Sven Gothel
2015-03-11
2
-15
/
+6
*
Bug 1134 - LOG AliasedSymbol: Don't issue getAliasedString(), logger takes ca...
Sven Gothel
2015-03-11
2
-7
/
+7
*
Bug 1144 - Add 'DelegateImplementation': Cleanup MethodBinding/FunctionBindin...
Sven Gothel
2015-03-11
3
-26
/
+19
*
Bug 1144 - Add 'DelegateImplementation': Sort JavaMethodBindingEmitter argume...
Sven Gothel
2015-03-10
2
-3
/
+3
*
Bug 1134 - Fix CMethodBindingEmitter return type '_res' qualifiers (part 2)
Sven Gothel
2015-03-09
1
-1
/
+6
*
Bug 1134 - ProcAddressCMethodBindingEmitter: Use available 'ProcAddrTypedef' ...
Sven Gothel
2015-03-09
2
-39
/
+43
*
Bug 1134 - Use ASTLocationTag in Logging (PCPP, Emitter); Refine ASTLocationT...
Sven Gothel
2015-03-08
2
-11
/
+12
*
Bug 1134 - Pass ASTLocationTag to all types, used for GlueGenException
Sven Gothel
2015-03-07
1
-1
/
+1
*
Bug 1134 - Fix ProcAddressEmitter.getFunctionPointerTypedefName() ; Fix JavaE...
Sven Gothel
2015-03-06
1
-1
/
+1
*
Bug 1134 - Utilize AliasedSymbol where required in *Configuration; Clarify Pr...
Sven Gothel
2015-03-06
3
-39
/
+85
*
Bug 1134 - Refine Logging using 'LoggerIf' - Replace System.err w/ Logging wh...
Sven Gothel
2015-03-06
1
-0
/
+2
*
Bug 1134 - Fix regression: Static C-Function call must use original API name
Sven Gothel
2015-03-05
1
-1
/
+1
*
Bug 1134 - Enhance GlueGen Compiler: Minimal GL Header Changes _and_ Typesafety
Sven Gothel
2015-03-05
1
-4
/
+10
*
Bug 1126 - Remove static query requirement of MachineDescriptor, find matchin...
Sven Gothel
2015-02-02
1
-1
/
+1
*
ProcAddressConfiguration: Allow setting default value for 'GetProcAddressTabl...
Sven Gothel
2014-12-18
1
-1
/
+4
*
GlueGen JavaEmitter: Use proper class access modifiers for emitted classes in...
Sven Gothel
2014-12-11
1
-3
/
+7
*
Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...
Sven Gothel
2014-07-03
4
-95
/
+95
*
GlueGen: Add support for 'compound array call-by-value'
Sven Gothel
2014-06-17
1
-2
/
+1
*
gluegen: remove some unused imports
Harvey Harrison
2014-05-31
1
-1
/
+0
*
gluegen: use String.format to emit the error exception in implementation classes
v2.1.3
Harvey Harrison
2013-11-30
1
-1
/
+2
*
gluegen: add all missing @Override annotations
Harvey Harrison
2013-10-17
1
-0
/
+4
*
gluegen: remove trailing whitespace
Harvey Harrison
2013-10-17
4
-38
/
+38
*
StringBuffer -> StringBuilder
Sven Gothel
2013-07-14
1
-2
/
+0
*
ProcAddressTable: Make all handles package private, use local PROCADDRESS_VAR...
Sven Gothel
2013-06-20
1
-6
/
+13
*
Security: Gluegen generated native methods w/ 'pass through function pointer'...
Sven Gothel
2013-06-20
1
-15
/
+37
*
GlueGen (Compile Time): Add 'CStruct' Annotation Processor (APT) to 'gluegen'...
Sven Gothel
2013-06-14
1
-1
/
+1
*
gluegen: remove executable bit from java and c source files
Harvey Harrison
2013-04-09
4
-0
/
+0
*
ProcAddressEmitter: Remove 'guessing' argument names from types, since they a...
Sven Gothel
2012-10-16
1
-16
/
+0
*
StringBuffer -> StringBuilder (Local objects, no concurrency)
Sven Gothel
2012-04-16
1
-2
/
+1
*
ProcAddressEmitter: Even use this emitter for manual impl. methods, which all...
Sven Gothel
2012-02-23
1
-18
/
+19
*
Reversed Type relocation ; Minor fix
Sven Gothel
2011-07-21
2
-4
/
+0
*
- Moved most types and StructLayout to runtime package:
Sven Gothel
2011-07-18
2
-0
/
+4
*
Renamed com.sun.gluegen -> com.jogamp.gluegen
Sven Gothel
2010-11-06
4
-0
/
+1045