| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Intermediate revised Type.java edit before reducing | Sven Gothel | 2012-10-16 | 1 | -8/+34 |
* | gluegen: conditional cleanup in Type.equals() | Harvey Harrison | 2012-10-14 | 1 | -12/+7 |
* | gluegen: break apart a complex conditional in Type.equals() for readability | Harvey Harrison | 2012-10-13 | 1 | -2/+15 |
* | gluegen: fix equals comparison in cgrammer Type class | Harvey Harrison | 2012-10-13 | 1 | -1/+1 |
* | gluegen: remove trailing whitespace from cgrammer Type class | Harvey Harrison | 2012-10-13 | 1 | -10/+10 |
* | StringBuffer -> StringBuilder (Local objects, no concurrency) | Sven Gothel | 2012-04-16 | 7 | -30/+29 |
* | Reversed Type relocation ; Minor fix | Sven Gothel | 2011-07-21 | 24 | -4/+2372 |
* | - Moved most types and StructLayout to runtime package: | Sven Gothel | 2011-07-18 | 20 | -2117/+8 |
* | GlueGen: Alignment Cleanup .. | Sven Gothel | 2011-07-17 | 4 | -53/+104 |
* | GlueGen proper size / alignment of primitive and compound types usage [1/2] -... | Sven Gothel | 2011-07-17 | 10 | -178/+44 |
* | Fix size_t, uintptr_t and uint32_t, uint64_t: suppress 'unsigned' in 'toStrin... | Sven Gothel | 2010-11-14 | 2 | -5/+5 |
* | Gluegen: Types (stddef/stdint), Header and Predefined Macro Change | Sven Gothel | 2010-11-09 | 4 | -0/+28 |
* | Clarified cgram license, ie TNode.java | Sven Gothel | 2010-11-08 | 1 | -0/+38 |