log utilities/vampipe-convert.cpp @ 66:6f160dee1192

age author description
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).
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: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:34:00 +0100 Chris Cannam Fix dopy error
Fri, 16 Sep 2016 16:28:47 +0100 Chris Cannam Update adapter etc for feature set strings
Fri, 16 Sep 2016 16:20:05 +0100 Chris Cannam Error handling, and pass plugin handles through
Fri, 16 Sep 2016 15:10:57 +0100 Chris Cannam Introduce and use output id mappers
Thu, 08 Sep 2016 15:27:48 +0100 Chris Cannam Make base64/text selectable when serialising process and feature blocks; add base64 version as an output format for vampipe-convert; make VamPipePluginLibrary switch to returning base64 encoding as soon as it is fed any as input
Tue, 23 Aug 2016 12:04:49 +0100 Chris Cannam Some JSON fixes and a quick test program
Wed, 25 May 2016 10:43:07 +0100 Chris Cannam Switch to non-packed protocol and handle multiple messages and EOF properly; fill in remaining server actions
Tue, 24 May 2016 17:17:03 +0100 Chris Cannam Wire up a couple of server actions
Tue, 24 May 2016 16:30:01 +0100 Chris Cannam Begin server
Tue, 24 May 2016 15:38:50 +0100 Chris Cannam Comment for the future!
Tue, 24 May 2016 14:09:58 +0100 Chris Cannam Capnp writes
Tue, 24 May 2016 12:00:38 +0100 Chris Cannam Wire up Cap'n Proto reading, plus some build and arg processing fixes
Tue, 24 May 2016 10:43:34 +0100 Chris Cannam Pull up type determination into VampJson
Mon, 23 May 2016 16:09:25 +0100 Chris Cannam More on reading and writing json messages
Fri, 20 May 2016 18:05:02 +0100 Chris Cannam Begin vampipe-convert