Tue, 07 Feb 2017 18:35:52 +0000 |
Lucas Thompson |
Change wording.
|
Tue, 07 Feb 2017 18:31:56 +0000 |
Lucas Thompson |
Remove redundant line.
|
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.
|
Fri, 03 Feb 2017 11:09:37 +0000 |
Lucas Thompson |
Remove some whitespace.
|
Tue, 31 Jan 2017 23:01:49 +0000 |
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.
|
Tue, 31 Jan 2017 22:58:38 +0000 |
Lucas Thompson |
Fix populating ListResponse from JSON response, incorrect indexing.
|
Tue, 31 Jan 2017 22:56:52 +0000 |
Lucas Thompson |
Fix handling of parsing json error responses from a server, and allow for re-writing them without changing the error message further.
|
Tue, 31 Jan 2017 22:54:08 +0000 |
Lucas Thompson |
Fix typo / wrong indexing in calling code to parsing configured output descriptor.
|
Tue, 31 Jan 2017 22:47:12 +0000 |
Lucas Thompson |
Fix regression from old schema changes, regarding assessing whether a JSON response was successful
|
Tue, 31 Jan 2017 22:21:51 +0000 |
Lucas Thompson |
Merge branch 'master' of https://github.com/piper-audio/piper-cpp
|
Tue, 31 Jan 2017 18:05:11 +0000 |
Chris Cannam |
Add some necessary headers
|
Tue, 31 Jan 2017 15:07:39 +0000 |
Lucas Thompson |
Merge branch 'master' of https://github.com/piper-audio/piper-cpp
|
Tue, 31 Jan 2017 14:53:24 +0000 |
Chris Cannam |
More work on error and exception handling
|
Tue, 31 Jan 2017 11:26:07 +0000 |
Chris Cannam |
Trap and rethrow after locking into failed state
|
Tue, 31 Jan 2017 14:07:18 +0000 |
Lucas Thompson |
Add case to exercise JSON responses.
|
Tue, 31 Jan 2017 11:08:31 +0000 |
Chris Cannam |
Add a failed state to the plugin stub, to prevent it making any further
|
Sat, 21 Jan 2017 12:21:13 +0000 |
Chris Cannam |
Add ext
|
Sat, 21 Jan 2017 12:19:10 +0000 |
Chris Cannam |
Another little tweak
|
Sat, 21 Jan 2017 12:18:34 +0000 |
Chris Cannam |
No, I didn't like that much. Try this
|
Sat, 21 Jan 2017 12:17:55 +0000 |
Chris Cannam |
Minor tweaks
|
Sat, 21 Jan 2017 12:17:02 +0000 |
Chris Cannam |
README, COPYING
|
Sat, 21 Jan 2017 08:52:54 +0000 |
Chris Cannam |
Libpath
|
Sat, 21 Jan 2017 08:25:10 +0000 |
Chris Cannam |
Attempt Qt homebrew path
|
Fri, 20 Jan 2017 23:39:39 +0000 |
Chris Cannam |
Cut any spurious whitespace from wc output
|
Fri, 20 Jan 2017 22:24:44 +0000 |
Chris Cannam |
Improve error handling and extend tests for it
|
Fri, 20 Jan 2017 22:24:11 +0000 |
Chris Cannam |
Use Makefile.osx on that platform
|
Fri, 20 Jan 2017 18:56:32 +0000 |
Chris Cannam |
Add Vamp dir to link
|
Fri, 20 Jan 2017 18:41:25 +0000 |
Chris Cannam |
Ensure example plugins are available
|
Fri, 20 Jan 2017 18:07:07 +0000 |
Chris Cannam |
Another of those...
|
Fri, 20 Jan 2017 18:00:32 +0000 |
Chris Cannam |
The gcc version Travis is using complains about the default return;
|
Fri, 20 Jan 2017 17:52:56 +0000 |
Chris Cannam |
Fix some include paths, configure Vamp SDK without host
|
Fri, 20 Jan 2017 17:46:56 +0000 |
Chris Cannam |
We'll need the piper dir
|
Fri, 20 Jan 2017 17:45:54 +0000 |
Chris Cannam |
Move some things around, and add overall test script
|
Thu, 19 Jan 2017 14:05:21 +0000 |
Chris Cannam |
Update api usage in test client
|
Thu, 19 Jan 2017 10:49:07 +0000 |
Chris Cannam |
Implement timeouts
|
Thu, 19 Jan 2017 10:48:45 +0000 |
Chris Cannam |
Report messages < 1 word as incomplete, and messages with crazily large estimated sizes as invalid
|
Thu, 19 Jan 2017 09:57:58 +0000 |
Chris Cannam |
Allow the completeness checker to report failure (invalid message) as well as incompleteness
|
Wed, 18 Jan 2017 14:53:07 +0000 |
Chris Cannam |
Minor debug bit
|
Wed, 18 Jan 2017 14:19:22 +0000 |
Chris Cannam |
Make this log option be off by default
|
Wed, 18 Jan 2017 14:19:12 +0000 |
Chris Cannam |
Don't try to validate if schema dir not found (avoiding lengthy errors)
|
Wed, 18 Jan 2017 14:13:21 +0000 |
Chris Cannam |
Log function entry/exit points (optionally)
|
Mon, 16 Jan 2017 14:31:23 +0000 |
Chris Cannam |
Fix compiler warning
|
Thu, 12 Jan 2017 09:00:35 +0000 |
Chris Cannam |
Fix a couple more compiler warnings
|
Thu, 12 Jan 2017 08:49:36 +0000 |
Chris Cannam |
Fix various compiler warnings
|
Thu, 12 Jan 2017 08:49:26 +0000 |
Chris Cannam |
Discard stdout output that occurs in between our own outputs (e.g. from plugin)
|
Thu, 17 Nov 2016 17:57:50 +0000 |
Chris Cannam |
Avoid building app bundles for helper executables
|