graph
- Plan2016-10-11, by Chris Cannam
- Build rpcrequest types. May be a misdirection2016-10-11, by Chris Cannam
- Inching toward a client2016-10-11, by Chris Cannam
- Add ~ to ignore2016-10-11, by Chris Cannam
- Start experimental client-side stub2016-10-11, by Chris Cannam
- Ensure finish() can be called even if not configured (otherwise there's no way to dispose of the plugin)2016-10-11, by Chris Cannam
- Tiny indent2016-10-11, by Chris Cannam
- Rearrange and rename to Piper C++ structure2016-10-10, by Chris Cannam
- Ensure code is at least set, but just to 0 at the mo2016-10-10, by Chris Cannam
- Ensure id is passed through properly in convert and in server2016-10-10, by Chris Cannam
- Ensure id is passed through in adapter (still pending for server/converter)2016-10-07, by Chris Cannam
- vamp -> piper for IDL specs2016-10-07, by Chris Cannam
- Begin capnp RPC test2016-10-07, by Chris Cannam
- Merge from branch jsonrpc2016-10-06, by Chris Cannam
- Update again to latest plugin-terminology-free schema2016-10-06, by Chris Cannam
- Validation fixes2016-10-05, by 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).2016-09-27, by Chris Cannam
- Merge from noexcept branch2016-09-23, by Chris Cannam
- Support split OutputDescriptor, and plugins rather than pluginData in listResponse from SDK2016-09-23, by Chris Cannam
- Validate JSON requests and responses2016-09-23, by Chris Cannam
- input -> processInput, to align with JSON2016-09-21, by Chris Cannam
- input -> processInput, to align with JSON2016-09-21, by 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).2016-09-20, by Chris Cannam
- Tidy2016-09-19, by Chris Cannam
- Merge from branch outputid-string-in-featureset2016-09-19, by Chris Cannam
- Make the output ID mapper stuff safer by using shared_ptr2016-09-19, by Chris Cannam
- Introduce ListResponse type as well2016-09-19, by Chris Cannam
- Make RequestResponse types more consistent by adding plugin to ConfigurationResponse and introducing a FinishRequest2016-09-19, by Chris Cannam