aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/gluegen/GlueGen.java
Commit message (Expand)AuthorAgeFilesLines
* feat(callbackGenerator): Prevent generation of CallBack interface if setter r...Mathieu Féry2023-08-041-1/+1
* GlueGen: Rename GlueEmitter.getConfig{uration->}() and drop JavaEmitter.getCo...Sven Gothel2023-06-251-1/+1
* CPP Enable Pragma Once: Remove cli '--enablePragmaOnce' option as it is enabl...Sven Gothel2023-06-181-4/+1
* Merge remote-tracking branch 'Mathieu_Fery/feature/add_preserveGeneratedCPP_o...Sven Gothel2023-06-181-4/+8
|\
| * feat(cli): Add --preserveGeneratedCPP option inside GlueGenMathieu Féry2023-06-161-3/+7
* | Merge remote-tracking branch 'Mathieu_Fery/feature/improve_logs_inside_transl...Sven Gothel2023-06-181-1/+9
|\ \
| * | feat(translationUnit): Improve logs in case of failure inside translationUnitMathieu Féry2023-06-161-1/+9
| |/
* | fix(cli): Fix disablePragmaOnce optionFéry Mathieu (Mathius)2023-06-181-1/+1
* | CPP Enable Pragma Once: Default is 'true', since usually all compiler and API...Sven Gothel2023-06-181-2/+5
* | CPP Enable Pragma Once: Add GlueGen.run(..) debug output w/ all paramterSven Gothel2023-06-181-2/+7
* | feat(feature): Enable pragma once managementMathieu Féry2023-06-161-4/+8
|/
* Bug 1153 - GlueGen: Support [const] [native] expressions and conversion to ja...Sven Gothel2015-04-011-4/+7
* Bug 1149 - Replacing PCPP w/ JCPP: Name used CPP impl.Sven Gothel2015-03-241-7/+9
* Bug 1149 - Replacing PCPP w/ JCPP, allowing complete macro handling (Part-2: ...Sven Gothel2015-03-241-2/+3
* Bug 1149 - Replacing PCPP w/ JCPP, allowing complete macro handling (Part-1: ...Sven Gothel2015-03-231-38/+44
* Bug 1134 - Add ASTLocusTagProvider for Define and fix newline in c-parser (Ex...Sven Gothel2015-03-091-2/+1
* Bug 1134 - Fix aliased typedef struct emissionSven Gothel2015-03-091-9/+4
* Bug 1134 - Pass ASTLocationTag to all types, used for GlueGenExceptionSven Gothel2015-03-071-2/+4
* Bug 1134 - Refine Logging using 'LoggerIf' - Replace System.err w/ Logging wh...Sven Gothel2015-03-061-0/+7
* Bug 1134 - Add ASTLocationTag, locating source of [semantic] errors while par...Sven Gothel2015-03-061-2/+4
* Bug 1134 - Enhance GlueGen Compiler: Minimal GL Header Changes _and_ TypesafetySven Gothel2015-03-051-34/+69
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-031-53/+53
* gluegen: update HeaderParser grammar to annotation EnumType map and functions...Harvey Harrison2014-05-311-2/+1
* gluegen: avoid appending Strings in a loop, pull out a Stringbuilder we can r...Harvey Harrison2014-05-171-11/+17
* gluegen: add all missing @Override annotationsHarvey Harrison2013-10-171-0/+3
* gluegen: remove trailing whitespaceHarvey Harrison2013-10-171-12/+12
* GlueGen: Expose public static debug()Sven Gothel2011-12-181-7/+6
* Reversed Type relocation ; Minor fixSven Gothel2011-07-211-4/+0
* GlueGen proper size / alignment of primitive and compound types usage [2/2] -...Sven Gothel2011-07-211-5/+0
* Cleanup: Platform CPU enum, MachineDescription,Sven Gothel2011-07-201-5/+2
* - Moved most types and StructLayout to runtime package:Sven Gothel2011-07-181-0/+4
* GlueGen proper size / alignment of primitive and compound types usage [1/2] -...Sven Gothel2011-07-171-0/+5
* GlueGen: Close in/out streams to allow deleteOnExit() to succeed on WindowsSven Gothel2010-11-251-0/+3
* JogampVersion: StringBuffer getInfo(StringBuffer) -> StringBuffer toStringBuf...Sven Gothel2010-11-141-1/+1
* com.jogamp.common.util.GlueGenVersion -> com.jogamp.common.GlueGenVersionSven Gothel2010-11-121-1/+1
* New: JogampVersion, providing generic information for Jogamp JAR archives; Ve...Sven Gothel2010-11-121-0/+2
* Enhance API doc .. package description etcSven Gothel2010-11-091-50/+0
* Gluegen: Types (stddef/stdint), Header and Predefined Macro ChangeSven Gothel2010-11-091-11/+48
* Fix PCPP 'define' case; Keep PCPP output file if 'debug' ; GlueGen uses PCPP ...Sven Gothel2010-11-071-13/+14
* Gluegen/PCPP: Refined PCPP if-elif-else-endif ; Add 'dumpCPP' option to direc...Sven Gothel2010-11-071-3/+7
* Renamed com.sun.gluegen -> com.jogamp.gluegenSven Gothel2010-11-061-0/+397