log

age author description
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