log vamp-json/VampJson.h @ 225:025b3e2f7c17

age author description
2017-06-09 Chris Cannam Various fixes to JSON writing for static output data
2017-06-08 Chris Cannam Add static output descriptor, pass through type URI
2017-02-10 Chris Cannam Copyright -> rights
2017-02-09 Chris Cannam Fix some syntax that the compiler used with Emscripten on Travis doesn't
2017-02-03 Chris Cannam Pull step & block size out into framing struct, return in config
2017-02-03 Lucas Thompson Explicitly handle the individual error cases.
2017-02-03 Lucas Thompson Correct the inspection of the JSON object in successful to look for both error and success objects, writing out an error string if neither are present. Revert error handling in readInput() for JSON.
2017-01-31 Lucas Thompson Fix populating ListResponse from JSON response, incorrect indexing.
2017-01-31 Lucas Thompson Fix handling of parsing json error responses from a server, and allow for re-writing them without changing the error message further.
2017-01-31 Lucas Thompson Fix typo / wrong indexing in calling code to parsing configured output descriptor.
2017-01-31 Lucas Thompson Fix regression from old schema changes, regarding assessing whether a JSON response was successful
2017-01-20 Chris Cannam Improve error handling and extend tests for it
2017-01-12 Chris Cannam Fix a couple more compiler warnings
2017-01-12 Chris Cannam Fix various compiler warnings
2016-11-02 Chris Cannam Better checking for incoming rpc requests
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 Build fix, + run in debug mode for the mo
2016-10-17 Chris Cannam Merge
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-12 Chris Cannam Cast number types
2016-10-11 Chris Cannam Inching toward a client
2016-10-10 Chris Cannam Rearrange and rename to Piper C++ structure