2016-11-16 |
Chris Cannam |
Debug output improvements, and make the checker actually attempt to call the descriptor function for known plugin types
|
2016-11-04 |
Chris Cannam |
Merge from branch listargs
|
2016-11-03 |
Chris Cannam |
Use ListRequest object in api
|
2016-11-02 |
Chris Cannam |
Update client to support list from
|
2016-11-02 |
Chris Cannam |
Fix failure to convert "from" list
|
2016-11-02 |
Chris Cannam |
Do simpler format first
|
2016-11-02 |
Chris Cannam |
Better checking for incoming rpc requests
|
2016-11-02 |
Chris Cannam |
Add and implement the "from" param for list request. The simple-server implementation is not yet correct.
|
2016-10-28 |
Chris Cannam |
Ensure we read right up to end of buffered data after server exits; adjust waiting schedule on Windows (where waitForReadyRead is far too wasteful of sleep time)
|
2016-10-28 |
Chris Cannam |
Rename server to simple-server, and add some more description in usage
|
2016-10-27 |
Chris Cannam |
Remove some debug again by default
|
2016-10-27 |
Chris Cannam |
Binary modes
|
2016-10-27 |
Chris Cannam |
Build fix, + run in debug mode for the mo
|
2016-10-27 |
Chris Cannam |
Error handling
|
2016-10-27 |
Chris Cannam |
Don't exit on exception (needs refining)
|
2016-10-27 |
Chris Cannam |
Fix server invocations from client code
|
2016-10-27 |
Chris Cannam |
Boilerplate comments
|
2016-10-27 |
Chris Cannam |
Small simplification
|
2016-10-27 |
Chris Cannam |
Add JSON support directly to the server. Had hoped to avoid this (using Capnp as canonical in the server and then converting externally as necessary) but it's just too useful for debugging purposes when bundled with client app
|
2016-10-27 |
Chris Cannam |
Debug
|
2016-10-25 |
Chris Cannam |
Fix maddening failure to start server with space in its path
|
2016-10-25 |
Chris Cannam |
Only if server not running
|
2016-10-25 |
Chris Cannam |
Tidying
|
2016-10-25 |
Chris Cannam |
OSX build fixes and logic
|
2016-10-24 |
Chris Cannam |
Merge
|
2016-10-24 |
Chris Cannam |
Win32 build fix
|
2016-10-24 |
Chris Cannam |
Cut down vastly on the number of config.pri files and places where their contents has to be effectively duplicated without them
|
2016-10-20 |
Chris Cannam |
Add .cpp wrapper
|
2016-10-17 |
Chris Cannam |
Add generated files -- they aren't supposed to change (much?) I think and it's better than expecting the compiler to be present on every platform
|
2016-10-17 |
Chris Cannam |
Merge
|
2016-10-14 |
Chris Cannam |
Merge
|
2016-10-14 |
Chris Cannam |
Add pid to server debug output
|
2016-10-17 |
Chris Cannam |
Fix compiler warnings
|
2016-10-14 |
Chris Cannam |
Parameterise process name
|
2016-10-14 |
Chris Cannam |
Serialisation, comments
|
2016-10-14 |
Chris Cannam |
Should not be tracking Makefile (we have a project file)
|
2016-10-13 |
Chris Cannam |
Plugin that creates its own server
|
2016-10-13 |
Chris Cannam |
Bring in the Request/Response classes that were in the Vamp SDK, adding them to vamp-support in here instead
|
2016-10-13 |
Chris Cannam |
Rename to CapnpRRClient (request-response, as opposed to individual RPC calls)
|
2016-10-13 |
Chris Cannam |
Implement list, use request-response classes in loader
|
2016-10-13 |
Chris Cannam |
More renaming
|
2016-10-13 |
Chris Cannam |
Having a class called PipedXX is too confusing with all the Piper classes; give up and rename it
|
2016-10-13 |
Chris Cannam |
Reorganise some classes
|
2016-10-13 |
Chris Cannam |
Implement reset()
|
2016-10-13 |
Chris Cannam |
Split out classes
|
2016-10-12 |
Chris Cannam |
More testing
|
2016-10-12 |
Chris Cannam |
Rename, + adjust finish
|
2016-10-12 |
Chris Cannam |
Fix decoding error due to misaligned array
|
2016-10-12 |
Chris Cannam |
Cast number types
|
2016-10-12 |
Chris Cannam |
Debug out
|
2016-10-12 |
Chris Cannam |
Client builds; does not run
|
2016-10-11 |
Chris Cannam |
Toward QProcess pipe comms take on it
|
2016-10-11 |
Chris Cannam |
Plan
|
2016-10-11 |
Chris Cannam |
Build rpcrequest types. May be a misdirection
|
2016-10-11 |
Chris Cannam |
Inching toward a client
|
2016-10-11 |
Chris Cannam |
Add ~ to ignore
|
2016-10-11 |
Chris Cannam |
Start experimental client-side stub
|
2016-10-11 |
Chris Cannam |
Ensure finish() can be called even if not configured (otherwise there's no way to dispose of the plugin)
|
2016-10-11 |
Chris Cannam |
Tiny indent
|
2016-10-10 |
Chris Cannam |
Rearrange and rename to Piper C++ structure
|
2016-10-10 |
Chris Cannam |
Ensure code is at least set, but just to 0 at the mo
|
2016-10-10 |
Chris Cannam |
Ensure id is passed through properly in convert and in server
|
2016-10-07 |
Chris Cannam |
Ensure id is passed through in adapter (still pending for server/converter)
|
2016-10-07 |
Chris Cannam |
vamp -> piper for IDL specs
|
2016-10-07 |
Chris Cannam |
Begin capnp RPC test
|
2016-10-06 |
Chris Cannam |
Merge from branch jsonrpc
|
2016-10-06 |
Chris Cannam |
Update again to latest plugin-terminology-free schema
|
2016-10-05 |
Chris Cannam |
Validation fixes
|
2016-09-27 |
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-23 |
Chris Cannam |
Merge from noexcept branch
|
2016-09-23 |
Chris Cannam |
Support split OutputDescriptor, and plugins rather than pluginData in listResponse from SDK
|
2016-09-23 |
Chris Cannam |
Validate JSON requests and responses
|
2016-09-21 |
Chris Cannam |
input -> processInput, to align with JSON
|
2016-09-21 |
Chris Cannam |
input -> processInput, to align with JSON
|
2016-09-20 |
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-19 |
Chris Cannam |
Tidy
|
2016-09-19 |
Chris Cannam |
Merge from branch outputid-string-in-featureset
|
2016-09-19 |
Chris Cannam |
Make the output ID mapper stuff safer by using shared_ptr
|
2016-09-19 |
Chris Cannam |
Introduce ListResponse type as well
|
2016-09-19 |
Chris Cannam |
Make RequestResponse types more consistent by adding plugin to ConfigurationResponse and introducing a FinishRequest
|
2016-09-16 |
Chris Cannam |
Fix dopy error
|
2016-09-16 |
Chris Cannam |
Update adapter etc for feature set strings
|
2016-09-16 |
Chris Cannam |
Error handling, and pass plugin handles through
|
2016-09-16 |
Chris Cannam |
Introduce and use output id mappers
|
2016-09-16 |
Chris Cannam |
Simplify
|
2016-09-16 |
Chris Cannam |
Begin plugin output id / index mapping for use in feature sets
|
2016-09-14 |
Chris Cannam |
Merge from branch process-noparse
|
2016-09-12 |
Chris Cannam |
Backed out changeset cc333241cc8c
|
2016-09-12 |
Chris Cannam |
Some timing calculations. I don't actually want to keep these, they're just for reference -- will back out in a mo
|
2016-09-09 |
Chris Cannam |
Comments
|
2016-09-08 |
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
|
2016-08-24 |
Chris Cannam |
Simple test script (and associated fixes) for the JS code
|
2016-08-23 |
Chris Cannam |
Some JSON fixes and a quick test program
|
2016-08-23 |
Chris Cannam |
Exception handling in adapter code
|
2016-08-22 |
Chris Cannam |
Pull out CountingPluginHandleMapper; consts
|
2016-08-22 |
Chris Cannam |
Consts
|
2016-08-22 |
Chris Cannam |
Update base-n code from https://github.com/azawadzki/base-n
|
2016-05-25 |
Chris Cannam |
Adjust build for OSX
|
2016-05-25 |
Chris Cannam |
Test file
|
2016-05-25 |
Chris Cannam |
Since JSON is no longer the "fast" protocol format, might as well use the non-b64 encoding by default now
|
2016-05-25 |
Chris Cannam |
Check channel count & block size
|
2016-05-25 |
Chris Cannam |
Switch to non-packed protocol and handle multiple messages and EOF properly; fill in remaining server actions
|
2016-05-24 |
Chris Cannam |
Wire up a couple of server actions
|
2016-05-24 |
Chris Cannam |
Begin server
|
2016-05-24 |
Chris Cannam |
Comment for the future!
|
2016-05-24 |
Chris Cannam |
Capnp writes
|
2016-05-24 |
Chris Cannam |
Be sure not to get any unnecessary lookups -- I think this is probably redundant but at least it's explicit
|
2016-05-24 |
Chris Cannam |
Wire up Cap'n Proto reading, plus some build and arg processing fixes
|
2016-05-24 |
Chris Cannam |
Start introducing request/response readers to capnp code as well
|
2016-05-24 |
Chris Cannam |
Pull up type determination into VampJson
|
2016-05-23 |
Chris Cannam |
More on reading and writing json messages
|
2016-05-20 |
Chris Cannam |
Begin vampipe-convert
|
2016-05-20 |
Chris Cannam |
More conversions
|
2016-05-20 |
Chris Cannam |
A couple more conversions
|
2016-05-20 |
Chris Cannam |
Add and use PreservingPluginHandleMapper -- removing the constant variant, which was a misstep
|
2016-05-20 |
Chris Cannam |
Add (but don't yet use) the constant plugin handle mapper
|
2016-05-18 |
Chris Cannam |
Licences
|
2016-05-18 |
Chris Cannam |
More request/response encodings
|
2016-05-18 |
Chris Cannam |
Create process request in JSON version, plus a fix
|
2016-05-18 |
Chris Cannam |
More requests/responses
|
2016-05-18 |
Chris Cannam |
Process requests
|
2016-05-17 |
Chris Cannam |
Build & read config request/response etc
|
2016-05-17 |
Chris Cannam |
Configuration request/response structs
|
2016-05-17 |
Chris Cannam |
Use mapper
|
2016-05-17 |
Chris Cannam |
Some conversions for plugin handles
|
2016-05-16 |
Chris Cannam |
Add process request
|
2016-05-16 |
Chris Cannam |
Add Makefile... this was supposed to have been in an earlier commit!
|
2016-05-13 |
Chris Cannam |
Build & test json-cli as well
|
2016-05-13 |
Chris Cannam |
Update build
|
2016-05-13 |
Chris Cannam |
Promote the more successful experiments (todo: get them to build again)
|
2016-02-05 |
Chris Cannam |
Move some things around
|
2015-08-27 |
Chris Cannam |
Remove -Werror
|
2015-03-17 |
Chris Cannam |
Basic implementation of configure
|
2015-03-17 |
Chris Cannam |
Bring in external dependencies
|
2015-03-16 |
Chris Cannam |
First start at a simple command-line client
|