Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | com.sun -> com.jogamp | Sven Gothel | 2010-11-07 | 1 | -17/+0 |
| | |||||
* | fixed handling of size_t which was broken since the introduction of Int64Buffer. | Michael Bien | 2010-05-31 | 1 | -0/+3 |
| | |||||
* | fixed regression in constant emission where a type suffix (e.g. 'f') was ↵ | Michael Bien | 2010-03-22 | 1 | -1/+2 |
| | | | | | | illegally added after a closing bracket. added testcase. | ||||
* | fixed JavaEmitter to support unsigned defines. | Michael Bien | 2010-03-12 | 1 | -0/+1 |
| | |||||
* | added test target to main build script. | Michael Bien | 2010-02-12 | 1 | -0/+2 |
| | | | | | added StructAccessorTest, refactored other tests. updated project files, paths etc. | ||||
* | added first JUnit test: GlueGenTest.java. (dependencies: junit-4.5.jar, ↵ | Michael Bien | 2009-10-18 | 1 | -0/+10 |
antlr-2.7.7.jar in <gluegenroot>/lib) Test tests the basic GlueGen lifecycle: generate->compile java->compile native->load lib->call methods integrated test compile,run and debug targets into NetBeans IDE. |