| Commit message (Expand) | Author | Age | Files | Lines |
* | GlueGen: Rename GlueEmitter.getConfig{uration->}() and drop JavaEmitter.getCo... | Sven Gothel | 2023-06-25 | 1 | -1/+1 |
* | CPP Enable Pragma Once: Remove cli '--enablePragmaOnce' option as it is enabl... | Sven Gothel | 2023-06-18 | 1 | -4/+1 |
* | Merge remote-tracking branch 'Mathieu_Fery/feature/add_preserveGeneratedCPP_o... | Sven Gothel | 2023-06-18 | 1 | -4/+8 |
|\ |
|
| * | feat(cli): Add --preserveGeneratedCPP option inside GlueGen | Mathieu Féry | 2023-06-16 | 1 | -3/+7 |
* | | Merge remote-tracking branch 'Mathieu_Fery/feature/improve_logs_inside_transl... | Sven Gothel | 2023-06-18 | 1 | -1/+9 |
|\ \ |
|
| * | | feat(translationUnit): Improve logs in case of failure inside translationUnit | Mathieu Féry | 2023-06-16 | 1 | -1/+9 |
| |/ |
|
* | | fix(cli): Fix disablePragmaOnce option | Féry Mathieu (Mathius) | 2023-06-18 | 1 | -1/+1 |
* | | CPP Enable Pragma Once: Default is 'true', since usually all compiler and API... | Sven Gothel | 2023-06-18 | 1 | -2/+5 |
* | | CPP Enable Pragma Once: Add GlueGen.run(..) debug output w/ all paramter | Sven Gothel | 2023-06-18 | 1 | -2/+7 |
* | | feat(feature): Enable pragma once management | Mathieu Féry | 2023-06-16 | 1 | -4/+8 |
|/ |
|
* | Bug 1153 - GlueGen: Support [const] [native] expressions and conversion to ja... | Sven Gothel | 2015-04-01 | 1 | -4/+7 |
* | Bug 1149 - Replacing PCPP w/ JCPP: Name used CPP impl. | Sven Gothel | 2015-03-24 | 1 | -7/+9 |
* | Bug 1149 - Replacing PCPP w/ JCPP, allowing complete macro handling (Part-2: ... | Sven Gothel | 2015-03-24 | 1 | -2/+3 |
* | Bug 1149 - Replacing PCPP w/ JCPP, allowing complete macro handling (Part-1: ... | Sven Gothel | 2015-03-23 | 1 | -38/+44 |
* | Bug 1134 - Add ASTLocusTagProvider for Define and fix newline in c-parser (Ex... | Sven Gothel | 2015-03-09 | 1 | -2/+1 |
* | Bug 1134 - Fix aliased typedef struct emission | Sven Gothel | 2015-03-09 | 1 | -9/+4 |
* | Bug 1134 - Pass ASTLocationTag to all types, used for GlueGenException | Sven Gothel | 2015-03-07 | 1 | -2/+4 |
* | Bug 1134 - Refine Logging using 'LoggerIf' - Replace System.err w/ Logging wh... | Sven Gothel | 2015-03-06 | 1 | -0/+7 |
* | Bug 1134 - Add ASTLocationTag, locating source of [semantic] errors while par... | Sven Gothel | 2015-03-06 | 1 | -2/+4 |
* | Bug 1134 - Enhance GlueGen Compiler: Minimal GL Header Changes _and_ Typesafety | Sven Gothel | 2015-03-05 | 1 | -34/+69 |
* | Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e... | Sven Gothel | 2014-07-03 | 1 | -53/+53 |
* | gluegen: update HeaderParser grammar to annotation EnumType map and functions... | Harvey Harrison | 2014-05-31 | 1 | -2/+1 |
* | gluegen: avoid appending Strings in a loop, pull out a Stringbuilder we can r... | Harvey Harrison | 2014-05-17 | 1 | -11/+17 |
* | gluegen: add all missing @Override annotations | Harvey Harrison | 2013-10-17 | 1 | -0/+3 |
* | gluegen: remove trailing whitespace | Harvey Harrison | 2013-10-17 | 1 | -12/+12 |
* | GlueGen: Expose public static debug() | Sven Gothel | 2011-12-18 | 1 | -7/+6 |
* | Reversed Type relocation ; Minor fix | Sven Gothel | 2011-07-21 | 1 | -4/+0 |
* | GlueGen proper size / alignment of primitive and compound types usage [2/2] -... | Sven Gothel | 2011-07-21 | 1 | -5/+0 |
* | Cleanup: Platform CPU enum, MachineDescription, | Sven Gothel | 2011-07-20 | 1 | -5/+2 |
* | - Moved most types and StructLayout to runtime package: | Sven Gothel | 2011-07-18 | 1 | -0/+4 |
* | GlueGen proper size / alignment of primitive and compound types usage [1/2] -... | Sven Gothel | 2011-07-17 | 1 | -0/+5 |
* | GlueGen: Close in/out streams to allow deleteOnExit() to succeed on Windows | Sven Gothel | 2010-11-25 | 1 | -0/+3 |
* | JogampVersion: StringBuffer getInfo(StringBuffer) -> StringBuffer toStringBuf... | Sven Gothel | 2010-11-14 | 1 | -1/+1 |
* | com.jogamp.common.util.GlueGenVersion -> com.jogamp.common.GlueGenVersion | Sven Gothel | 2010-11-12 | 1 | -1/+1 |
* | New: JogampVersion, providing generic information for Jogamp JAR archives; Ve... | Sven Gothel | 2010-11-12 | 1 | -0/+2 |
* | Enhance API doc .. package description etc | Sven Gothel | 2010-11-09 | 1 | -50/+0 |
* | Gluegen: Types (stddef/stdint), Header and Predefined Macro Change | Sven Gothel | 2010-11-09 | 1 | -11/+48 |
* | Fix PCPP 'define' case; Keep PCPP output file if 'debug' ; GlueGen uses PCPP ... | Sven Gothel | 2010-11-07 | 1 | -13/+14 |
* | Gluegen/PCPP: Refined PCPP if-elif-else-endif ; Add 'dumpCPP' option to direc... | Sven Gothel | 2010-11-07 | 1 | -3/+7 |
* | Renamed com.sun.gluegen -> com.jogamp.gluegen | Sven Gothel | 2010-11-06 | 1 | -0/+397 |