Mercurial > hg > piper-cpp
log Makefile @ 116:d15cb1151d76
age | author | description |
---|---|---|
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-14 | Chris Cannam | Add pid to server debug output |
2016-10-10 | Chris Cannam | Rearrange and rename to Piper C++ structure |
2016-10-07 | Chris Cannam | vamp -> piper for IDL specs |
2016-10-07 | Chris Cannam | Begin capnp RPC test |
2016-09-20 | Chris Cannam | Replace exceptions throughout the JSON-handling and adapter code with string-arg error handling. No longer need exception handling enabled in Emscripten (with its consequent runtime overhead - though we still need to check whether this error handling regime is actually faster). |
2016-09-19 | Chris Cannam | Make RequestResponse types more consistent by adding plugin to ConfigurationResponse and introducing a FinishRequest |