log

age author description
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