summaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/gluegen/cgram
Commit message (Expand)AuthorAgeFilesLines
* Bug 1153 - GlueGen: Support [const] [native] expressions and conversion to ja...Sven Gothel2015-04-012-39/+120
* Bug 1144 - Add 'DelegateImplementation': Requires own MethodBinding for deleg...Sven Gothel2015-03-112-1/+12
* Bug 1134 - Add ASTLocusTagProvider for Define and fix newline in c-parser (Ex...Sven Gothel2015-03-091-1/+15
* Bug 1134 - Fix IntType 'unsigned'; Type: Use copy-ctor instead of Clonable, ..Sven Gothel2015-03-0918-236/+273
* Bug 1134 - Use ASTLocationTag in Logging (PCPP, Emitter); Refine ASTLocationT...Sven Gothel2015-03-084-56/+53
* Fix Type.getDebugString() comma separationSven Gothel2015-03-071-53/+59
* Bug 1134 - Fix IntType: Add getCName(..) for proper C-type code; Fix its newC...Sven Gothel2015-03-072-30/+52
* Bug 1134 - Pass ASTLocationTag to all types, used for GlueGenExceptionSven Gothel2015-03-0714-105/+208
* Bug 1134 - Fix ProcAddressEmitter.getFunctionPointerTypedefName() ; Fix JavaE...Sven Gothel2015-03-061-4/+13
* Bug 1134 - Add ASTLocationTag, locating source of [semantic] errors while par...Sven Gothel2015-03-063-7/+49
* Bug 1134 - Fix regression: Static C-Function call must use original API nameSven Gothel2015-03-052-2/+22
* Bug 1134 - Enhance GlueGen Compiler: Minimal GL Header Changes _and_ TypesafetySven Gothel2015-03-0520-260/+1130
* Bug 1126 - Remove static query requirement of MachineDescriptor, find matchin...Sven Gothel2015-02-024-48/+63
* Bug 1122: Refine AArch64 and OSType/32Bit incl. MachineDescriptionSven Gothel2015-01-302-2/+2
* gluegen: remove the unused reverse map from TypeDictionaryHarvey Harrison2014-07-071-9/+0
* 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-0328-272/+272
* Bug 1025 - GlueGen: Add accessor for compound fields of type array, pointer a...Sven Gothel2014-06-255-38/+110
* GlueGen: Add support for compound-array in structs (accessors) ; Allow using ...Sven Gothel2014-06-191-5/+29
* GlueGen: Add support for 'compound array call-by-value'Sven Gothel2014-06-172-5/+18
* gluegen: remove some unused importsHarvey Harrison2014-05-312-3/+0
* gluegen: move all antlr grammars to a top-level directoryHarvey Harrison2014-05-315-5076/+0
* Minor Cleanup after merging fixes for bugs 987, 990, 992 and 994Sven Gothel2014-03-101-3/+4
* Fix accidental tabs.Wade Walker2014-03-041-4/+4
* Remove warnings in emitted C code.Wade Walker2014-03-042-0/+12
* gluegen: add all missing @Override annotationsHarvey Harrison2013-10-1719-0/+60
* gluegen: remove trailing whitespaceHarvey Harrison2013-10-1729-269/+269
* gluegen: remove implied use of StringBuffer while appending to StringBuilderHarvey Harrison2013-07-151-2/+2
* gluegen: annotate Hastable of attributes as Hashtable<String, Object>Harvey Harrison2013-07-151-11/+11
* gluegen: remove unneeded casts to TNodeHarvey Harrison2013-07-151-4/+4
* FunctionSymbol: Fix equals/hashCode comparison, i.e. skip args/type due to no...Sven Gothel2013-07-141-7/+25
* StringBuffer -> StringBuilderSven Gothel2013-07-142-3/+3
* gluegen: remove executable bit from java and c source filesHarvey Harrison2013-04-091-0/+0
* Revert "Minor revert of clone replacement w/ copt-ctor of commit d7fb6a7bcfbd...Sven Gothel2012-10-183-7/+4
* Minor revert of clone replacement w/ copt-ctor of commit d7fb6a7bcfbd2d5ac452...Sven Gothel2012-10-173-4/+7
* gluegen: generics annotations for various ArrayList/List useHarvey Harrison2012-10-154-5/+5
* Reducing Type's equalsSven Gothel2012-10-161-32/+0
* Intermediate revised Type.java edit before reducingSven Gothel2012-10-161-8/+34
* gluegen: conditional cleanup in Type.equals()Harvey Harrison2012-10-141-12/+7
* gluegen: break apart a complex conditional in Type.equals() for readabilityHarvey Harrison2012-10-131-2/+15
* gluegen: fix equals comparison in cgrammer Type classHarvey Harrison2012-10-131-1/+1
* gluegen: remove trailing whitespace from cgrammer Type classHarvey Harrison2012-10-131-10/+10
* StringBuffer -> StringBuilder (Local objects, no concurrency)Sven Gothel2012-04-167-30/+29
* Reversed Type relocation ; Minor fixSven Gothel2011-07-2124-4/+2372
* - Moved most types and StructLayout to runtime package:Sven Gothel2011-07-1820-2117/+8
* GlueGen: Alignment Cleanup ..Sven Gothel2011-07-174-53/+104
* GlueGen proper size / alignment of primitive and compound types usage [1/2] -...Sven Gothel2011-07-1710-178/+44
* Fix size_t, uintptr_t and uint32_t, uint64_t: suppress 'unsigned' in 'toStrin...Sven Gothel2010-11-142-5/+5
* Gluegen: Types (stddef/stdint), Header and Predefined Macro ChangeSven Gothel2010-11-094-0/+28
* Clarified cgram license, ie TNode.javaSven Gothel2010-11-081-0/+38