log

age author description
Tue, 07 Feb 2017 18:19:57 +0000 Lucas Thompson Add some more tests for calling process after successful and failed initialise calls.
Tue, 07 Feb 2017 16:35:32 +0000 Lucas Thompson Merge branch 'master' of https://github.com/piper-audio/piper-cpp into test/plugin-stub-configured-framing
Tue, 07 Feb 2017 09:51:29 +0000 Chris Cannam Merge pull request #3 from piper-audio/dev/step-and-block-size
Tue, 07 Feb 2017 16:35:16 +0000 Lucas Thompson Test setup for testing PluginCache caches framing sizes across init calls.
Tue, 07 Feb 2017 11:07:17 +0000 Lucas Thompson Setup test harness (Catch), integrate into build system.
Tue, 07 Feb 2017 10:25:15 +0000 Lucas Thompson Manually bring in Catch for testing.
Mon, 06 Feb 2017 12:04:25 +0000 Chris Cannam Merge pull request #2 from piper-audio/dev/step-and-block-size
Wed, 08 Feb 2017 10:09:51 +0000 Chris Cannam Documentation
Mon, 06 Feb 2017 16:44:33 +0000 Chris Cannam Fix erroneous logic for handling step and block size in prior commit
Fri, 03 Feb 2017 16:23:21 +0000 Chris Cannam Pull step & block size out into framing struct, return in config
Fri, 03 Feb 2017 13:00:42 +0000 Chris Cannam Merge pull request #1 from piper-audio/fix/regression-json-responses
Fri, 03 Feb 2017 12:41:37 +0000 Lucas Thompson Explicitly handle the individual error cases.
Fri, 03 Feb 2017 11:18:41 +0000 Lucas Thompson Add comment warning that json_to_capnp needs to be the last conversion tested.
Fri, 03 Feb 2017 11:15:55 +0000 Lucas Thompson Fix typo.
Fri, 03 Feb 2017 11:12:27 +0000 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.