aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/com/jsyn/util/NumericOutput.java
Commit message (Collapse)AuthorAgeFilesLines
* jsyn: remove dependency on SLF4JPhil Burk2021-09-011-27/+22
| | | | | | It was causing too many problems and had no apparent benefit. Fixes #101
* Restructured project, added gradle, JUnit, logger, and moreRubbaBoy2020-10-301-0/+193
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.