Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Eclipse classpath | Sven Gothel | 2023-06-30 | 1 | -1/+1 |
| | |||||
* | Eclipse: Update settings | Sven Gothel | 2023-01-14 | 1 | -1/+5 |
| | |||||
* | Eclipse: Use JDK 1.8.0 JRE container to avoid Java 11 modules | Sven Gothel | 2023-01-14 | 1 | -1/+1 |
| | |||||
* | Bug 1363: Java 11: Use new Android SDK 24 for Eclipse Android .classpath | Sven Gothel | 2019-09-04 | 1 | -1/+1 |
| | |||||
* | Eclipse: Move android.jar to classpath end, avoid junit override | Sven Gothel | 2019-03-19 | 1 | -1/+1 |
| | |||||
* | Eclipse .classpath: Add source mapping of antlr-src.zip to antlr.jar | Sven Gothel | 2015-07-14 | 1 | -1/+1 |
| | |||||
* | Bug 1149 - Replacing PCPP w/ JCPP, allowing complete macro handling (Part-2: ↵ | Sven Gothel | 2015-03-24 | 1 | -0/+2 |
| | | | | JCPP submodule, build, test and doc) | ||||
* | Unit Test: Added Semantic Version Test (Current version agains v2.1.5) | Sven Gothel | 2014-05-13 | 1 | -0/+1 |
| | | | | | | | | | | | | | TestVersionSemantics adds testing of semantic versioning of 2.1.5 gluegen-rt.jar against the current version within a unit test. Currently we expect BACKWARD_COMPATIBLE_USER and need to toggle this to NON_BACKWARD_COMPATIBLE, if actually perfoming non compatible major or minor version changes. The latter is allowed right now, since we increment from 2.1 -> 2.2! - Added https://github.com/jeluard/semantic-versioning semver.jar (Apache License Version 2.0) | ||||
* | Eclipse .classpath: Add 'src' 'test/junit' | Sven Gothel | 2014-05-11 | 1 | -0/+1 |
| | |||||
* | Bump junit 4.8.2 -> 4.11 (incl. hamcrest 1.2) ; TestTempJarCache uses ↵ | Sven Gothel | 2013-08-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | '@FixMethodOrder(MethodSorters.NAME_ASCENDING)' annotation Issue: Java7 unit test order is no more predictable Fix: junit 4.11 performs a determined (not defined default) test order. Additionally user can force ascending method name test order Produced a drop-in junit.jar / junit-source.zip replacement, which includes - junit version version 4.11 - hamcrest-core version 1.3 | ||||
* | Android: Compile agains API Level 15 for AV package, we don't require it though. | Sven Gothel | 2012-04-02 | 1 | -1/+1 |
| | |||||
* | Add android src zip, better license info; Dropped SDK 8 for now | Sven Gothel | 2011-08-03 | 1 | -1/+1 |
| | |||||
* | Eclipse Classpath: Add android.jar | Sven Gothel | 2011-08-02 | 1 | -0/+1 |
| | |||||
* | Eclipse: use native build path of tests | Sven Gothel | 2011-04-27 | 1 | -1/+1 |
| | |||||
* | Speed up Eclipse build | Wade Walker | 2011-02-25 | 1 | -1/+1 |
| | | | | | Changes Eclipse's build settings to reduce the amount of stuff rebuilt by the build.xml flow. | ||||
* | Created Eclipse project files. | Wade Walker | 2011-01-11 | 1 | -0/+28 |
Created the Eclipse project files needed to build gluegen. These files don't contain any absolute paths, but they do depend on the user setting up the JRE and Ant properly inside Eclipse. |