Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed java.home directory and removed obsolete tools.jar | Wade Walker | 2019-08-16 | 2 | -11/+11 |
| | | | | | | In Java 9+, there's no longer a "jre" directory in the installation, so removed references to it. The tools.jar file also no longer exists in Java installations (it's now stored in a secret non-JAR format), so removed that as well. | ||||
* | junit test NB mapping. | Michael Bien | 2011-02-13 | 1 | -1/+1 |
| | |||||
* | Proper antlr.jar in NB projects.xml (2nd try) | Sven Gothel | 2010-11-08 | 1 | -4/+4 |
| | |||||
* | PCPP: Add '# <line> <file>' pass through ; Fix NB antlr.jar reference | Sven Gothel | 2010-11-07 | 1 | -1/+1 |
| | |||||
* | added slice utility methods to Buffers + rudimentary test. | Michael Bien | 2010-07-04 | 1 | -2/+2 |
| | |||||
* | small fix in IDE target. Test ran twice in debug mode. | Michael Bien | 2010-06-10 | 1 | -1/+0 |
| | |||||
* | Put junit.jar 4.8.2, antlr.jar 2.7.7 into make/lib, and use it as the ↵ | Sven Gothel | 2010-05-12 | 2 | -7/+7 |
| | | | | default, if not specified otherwise in /home/sven/gluegen.properties | ||||
* | updated NetBeans integration targets. | Michael Bien | 2010-04-08 | 2 | -29/+57 |
| | |||||
* | updated netbeans project files (added new test folder into path). | Michael Bien | 2010-03-28 | 1 | -0/+16 |
| | |||||
* | added test target to main build script. | Michael Bien | 2010-02-12 | 2 | -14/+59 |
| | | | | | added StructAccessorTest, refactored other tests. updated project files, paths etc. | ||||
* | updated project files to reference antlr-3.2.jar. | Michael Bien | 2010-01-12 | 2 | -7/+7 |
| | |||||
* | added first JUnit test: GlueGenTest.java. (dependencies: junit-4.5.jar, ↵ | Michael Bien | 2009-10-18 | 2 | -3/+164 |
| | | | | | | | 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. | ||||
* | gluegen.jar compiles now with source=1.5 classfile version (However, ↵ | Michael Bien | 2009-10-08 | 1 | -1/+1 |
| | | | | | | gluegen-rt.jar still uses 1.4). generified classes in pcpp package and removed warnings (java 5 cleanup). | ||||
* | fixed netbeans project classpath. | Michael Bien | 2009-10-08 | 1 | -5/+5 |
| | |||||
* | added NetBeans project files | Michael Bien | 2009-07-24 | 2 | -0/+90 |