graph
- Error handling2016-10-27, by Chris Cannam
- Don't exit on exception (needs refining)2016-10-27, by Chris Cannam
- Fix server invocations from client code2016-10-27, by Chris Cannam
- Boilerplate comments2016-10-27, by Chris Cannam
- Small simplification2016-10-27, by 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 app2016-10-27, by Chris Cannam
- Debug2016-10-27, by Chris Cannam
- Fix maddening failure to start server with space in its path2016-10-25, by Chris Cannam
- Only if server not running2016-10-25, by Chris Cannam
- Tidying2016-10-25, by Chris Cannam
- OSX build fixes and logic2016-10-25, by Chris Cannam
- Merge2016-10-24, by Chris Cannam
- Win32 build fix2016-10-24, by Chris Cannam
- Cut down vastly on the number of config.pri files and places where their contents has to be effectively duplicated without them2016-10-24, by Chris Cannam
- Add .cpp wrapper2016-10-20, by 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 platform2016-10-17, by Chris Cannam
- Merge2016-10-17, by Chris Cannam
- Merge2016-10-14, by Chris Cannam
- Add pid to server debug output2016-10-14, by Chris Cannam
- Fix compiler warnings2016-10-17, by Chris Cannam
- Parameterise process name2016-10-14, by Chris Cannam
- Serialisation, comments2016-10-14, by Chris Cannam
- Should not be tracking Makefile (we have a project file)2016-10-14, by Chris Cannam
- Plugin that creates its own server2016-10-13, by Chris Cannam
- Bring in the Request/Response classes that were in the Vamp SDK, adding them to vamp-support in here instead2016-10-13, by Chris Cannam
- Rename to CapnpRRClient (request-response, as opposed to individual RPC calls)2016-10-13, by Chris Cannam
- Implement list, use request-response classes in loader2016-10-13, by Chris Cannam
- More renaming2016-10-13, by Chris Cannam
- Having a class called PipedXX is too confusing with all the Piper classes; give up and rename it2016-10-13, by Chris Cannam
- Reorganise some classes2016-10-13, by Chris Cannam
- Implement reset()2016-10-13, by Chris Cannam
- Split out classes2016-10-13, by Chris Cannam
- More testing2016-10-12, by Chris Cannam
- Rename, + adjust finish2016-10-12, by Chris Cannam
- Fix decoding error due to misaligned array2016-10-12, by Chris Cannam
- Cast number types2016-10-12, by Chris Cannam
- Debug out2016-10-12, by Chris Cannam
- Client builds; does not run2016-10-12, by Chris Cannam
- Toward QProcess pipe comms take on it2016-10-11, by Chris Cannam
- 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