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