summaryrefslogtreecommitdiffstats
path: root/nbproject
Commit message (Collapse)AuthorAgeFilesLines
* junit test NB mapping.Michael Bien2011-02-131-1/+1
|
* Proper antlr.jar in NB projects.xml (2nd try)Sven Gothel2010-11-081-4/+4
|
* PCPP: Add '# <line> <file>' pass through ; Fix NB antlr.jar referenceSven Gothel2010-11-071-1/+1
|
* added slice utility methods to Buffers + rudimentary test.Michael Bien2010-07-041-2/+2
|
* small fix in IDE target. Test ran twice in debug mode.Michael Bien2010-06-101-1/+0
|
* Put junit.jar 4.8.2, antlr.jar 2.7.7 into make/lib, and use it as the ↵Sven Gothel2010-05-122-7/+7
| | | | default, if not specified otherwise in /home/sven/gluegen.properties
* updated NetBeans integration targets.Michael Bien2010-04-082-29/+57
|
* updated netbeans project files (added new test folder into path).Michael Bien2010-03-281-0/+16
|
* added test target to main build script.Michael Bien2010-02-122-14/+59
| | | | | added StructAccessorTest, refactored other tests. updated project files, paths etc.
* updated project files to reference antlr-3.2.jar.Michael Bien2010-01-122-7/+7
|
* added first JUnit test: GlueGenTest.java. (dependencies: junit-4.5.jar, ↵Michael Bien2009-10-182-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 Bien2009-10-081-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 Bien2009-10-081-5/+5
|
* added NetBeans project filesMichael Bien2009-07-242-0/+90