log vamp-server/server.cpp @ 123:6b11ca6bb0a3

age author description
Thu, 27 Oct 2016 16:13:57 +0100 Chris Cannam Binary modes
Thu, 27 Oct 2016 13:42:07 +0100 Chris Cannam Don't exit on exception (needs refining)
Thu, 27 Oct 2016 12:01:37 +0100 Chris Cannam Boilerplate comments
Thu, 27 Oct 2016 11:39:41 +0100 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
Tue, 25 Oct 2016 15:32:41 +0100 Chris Cannam Tidying
Mon, 24 Oct 2016 10:51:21 +0100 Chris Cannam Win32 build fix
Mon, 17 Oct 2016 16:41:00 +0100 Chris Cannam Merge
Fri, 14 Oct 2016 16:23:36 +0100 Chris Cannam Add pid to server debug output
Mon, 17 Oct 2016 16:39:36 +0100 Chris Cannam Fix compiler warnings
Thu, 13 Oct 2016 18:05:35 +0100 Chris Cannam Bring in the Request/Response classes that were in the Vamp SDK, adding them to vamp-support in here instead
Thu, 13 Oct 2016 12:02:44 +0100 Chris Cannam Reorganise some classes
Thu, 13 Oct 2016 11:33:19 +0100 Chris Cannam Implement reset()
Wed, 12 Oct 2016 21:34:21 +0100 Chris Cannam More testing
Tue, 11 Oct 2016 14:36:43 +0100 Chris Cannam Ensure finish() can be called even if not configured (otherwise there's no way to dispose of the plugin)
Mon, 10 Oct 2016 16:31:09 +0100 Chris Cannam Rearrange and rename to Piper C++ structure