Wed, 03 Jan 2024 18:12:35 +0000 |
Chris Cannam |
Fix compiler warning re mismatching enum types
|
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.
|
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:47:12 +0000 |
Lucas Thompson |
Fix regression from old schema changes, regarding assessing whether a JSON response was successful
|
Fri, 20 Jan 2017 22:24:44 +0000 |
Chris Cannam |
Improve error handling and extend tests for it
|
Fri, 20 Jan 2017 18:00:32 +0000 |
Chris Cannam |
The gcc version Travis is using complains about the default return;
|
Wed, 02 Nov 2016 18:26:47 +0000 |
Chris Cannam |
Fix failure to convert "from" list
|
Wed, 02 Nov 2016 14:27:42 +0000 |
Chris Cannam |
Add and implement the "from" param for list request. The simple-server implementation is not yet correct.
|
Thu, 27 Oct 2016 16:13:57 +0100 |
Chris Cannam |
Binary modes
|
Thu, 27 Oct 2016 12:01:37 +0100 |
Chris Cannam |
Boilerplate comments
|
Thu, 27 Oct 2016 11:39:41 +0100 |
Chris Cannam |
Add JSON support directly to the server. Had hoped to avoid this (using Capnp as canonical in the server and then converting externally as necessary) but it's just too useful for debugging purposes when bundled with client app
|
Thu, 13 Oct 2016 18:05:35 +0100 |
Chris Cannam |
Bring in the Request/Response classes that were in the Vamp SDK, adding them to vamp-support in here instead
|
Thu, 13 Oct 2016 11:33:19 +0100 |
Chris Cannam |
Implement reset()
|
Mon, 10 Oct 2016 16:31:09 +0100 |
Chris Cannam |
Rearrange and rename to Piper C++ structure
|