Mercurial > hg > piper-cpp
log vamp-server/convert.cpp @ 169:f13dc1db2229
age | author | description |
---|---|---|
2017-01-20 | Chris Cannam | Improve error handling and extend tests for it |
2017-01-20 | Chris Cannam | The gcc version Travis is using complains about the default return; |
2016-11-02 | Chris Cannam | Fix failure to convert "from" list |
2016-11-02 | Chris Cannam | Add and implement the "from" param for list request. The simple-server implementation is not yet correct. |
2016-10-27 | Chris Cannam | Binary modes |
2016-10-27 | Chris Cannam | Boilerplate comments |
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-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 | Implement reset() |
2016-10-10 | Chris Cannam | Rearrange and rename to Piper C++ structure |