summaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/gluegen/structgen
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'Mathieu_Fery/feature/add_preserveGeneratedCPP_o...Sven Gothel2023-06-181-2/+1
|\
| * feat(cli): Add --preserveGeneratedCPP option inside GlueGenMathieu Féry2023-06-161-1/+1
* | CPP Enable Pragma Once: Default is 'true', since usually all compiler and API...Sven Gothel2023-06-181-1/+1
* | CPP Enable Pragma Once: Add GlueGen.run(..) debug output w/ all paramterSven Gothel2023-06-181-1/+1
* | feat(feature): Enable pragma once managementMathieu Féry2023-06-161-2/+9
|/
* GlueGen Struct [3]: Adopt to CodeUnit Abstraction (replacing plain PrintWrite...Sven Gothel2023-06-161-5/+27
* Bug 1363: Java 11: Revert CStructAnnotationProcessor's @SupportedSourceVersio...Sven Gothel2019-08-191-1/+1
* Bug 1363: Java 11: Document Java8 target constraints; Fix one odd compile issueSven Gothel2019-08-191-1/+1
* Fixed CStruct annotation processor to not use dummy Java variable typesWade Walker2019-08-161-1/+1
* Fixed null pointer exception in logging printWade Walker2019-08-161-1/+4
* Fix warning in annotation processorWade Walker2019-08-161-1/+1
* Bug 1134 - Pass ASTLocationTag to all types, used for GlueGenExceptionSven Gothel2015-03-071-1/+8
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-031-12/+12
* Fix 'typo' in messages: 'Catched' -> 'Caught'Sven Gothel2014-06-281-1/+1
* Bug 923: Remove dependency of CStruct annotation processor _generation_ and g...Sven Gothel2014-05-113-62/+163
* Revert "Fix CStruct annotation processor warning."v2.1.5Sven Gothel2014-03-101-1/+1
* Minor Cleanup after merging fixes for bugs 987, 990, 992 and 994Sven Gothel2014-03-101-2/+1
* Fix CStruct annotation processor warning.Wade Walker2014-03-061-1/+1
* gluegen: remove trailing whitespaceHarvey Harrison2013-10-171-11/+11
* Remedy for Bug 782: Issue Debug.initSingleton() or Debug.debug(..) before cal...Sven Gothel2013-07-171-1/+6
* Fix CStruct APT File Location - Threw FileNotFoundException w/ Java7Sven Gothel2013-06-151-32/+38
* GlueGen (Compile Time): Add 'CStruct' Annotation Processor (APT) to 'gluegen'...Sven Gothel2013-06-142-0/+293