log

age author description
Wed, 12 Oct 2016 17:47:59 +0100 Chris Cannam Fix decoding error due to misaligned array
Wed, 12 Oct 2016 12:51:33 +0100 Chris Cannam Cast number types
Wed, 12 Oct 2016 12:51:29 +0100 Chris Cannam Debug out
Wed, 12 Oct 2016 11:59:57 +0100 Chris Cannam Client builds; does not run
Tue, 11 Oct 2016 17:08:31 +0100 Chris Cannam Toward QProcess pipe comms take on it
Tue, 11 Oct 2016 16:52:48 +0100 Chris Cannam Plan
Tue, 11 Oct 2016 16:25:52 +0100 Chris Cannam Build rpcrequest types. May be a misdirection
Tue, 11 Oct 2016 15:49:28 +0100 Chris Cannam Inching toward a client
Tue, 11 Oct 2016 14:38:04 +0100 Chris Cannam Add ~ to ignore
Tue, 11 Oct 2016 14:37:38 +0100 Chris Cannam Start experimental client-side stub
Tue, 11 Oct 2016 14:36:43 +0100 Chris Cannam Ensure finish() can be called even if not configured (otherwise there's no way to dispose of the plugin)
Tue, 11 Oct 2016 14:36:18 +0100 Chris Cannam Tiny indent
Mon, 10 Oct 2016 16:31:09 +0100 Chris Cannam Rearrange and rename to Piper C++ structure
Mon, 10 Oct 2016 15:31:44 +0100 Chris Cannam Ensure code is at least set, but just to 0 at the mo
Mon, 10 Oct 2016 15:03:47 +0100 Chris Cannam Ensure id is passed through properly in convert and in server
Fri, 07 Oct 2016 16:43:18 +0100 Chris Cannam Ensure id is passed through in adapter (still pending for server/converter)
Fri, 07 Oct 2016 14:27:11 +0100 Chris Cannam vamp -> piper for IDL specs
Fri, 07 Oct 2016 12:07:17 +0100 Chris Cannam Begin capnp RPC test
Thu, 06 Oct 2016 14:33:12 +0100 Chris Cannam Merge from branch jsonrpc
Thu, 06 Oct 2016 14:32:58 +0100 Chris Cannam Update again to latest plugin-terminology-free schema
Wed, 05 Oct 2016 13:53:08 +0100 Chris Cannam Validation fixes
Tue, 27 Sep 2016 15:04:59 +0100 Chris Cannam Instead of using separate values and b64values entries in JSON serialisations, allow numeric arrays to be replaced by b64 variants wherever they appear (discriminating by type). Also rename values to featureValues in feature throughout, as values turns out to be a hazardous name in a JS context. Finally use Array instead of Text for array encoding (seems clearer).
Fri, 23 Sep 2016 14:23:10 +0100 Chris Cannam Merge from noexcept branch
Fri, 23 Sep 2016 14:20:29 +0100 Chris Cannam Support split OutputDescriptor, and plugins rather than pluginData in listResponse from SDK
Fri, 23 Sep 2016 14:20:06 +0100 Chris Cannam Validate JSON requests and responses
Wed, 21 Sep 2016 12:59:35 +0100 Chris Cannam input -> processInput, to align with JSON
Wed, 21 Sep 2016 12:59:35 +0100 Chris Cannam input -> processInput, to align with JSON
Tue, 20 Sep 2016 16:35:47 +0100 Chris Cannam Replace exceptions throughout the JSON-handling and adapter code with string-arg error handling. No longer need exception handling enabled in Emscripten (with its consequent runtime overhead - though we still need to check whether this error handling regime is actually faster).
Mon, 19 Sep 2016 15:52:38 +0100 Chris Cannam Tidy
Mon, 19 Sep 2016 14:48:43 +0100 Chris Cannam Merge from branch outputid-string-in-featureset