Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | http://www.jogamp.org/bugzilla/show_bug.cgi?id=390 | Sven Gothel | 2010-03-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | The current junit tests use a fixed 'build' sub-path, not the customizing 'rootrel.build' path. More properties needs to be passed through (ant -> junit -> ant) to comply with the current build system: * rootrel.build * os.arch * gluegen.user.compiler.file Fixed .. However .. since even more properties may influence the build, a more native solution with just plain 'ant' might be more desireable .. | ||||
* | fixed regression in constant emission where a type suffix (e.g. 'f') was ↵ | Michael Bien | 2010-03-22 | 1 | -8/+14 |
| | | | | | | illegally added after a closing bracket. added testcase. | ||||
* | junit test code cleanup and some build preperations for hudson. | Michael Bien | 2010-02-12 | 1 | -1/+8 |
| | |||||
* | added test target to main build script. | Michael Bien | 2010-02-12 | 1 | -0/+101 |
added StructAccessorTest, refactored other tests. updated project files, paths etc. |