Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: fix ANT build | Phil Burk | 2020-10-30 | 1 | -0/+67 |
| | | | | It was broken by the changes made for gradle. | ||||
* | Restructured project, added gradle, JUnit, logger, and more | RubbaBoy | 2020-10-30 | 1 | -66/+0 |
| | | | | Added Gradle (and removed ant), modernized testing via the JUnit framework, moved standalone examples from the tests directory to a separate module, removed sparsely used Java logger and replaced it with SLF4J. More work could be done, however this is a great start to greatly improving the health of the codebase. | ||||
* | build: use java 1.8 in ant script | Phil Burk | 2020-07-02 | 1 | -1/+1 |
| | |||||
* | jsyn docs: various small improvements | Phil Burk | 2020-07-02 | 1 | -1/+6 |
| | | | | Update build.xml to use newer versions of javadoc | ||||
* | Add doc target to ant build.xml | Phil Burk | 2016-03-23 | 1 | -0/+3 |
| | | | | Also fixed Javadoc errors. | ||||
* | Add a doc target to the Ant build script. | Phil Burk | 2016-03-23 | 1 | -8/+17 |
| | | | | | You can now generate Javadocs by entering: ant doc | ||||
* | Set Java target and source to 1.6 in build.xml. | Phil Burk | 2016-02-04 | 1 | -1/+2 |
| | |||||
* | Add jportaudio.jar to the classpath. | Phil Burk | 2016-02-03 | 1 | -1/+5 |
| | |||||
* | Add Manifest for AboutJSyn app. | Phil Burk | 2014-12-31 | 1 | -5/+11 |
| | |||||
* | Ant script for building JSyn JAR file. | Phil Burk | 2014-12-31 | 1 | -0/+38 |