graph
- Copyright -> rights2017-02-10, by Chris Cannam
- Minor renaming updates2017-02-10, by Chris Cannam
- Merge pull request #5 from piper-audio/dev/rename-pluginstub2017-02-09, by Chris Cannam
- Update unit tests as well for rename2017-02-09, by Chris Cannam
- Merge remote-tracking branch 'origin/master' into dev/rename-pluginstub2017-02-09, by Chris Cannam
- Merge pull request #7 from piper-audio/dev/make-dependencies2017-02-09, by Chris Cannam
- Merge branch 'master' into dev/rename-pluginstub2017-02-09, by Chris Cannam
- Merge branch 'dev/step-and-block-size'2017-02-09, by Chris Cannam
- Rename PluginStub to PiperVampPlugin and AutoPlugin to PiperAutoPlugin2017-02-09, by Chris Cannam
- Rename methods to avoid referring to plugins in Piper-world2017-02-09, by Chris Cannam
- Dependencies2017-02-09, by Chris Cannam
- Merge pull request #4 from piper-audio/test/plugin-stub-configured-framing2017-02-09, by Chris Cannam
- Authors2017-02-09, by Chris Cannam
- Fix some syntax that the compiler used with Emscripten on Travis doesn't2017-02-09, by Chris Cannam
- Fix typo and use actual data in all process calls.2017-02-09, by Lucas Thompson
- Run the tests after building.2017-02-09, by Lucas Thompson
- Manually bring in Catch license from upstream.2017-02-09, by Lucas Thompson
- Demonstrate that the plugin cannot be re-initialised after a failed call to process.2017-02-09, by Lucas Thompson
- Run the test-suite with more verbose output.2017-02-09, by Lucas Thompson
- Direct initialisation2017-02-07, by Lucas Thompson
- Change wording.2017-02-07, by Lucas Thompson
- Remove redundant line.2017-02-07, by Lucas Thompson
- Add some more tests for calling process after successful and failed initialise calls.2017-02-07, by Lucas Thompson
- Merge branch 'master' of https://github.com/piper-audio/piper-cpp into test/plugin-stub-configured-framing2017-02-07, by Lucas Thompson
- Merge pull request #3 from piper-audio/dev/step-and-block-size2017-02-07, by Chris Cannam
- Test setup for testing PluginCache caches framing sizes across init calls.2017-02-07, by Lucas Thompson
- Setup test harness (Catch), integrate into build system.2017-02-07, by Lucas Thompson
- Manually bring in Catch for testing.2017-02-07, by Lucas Thompson
- Merge pull request #2 from piper-audio/dev/step-and-block-size2017-02-06, by Chris Cannam
- Documentation2017-02-08, by Chris Cannam
- Fix erroneous logic for handling step and block size in prior commit2017-02-06, by Chris Cannam
- Pull step & block size out into framing struct, return in config2017-02-03, by Chris Cannam
- Merge pull request #1 from piper-audio/fix/regression-json-responses2017-02-03, by Chris Cannam
- Explicitly handle the individual error cases.2017-02-03, by Lucas Thompson
- Add comment warning that json_to_capnp needs to be the last conversion tested.2017-02-03, by Lucas Thompson
- Fix typo.2017-02-03, by Lucas Thompson
- Correct the inspection of the JSON object in successful to look for both error and success objects, writing out an error string if neither are present. Revert error handling in readInput() for JSON.2017-02-03, by Lucas Thompson
- Remove some whitespace.2017-02-03, by Lucas Thompson
- Add a more relaxed comparision of JSON responses if the initial comparision fails. Some optional fields aren't populated from the JSON serialisation code.2017-01-31, by Lucas Thompson
- Fix populating ListResponse from JSON response, incorrect indexing.2017-01-31, by Lucas Thompson
- Fix handling of parsing json error responses from a server, and allow for re-writing them without changing the error message further.2017-01-31, by Lucas Thompson
- Fix typo / wrong indexing in calling code to parsing configured output descriptor.2017-01-31, by Lucas Thompson
- Fix regression from old schema changes, regarding assessing whether a JSON response was successful2017-01-31, by Lucas Thompson
- Merge branch 'master' of https://github.com/piper-audio/piper-cpp2017-01-31, by Lucas Thompson
- Add some necessary headers2017-01-31, by Chris Cannam
- Merge branch 'master' of https://github.com/piper-audio/piper-cpp2017-01-31, by Lucas Thompson
- More work on error and exception handling2017-01-31, by Chris Cannam
- Trap and rethrow after locking into failed state2017-01-31, by Chris Cannam
- Add case to exercise JSON responses.2017-01-31, by Lucas Thompson
- Add a failed state to the plugin stub, to prevent it making any further2017-01-31, by Chris Cannam
- Add ext2017-01-21, by Chris Cannam
- Another little tweak2017-01-21, by Chris Cannam
- No, I didn't like that much. Try this2017-01-21, by Chris Cannam
- Minor tweaks2017-01-21, by Chris Cannam
- README, COPYING2017-01-21, by Chris Cannam
- Libpath2017-01-21, by Chris Cannam
- Attempt Qt homebrew path2017-01-21, by Chris Cannam
- Cut any spurious whitespace from wc output2017-01-20, by Chris Cannam
- Improve error handling and extend tests for it2017-01-20, by Chris Cannam
- Use Makefile.osx on that platform2017-01-20, by Chris Cannam