| Commit message (Expand) | Author | Age | Files | Lines |
* | GlueGen FunctionType/MethodBinding: get*ParameterList(): Use a more flexible ... | Sven Gothel | 2023-06-30 | 4 | -33/+70 |
* | GlueGen FunctionType: Factor out getParameterList(..) from toString(..) and d... | Sven Gothel | 2023-06-29 | 1 | -22/+41 |
* | GlueGen FunctionSymbol: Simplify ctor reusing main-ctor; Be always reachable ... | Sven Gothel | 2023-06-25 | 1 | -3/+2 |
* | GlueGen FunctionType: Expose toString(..) w/ 'isPointer' argument | Sven Gothel | 2023-06-25 | 1 | -0/+3 |
* | GlueGen: Fix Type.getSignature(..): Test for isFunctionPointer() to elaborate... | Sven Gothel | 2023-06-25 | 1 | -6/+9 |
* | GlueGen: Type: Have get{Base,Target}Type() stop at isFunctionPointer(), enhan... | Sven Gothel | 2023-06-23 | 5 | -10/+65 |
* | GlueGen: Type, JavaType: Align getSignature(..) output | Sven Gothel | 2023-06-23 | 1 | -40/+47 |
* | GlueGen Type: Use virt getTargetType() for ArrayType dropping getElementType(... | Sven Gothel | 2023-06-19 | 4 | -12/+16 |
* | Merge remote-tracking branch 'Mathieu_Fery/feature/improve_compound_type_errors' | Sven Gothel | 2023-06-18 | 1 | -2/+6 |
|\ |
|
| * | feat(CompoundType): Improve error log on CompoundType.addField and CompoundTy... | Mathieu Féry | 2023-06-16 | 1 | -2/+6 |
* | | Type: Add hasSize(), change getSignature(..) for const: isConstTypedef() -> "... | Sven Gothel | 2023-06-18 | 1 | -2/+5 |
* | | GlueGen Struct [8]: Revised setter (resolved shrinking array, using 'subset' ... | Sven Gothel | 2023-06-17 | 1 | -6/+12 |
|/ |
|
* | GlueGen Struct [3]: Adopt to CodeUnit Abstraction (replacing plain PrintWrite... | Sven Gothel | 2023-06-16 | 1 | -0/+10 |
* | Bug 1153 - GlueGen: Support [const] [native] expressions and conversion to ja... | Sven Gothel | 2015-04-01 | 2 | -39/+120 |
* | Bug 1144 - Add 'DelegateImplementation': Requires own MethodBinding for deleg... | Sven Gothel | 2015-03-11 | 2 | -1/+12 |
* | Bug 1134 - Add ASTLocusTagProvider for Define and fix newline in c-parser (Ex... | Sven Gothel | 2015-03-09 | 1 | -1/+15 |
* | Bug 1134 - Fix IntType 'unsigned'; Type: Use copy-ctor instead of Clonable, .. | Sven Gothel | 2015-03-09 | 18 | -236/+273 |
* | Bug 1134 - Use ASTLocationTag in Logging (PCPP, Emitter); Refine ASTLocationT... | Sven Gothel | 2015-03-08 | 4 | -56/+53 |
* | Fix Type.getDebugString() comma separation | Sven Gothel | 2015-03-07 | 1 | -53/+59 |
* | Bug 1134 - Fix IntType: Add getCName(..) for proper C-type code; Fix its newC... | Sven Gothel | 2015-03-07 | 2 | -30/+52 |
* | Bug 1134 - Pass ASTLocationTag to all types, used for GlueGenException | Sven Gothel | 2015-03-07 | 14 | -105/+208 |
* | Bug 1134 - Fix ProcAddressEmitter.getFunctionPointerTypedefName() ; Fix JavaE... | Sven Gothel | 2015-03-06 | 1 | -4/+13 |
* | Bug 1134 - Add ASTLocationTag, locating source of [semantic] errors while par... | Sven Gothel | 2015-03-06 | 3 | -7/+49 |
* | Bug 1134 - Fix regression: Static C-Function call must use original API name | Sven Gothel | 2015-03-05 | 2 | -2/+22 |
* | Bug 1134 - Enhance GlueGen Compiler: Minimal GL Header Changes _and_ Typesafety | Sven Gothel | 2015-03-05 | 20 | -260/+1130 |
* | Bug 1126 - Remove static query requirement of MachineDescriptor, find matchin... | Sven Gothel | 2015-02-02 | 4 | -48/+63 |
* | Bug 1122: Refine AArch64 and OSType/32Bit incl. MachineDescription | Sven Gothel | 2015-01-30 | 2 | -2/+2 |
* | gluegen: remove the unused reverse map from TypeDictionary | Harvey Harrison | 2014-07-07 | 1 | -9/+0 |
* | 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 | 28 | -272/+272 |
* | Bug 1025 - GlueGen: Add accessor for compound fields of type array, pointer a... | Sven Gothel | 2014-06-25 | 5 | -38/+110 |
* | GlueGen: Add support for compound-array in structs (accessors) ; Allow using ... | Sven Gothel | 2014-06-19 | 1 | -5/+29 |
* | GlueGen: Add support for 'compound array call-by-value' | Sven Gothel | 2014-06-17 | 2 | -5/+18 |
* | gluegen: remove some unused imports | Harvey Harrison | 2014-05-31 | 2 | -3/+0 |
* | gluegen: move all antlr grammars to a top-level directory | Harvey Harrison | 2014-05-31 | 5 | -5076/+0 |
* | Minor Cleanup after merging fixes for bugs 987, 990, 992 and 994 | Sven Gothel | 2014-03-10 | 1 | -3/+4 |
* | Fix accidental tabs. | Wade Walker | 2014-03-04 | 1 | -4/+4 |
* | Remove warnings in emitted C code. | Wade Walker | 2014-03-04 | 2 | -0/+12 |
* | gluegen: add all missing @Override annotations | Harvey Harrison | 2013-10-17 | 19 | -0/+60 |
* | gluegen: remove trailing whitespace | Harvey Harrison | 2013-10-17 | 29 | -269/+269 |
* | gluegen: remove implied use of StringBuffer while appending to StringBuilder | Harvey Harrison | 2013-07-15 | 1 | -2/+2 |
* | gluegen: annotate Hastable of attributes as Hashtable<String, Object> | Harvey Harrison | 2013-07-15 | 1 | -11/+11 |
* | gluegen: remove unneeded casts to TNode | Harvey Harrison | 2013-07-15 | 1 | -4/+4 |
* | FunctionSymbol: Fix equals/hashCode comparison, i.e. skip args/type due to no... | Sven Gothel | 2013-07-14 | 1 | -7/+25 |
* | StringBuffer -> StringBuilder | Sven Gothel | 2013-07-14 | 2 | -3/+3 |
* | gluegen: remove executable bit from java and c source files | Harvey Harrison | 2013-04-09 | 1 | -0/+0 |
* | Revert "Minor revert of clone replacement w/ copt-ctor of commit d7fb6a7bcfbd... | Sven Gothel | 2012-10-18 | 3 | -7/+4 |
* | Minor revert of clone replacement w/ copt-ctor of commit d7fb6a7bcfbd2d5ac452... | Sven Gothel | 2012-10-17 | 3 | -4/+7 |
* | gluegen: generics annotations for various ArrayList/List use | Harvey Harrison | 2012-10-15 | 4 | -5/+5 |
* | Reducing Type's equals | Sven Gothel | 2012-10-16 | 1 | -32/+0 |