aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/gluegen/JavaEmitter.java
Commit message (Expand)AuthorAgeFilesLines
...
* Bug 1149 - Replacing PCPP w/ JCPP, allowing complete macro handling (Part-1: ...Sven Gothel2015-03-231-37/+35
* Bug 1144 - Add 'DelegateImplementation': Requires own MethodBinding for deleg...Sven Gothel2015-03-111-38/+58
* Bug 1134 - LOG AliasedSymbol: Don't issue getAliasedString(), logger takes ca...Sven Gothel2015-03-111-2/+2
* Bug 1144 - Add 'DelegateImplementation', manually impl. may delegate to renam...Sven Gothel2015-03-111-7/+16
* Bug 1144 - Add 'DelegateImplementation': Cleanup MethodBinding/FunctionBindin...Sven Gothel2015-03-111-30/+57
* Bug 1144 - Add 'DelegateImplementation': Sort JavaMethodBindingEmitter argume...Sven Gothel2015-03-101-33/+35
* Bug 1144 - Add 'DelegateImplementation': Cleanup JavaConfiguration and use ma...Sven Gothel2015-03-101-6/+8
* Bug 1134 - Refine err/log message of 'previous definition is here'Sven Gothel2015-03-091-2/+2
* Bug 1134 - Fix aliased typedef struct emissionSven Gothel2015-03-091-40/+51
* Bug 1134 - Fix IntType 'unsigned'; Type: Use copy-ctor instead of Clonable, ..Sven Gothel2015-03-091-2/+2
* Bug 1134 - Logging's formatter now takes care of Type -> getDebugString() whe...Sven Gothel2015-03-081-42/+58
* Bug 1134 - Use ASTLocationTag in Logging (PCPP, Emitter); Refine ASTLocationT...Sven Gothel2015-03-081-36/+46
* Bug 1134 - Handle Opaque fields in structs; Print struct field name in apidoc...Sven Gothel2015-03-071-35/+43
* Bug 1134 - Pass ASTLocationTag to all types, used for GlueGenExceptionSven Gothel2015-03-071-48/+70
* Bug 1134 - Fix ProcAddressEmitter.getFunctionPointerTypedefName() ; Fix JavaE...Sven Gothel2015-03-061-1/+3
* Bug 1134 - Utilize AliasedSymbol where required in *Configuration; Clarify Pr...Sven Gothel2015-03-061-2/+2
* Bug 1134 - Refine Logging using 'LoggerIf' - Replace System.err w/ Logging wh...Sven Gothel2015-03-061-39/+36
* Bug 1134 - Add ASTLocationTag, locating source of [semantic] errors while par...Sven Gothel2015-03-061-5/+15
* Bug 1134 - Enhance GlueGen Compiler: Minimal GL Header Changes _and_ TypesafetySven Gothel2015-03-051-99/+157
* Bug 1126 - Remove static query requirement of MachineDescriptor, find matchin...Sven Gothel2015-02-021-16/+16
* Bug 1125 - Make ELF Reader 'jogamp.common.os.elf' StatelessSven Gothel2015-02-011-22/+34
* Bug 1122: Refine AArch64 and OSType/32Bit incl. MachineDescriptionSven Gothel2015-01-301-1/+1
* GlueGen: Make const array-length getter static, if constant.Sven Gothel2015-01-301-18/+26
* GlueGen JavaEmitter: Use proper class access modifiers for emitted classes in...Sven Gothel2014-12-111-14/+19
* gluegen: remove unused imports, unneeded semicolons, add missing @Override an...Harvey Harrison2014-07-071-1/+1
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-031-123/+123
* Bug 1025 - GlueGen: Fix regression of single non-native sized compound fieldsSven Gothel2014-06-251-5/+21
* Bug 1025 - GlueGen: Add accessor for compound fields of type array, pointer a...Sven Gothel2014-06-251-278/+880
* GlueGen: Add support for compound-array in structs (accessors) ; Allow using ...Sven Gothel2014-06-191-34/+95
* GlueGen: Refine compound [array] call-by-value native code injection and init...Sven Gothel2014-06-181-6/+22
* GlueGen: Refine compound [array] call-by-value native code injection and init...Sven Gothel2014-06-181-165/+195
* GlueGen: Add support for 'compound array call-by-value'Sven Gothel2014-06-171-9/+9
* GlueGen: Add support for 'compound call-by-value', i.e. passing and returning...Sven Gothel2014-06-171-18/+122
* JavaEmitter.typeToJavaType: Simplify if-else block ; JavaType.getDumpString()...Sven Gothel2014-06-161-4/+2
* Bug 923: Remove dependency of CStruct annotation processor _generation_ and g...Sven Gothel2014-05-111-115/+118
* Minor Cleanup after merging fixes for bugs 987, 990, 992 and 994Sven Gothel2014-03-101-1/+3
* Allow Ignore in config to ignore unnamed structs.Wade Walker2014-03-051-0/+3
* gluegen: add all missing @Override annotationsHarvey Harrison2013-10-171-0/+21
* gluegen: remove trailing whitespaceHarvey Harrison2013-10-171-24/+24
* ProcAddressTable: Make all handles package private, use local PROCADDRESS_VAR...Sven Gothel2013-06-201-1/+10
* GlueGen (Compile Time): Add 'CStruct' Annotation Processor (APT) to 'gluegen'...Sven Gothel2013-06-141-6/+12
* Fix intptr_t*, uintptr_t*, ptrdiff_t* and size_t* mapping, map them to Pointe...Sven Gothel2013-03-201-3/+4
* Minor cleanup of JavaEmitterv2.0-rc10Sven Gothel2012-07-191-2/+2
* Fix 'NIOOnly' impl ; Use 'final' in gen. Java stubs ;Sven Gothel2012-03-221-17/+14
* JavaEmitter: Fix primitive StructEmitter for non-fixed-sized (size conversion...Sven Gothel2011-12-181-7/+16
* Enhance ReleasePrimitiveArrayCritical: Use mode-flag JNI_ABORT if array is co...Sven Gothel2011-10-061-1/+1
* Fix PCPP/DumpCPP: Avoid NPE ; More descriptive exception in case of non integ...Sven Gothel2011-09-031-1/+1
* Reversed Type relocation ; Minor fixSven Gothel2011-07-211-7/+0
* GlueGen proper size / alignment of primitive and compound types usage [2/2] -...Sven Gothel2011-07-211-206/+172
* FIX StructAccessor / JavaEmitter's struct-emitter: Using byte offsetsSven Gothel2011-07-201-35/+6