Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat(feature): Enable pragma once management | Mathieu Féry | 2023-06-15 | 1 | -1/+5 |
| | |||||
* | Bug 1153 - GlueGen: Adapt to commit c6d5ee30e023d030697f14ae2c444ce7a5542e94 ↵v2.4.0v2.3.2 | Sven Gothel | 2015-04-01 | 1 | -1/+1 |
| | | | | (ConstantDefinition rewrite) | ||||
* | IncludeAbsoluteTest: Fix test on Windows: Use slashified absolut pathname as ↵v2.3.1 | Sven Gothel | 2015-03-25 | 1 | -1/+6 |
| | | | | required by Preprocessor | ||||
* | Unit Tests: Extend SingletonJunitCase and use deterministic test order | Sven Gothel | 2015-03-25 | 9 | -29/+77 |
| | |||||
* | Use local LoggerIf, reflecting current log level of GlueGen | Sven Gothel | 2015-03-24 | 3 | -6/+6 |
| | |||||
* | Expose explicit macro expansiob and remove previously added implicit macro ↵ | Sven Gothel | 2015-03-24 | 3 | -44/+89 |
| | | | | | | | | | | | expansion. - Reverts commit 6d805e3f526b30144649232246d5ffdc04a31ebf and explicitly expose expanded macros to PP getMacros(boolean expand) - PP getMacros(boolean expand) - Returns a deep copy of all macros - May expand them if requested and if they are constants, i.e. non-function like. | ||||
* | Complete JogAmp GlueGen merge: Relocate and patch unit test, strip unrelated ↵ | Sven Gothel | 2015-03-24 | 18 | -528/+264 |
| | | | | files, add note in README.md | ||||
* | Add JCPP implementing GenericCPP (for GlueGen) | Sven Gothel | 2015-03-23 | 1 | -0/+192 |
| | |||||
* | Relocate JCPP package: org/anarres/cpp -> com/jogamp/gluegen/jcpp | Sven Gothel | 2015-03-23 | 33 | -51/+61 |
| | |||||
* | Preprocessor.pop_source(..): Fix '#line' number; Preprocessor/Source: Public ↵ | Sven Gothel | 2015-03-23 | 2 | -4/+7 |
| | | | | | | | | | | access (pp.getSource(), s.getParent()) Preprocessor.pop_source(..): Fix '#line' number: See comment: + * FIXME: Removed the '+ 1', since all lines were off by one. + * This solves this case, but I don't know _why_ this was here in the first place. | ||||
* | Preprocessor.addMacro: Expand active macros w/ non-expanding source right ↵ | Sven Gothel | 2015-03-23 | 2 | -0/+7 |
| | | | | | | | | | away, when defined. We use the expanded macros within GlueGen, hence we expand them as they are defined. This shall also reduce the load on later per-use expansion. | ||||
* | Apply our jogamp eclipse cleanup filter: 'final', 'whitespace' .. | Sven Gothel | 2015-03-23 | 4 | -154/+154 |
| | |||||
* | Utilize com.jogamp.gluegen.Logging.LoggerIf instead of org.slf4j.Logger | Sven Gothel | 2015-03-23 | 2 | -6/+12 |
| | |||||
* | Write IncludeAbsoluteTest properly.vanilla | Shevek | 2015-01-01 | 2 | -13/+14 |
| | |||||
* | Hack to make tests pass on trusty jenkins server | Shevek | 2015-01-01 | 1 | -0/+1 |
| | |||||
* | Fix some findbugs warnings. | Shevek | 2015-01-01 | 3 | -5/+6 |
| | |||||
* | Fix #21: Allow including absolute files. | Shevek | 2015-01-01 | 2 | -0/+44 |
| | |||||
* | Fix #10 using build-time metadata. | Shevek | 2015-01-01 | 4 | -3/+120 |
| | |||||
* | Remove old binary files from build tree. | Shevek | 2014-12-31 | 2 | -24/+0 |
| | |||||
* | jsr305 annotations. | Shevek | 2014-12-30 | 3 | -11/+11 |
| | |||||
* | Much simpler fix for #25 still passes tests. | Shevek | 2014-12-30 | 2 | -5/+2 |
| | |||||
* | Fix #23: Allow empty anonymous variadic arguments. | Shevek | 2014-12-30 | 2 | -9/+42 |
| | |||||
* | Add extra test from #25. | Shevek | 2014-12-30 | 1 | -0/+43 |
| | |||||
* | Trim whitespace from macro parameters when a new line is detected. Fixes #25 | TimePath | 2014-12-30 | 2 | -1/+7 |
| | | | | Signed-off-by: Shevek <[email protected]> | ||||
* | SourceChangeEvent now uses an enum. | Shevek | 2014-12-03 | 5 | -13/+19 |
| | | | | -> gradle 2.2.1 | ||||
* | Handle framework includes. | Shevek | 2014-09-11 | 1 | -0/+9 |
| | |||||
* | Handle conditionals in preprocessor statements. | Shevek | 2014-09-11 | 2 | -3/+16 |
| | |||||
* | LexerSource: Handle invalid number as a single INVALID token and don't ↵ | Shevek | 2014-09-11 | 3 | -15/+44 |
| | | | | consume the entire line. | ||||
* | Preprocessor: Fix SQSTRING. | Shevek | 2014-09-10 | 2 | -6/+16 |
| | |||||
* | Modernize: Use slf4j and joptsimple. | Shevek | 2014-09-10 | 7 | -256/+139 |
| | |||||
* | NetBeans refactorings to standardize codebase. | Shevek | 2014-09-10 | 25 | -415/+375 |
| | |||||
* | Fix #18: Give access to list of includes. | Shevek | 2014-09-10 | 1 | -1/+15 |
| | |||||
* | Fix #16: NPE on unterminated ifdef. | Shevek | 2014-09-09 | 3 | -15/+55 |
| | |||||
* | Fix #15. | Shevek | 2014-09-08 | 2 | -4/+22 |
| | |||||
* | Fix #11: Make getPath() public. | Shevek | 2014-02-07 | 3 | -3/+3 |
| | |||||
* | Fix #13: Negative constants are not in the C99 standard. | Shevek | 2014-02-05 | 5 | -40/+28 |
| | |||||
* | Use gradle-velocity-task. | Shevek | 2014-01-29 | 8 | -44/+103 |
| | | | | | Update PreprocessorListener to be an interface. Make Source.getName() public. | ||||
* | Finally fix octal floating point. | Shevek | 2014-01-19 | 2 | -43/+38 |
| | |||||
* | Preprocessor: Apply JSR305; use getMacro everywhere. | Shevek | 2014-01-19 | 1 | -47/+52 |
| | |||||
* | Better numeric base handling. Fix typos in error messages. | Shevek | 2014-01-18 | 3 | -31/+90 |
| | |||||
* | Fix handling of negative exponents. | Shevek | 2014-01-17 | 3 | -9/+27 |
| | |||||
* | Fix lots of NumericValue issues - probably more to go. | Shevek | 2014-01-17 | 5 | -36/+175 |
| | |||||
* | Preprocessor: Look at include_next; some null-guards. | Shevek | 2013-12-28 | 2 | -8/+15 |
| | |||||
* | Implement varargs macros, courtesy ochafik | Shevek | 2013-12-28 | 4 | -3/+43 |
| | |||||
* | Fix #pragma once. | Shevek | 2013-12-28 | 6 | -77/+145 |
| | |||||
* | Lots of findbugs markers. | Shevek | 2013-12-28 | 2 | -26/+43 |
| | |||||
* | Mark include() as protected to allow jnaerator to call it. | Shevek | 2013-12-28 | 1 | -2/+2 |
| | |||||
* | Fix floating point lexing: Missing chars and bad token stream. | Shevek | 2013-12-28 | 2 | -19/+41 |
| | |||||
* | Version bump to 1.4.0-SNAPSHOT. | Shevek | 2013-12-27 | 70 | -5734/+5795 |
| | | | | | Rewrite build system to use gradle. Clean up source for the new generation. | ||||
* | LexerSourceTestCase: Check token offsets to detect bug spotted in jnaerator ↵ | Shevek | 2013-11-04 | 1 | -0/+3 |
| | | | | edition. |