summaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/gluegen/cgram
Commit message (Expand)AuthorAgeFilesLines
* 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
* Renamed com.sun.gluegen -> com.jogamp.gluegenSven Gothel2010-11-0634-0/+8442