log Makefile @ 271:776175b737ad

age author description
2018-10-13 Chris Cannam Let's try std=c++1y, see if this gets us sensible behaviour on both
2018-02-02 Chris Cannam PIC
2017-06-15 Chris Cannam Force use of .a from vamp-plugin-sdk dir
2017-06-15 Chris Cannam Force c99 mode
2017-06-15 Chris Cannam Use local sord/serd build
2017-06-15 Chris Cannam Rename RdfTypes (which sounds like a set of type declarations) to
2017-06-14 Chris Cannam Remove stubber from this repo; it's in piper-vamp-js now
2017-06-13 Chris Cannam We're more likely to want to trigger this rule by removing the .h than
2017-06-13 Chris Cannam Begin on stub-generator for Piper Vamp wrappers
2017-06-09 Chris Cannam More filling in the RDF type loading code
2017-06-09 Chris Cannam Stub out RDF type lookup
2017-05-22 Chris Cannam *Ahem* Rebuild for actual capnp v0.6.
2017-02-09 Chris Cannam Update unit tests as well for rename
2017-02-09 Chris Cannam Dependencies
2017-02-09 Lucas Thompson Run the tests after building.
2017-02-09 Lucas Thompson Run the test-suite with more verbose output.
2017-02-07 Lucas Thompson Setup test harness (Catch), integrate into build system.
2017-02-03 Chris Cannam Pull step & block size out into framing struct, return in config
2017-01-20 Chris Cannam Move some things around, and add overall test script
2016-10-28 Chris Cannam Rename server to simple-server, and add some more description in usage
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-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
2016-05-25 Chris Cannam Adjust build for OSX
2016-05-24 Chris Cannam Wire up a couple of server actions
2016-05-24 Chris Cannam Begin server
2016-05-24 Chris Cannam Wire up Cap'n Proto reading, plus some build and arg processing fixes
2016-05-20 Chris Cannam Begin vampipe-convert
2016-05-17 Chris Cannam Some conversions for plugin handles
2016-05-16 Chris Cannam Add Makefile... this was supposed to have been in an earlier commit!
2015-08-27 Chris Cannam Remove -Werror
2015-03-17 Chris Cannam Basic implementation of configure
2015-03-17 Chris Cannam Bring in external dependencies
2015-03-16 Chris Cannam First start at a simple command-line client