summaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/gluegen/cgram
Commit message (Expand)AuthorAgeFilesLines
* GlueGen FunctionType/MethodBinding: get*ParameterList(): Use a more flexible ...Sven Gothel2023-06-304-33/+70
* GlueGen FunctionType: Factor out getParameterList(..) from toString(..) and d...Sven Gothel2023-06-291-22/+41
* GlueGen FunctionSymbol: Simplify ctor reusing main-ctor; Be always reachable ...Sven Gothel2023-06-251-3/+2
* GlueGen FunctionType: Expose toString(..) w/ 'isPointer' argumentSven Gothel2023-06-251-0/+3
* GlueGen: Fix Type.getSignature(..): Test for isFunctionPointer() to elaborate...Sven Gothel2023-06-251-6/+9
* GlueGen: Type: Have get{Base,Target}Type() stop at isFunctionPointer(), enhan...Sven Gothel2023-06-235-10/+65
* GlueGen: Type, JavaType: Align getSignature(..) outputSven Gothel2023-06-231-40/+47
* GlueGen Type: Use virt getTargetType() for ArrayType dropping getElementType(...Sven Gothel2023-06-194-12/+16
* Merge remote-tracking branch 'Mathieu_Fery/feature/improve_compound_type_errors'Sven Gothel2023-06-181-2/+6
|\
| * feat(CompoundType): Improve error log on CompoundType.addField and CompoundTy...Mathieu Féry2023-06-161-2/+6
* | Type: Add hasSize(), change getSignature(..) for const: isConstTypedef() -> "...Sven Gothel2023-06-181-2/+5
* | GlueGen Struct [8]: Revised setter (resolved shrinking array, using 'subset' ...Sven Gothel2023-06-171-6/+12
|/
* GlueGen Struct [3]: Adopt to CodeUnit Abstraction (replacing plain PrintWrite...Sven Gothel2023-06-161-0/+10
* 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