Mercurial > hg > piper-cpp
log json/VampJson.h @ 64:85ec33975434
age | author | description |
---|---|---|
Fri, 23 Sep 2016 14:20:29 +0100 | Chris Cannam | Support split OutputDescriptor, and plugins rather than pluginData in listResponse from SDK |
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:43:32 +0100 | Chris Cannam | Make the output ID mapper stuff safer by using shared_ptr |
Mon, 19 Sep 2016 14:10:19 +0100 | Chris Cannam | Introduce ListResponse type as well |
Mon, 19 Sep 2016 13:35:56 +0100 | Chris Cannam | Make RequestResponse types more consistent by adding plugin to ConfigurationResponse and introducing a FinishRequest |
Fri, 16 Sep 2016 16:20:05 +0100 | Chris Cannam | Error handling, and pass plugin handles through |