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
|
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: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
|
Fri, 16 Sep 2016 14:15:41 +0100 |
Chris Cannam |
Simplify
|
Fri, 16 Sep 2016 14:13:21 +0100 |
Chris Cannam |
Begin plugin output id / index mapping for use in feature sets
|
Wed, 14 Sep 2016 14:43:37 +0100 |
Chris Cannam |
Merge from branch process-noparse
|
Mon, 12 Sep 2016 15:17:48 +0100 |
Chris Cannam |
Backed out changeset cc333241cc8c
|
Mon, 12 Sep 2016 15:17:35 +0100 |
Chris Cannam |
Some timing calculations. I don't actually want to keep these, they're just for reference -- will back out in a mo
|
Fri, 09 Sep 2016 11:05:44 +0100 |
Chris Cannam |
Comments
|
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
|
Wed, 24 Aug 2016 10:50:40 +0100 |
Chris Cannam |
Simple test script (and associated fixes) for the JS code
|
Tue, 23 Aug 2016 12:04:49 +0100 |
Chris Cannam |
Some JSON fixes and a quick test program
|
Tue, 23 Aug 2016 11:17:01 +0100 |
Chris Cannam |
Exception handling in adapter code
|
Mon, 22 Aug 2016 17:16:44 +0100 |
Chris Cannam |
Pull out CountingPluginHandleMapper; consts
|
Mon, 22 Aug 2016 17:16:23 +0100 |
Chris Cannam |
Consts
|
Mon, 22 Aug 2016 17:16:11 +0100 |
Chris Cannam |
Update base-n code from https://github.com/azawadzki/base-n
|
Wed, 25 May 2016 14:49:44 +0100 |
Chris Cannam |
Adjust build for OSX
|
Wed, 25 May 2016 14:37:32 +0100 |
Chris Cannam |
Test file
|
Wed, 25 May 2016 14:18:36 +0100 |
Chris Cannam |
Since JSON is no longer the "fast" protocol format, might as well use the non-b64 encoding by default now
|
Wed, 25 May 2016 11:09:18 +0100 |
Chris Cannam |
Check channel count & block size
|
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
|