log vamp-client/CapnpRRClient.h @ 288:c9f63ca1914d

age author description
2020-04-07 Chris Cannam Fix overlooked constructor call
2018-05-15 Chris Cannam Fix compiler warnings
2017-02-09 Chris Cannam Merge branch 'master' into dev/rename-pluginstub
2017-02-09 Chris Cannam Rename PluginStub to PiperVampPlugin and AutoPlugin to PiperAutoPlugin
2017-02-09 Chris Cannam Rename methods to avoid referring to plugins in Piper-world
2017-02-08 Chris Cannam Documentation
2017-02-03 Chris Cannam Pull step & block size out into framing struct, return in config
2017-01-31 Chris Cannam More work on error and exception handling
2017-01-19 Chris Cannam Report messages < 1 word as incomplete, and messages with crazily large estimated sizes as invalid
2017-01-19 Chris Cannam Allow the completeness checker to report failure (invalid message) as well as incompleteness
2017-01-18 Chris Cannam Minor debug bit
2017-01-18 Chris Cannam Make this log option be off by default
2017-01-18 Chris Cannam Log function entry/exit points (optionally)
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-03 Chris Cannam Use ListRequest object in api
2016-11-02 Chris Cannam Update client to support list from
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-27 Chris Cannam Boilerplate comments
2016-10-25 Chris Cannam OSX build fixes and logic
2016-10-14 Chris Cannam Parameterise process name
2016-10-14 Chris Cannam Serialisation, comments
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)