log

age author description
2019-01-16 Chris Cannam A slightly tidier way of doing this
2019-01-15 Chris Cannam Fix for Qt < 5.4 compatibility
2019-01-11 Chris Cannam Copyright dates
2019-01-11 Chris Cannam Send any stderr output to the logger (if defined)
2019-01-11 Chris Cannam Remove parens from this message, because it's really useful to be able to copy/paste from the end of it including newline
2018-11-26 Chris Cannam Use override throughout
2018-11-01 Chris Cannam Support long options as well
2018-10-17 Chris Cannam Use a value that is obvious in the output, rather than getting wrapped
2018-10-17 Chris Cannam Add a bit more info
2018-10-17 Chris Cannam Tidy
2018-10-17 Chris Cannam Tidy
2018-10-17 Chris Cannam Adjust test output
2018-10-17 Chris Cannam Pass correct number of values for FrequencyDomain input
2018-10-17 Chris Cannam And that change means we must be version 2
2018-10-17 Chris Cannam When the input domain is FrequencyDomain, the caller is expected to pass
2018-10-17 Chris Cannam Extend tests to cover two different ways of handling freq-domain data. Currently failing
2018-10-13 Chris Cannam Maybe if we define both of these, we'll end up with the right things on
2018-10-13 Chris Cannam C++14
2018-10-13 Chris Cannam Let's try std=c++1y, see if this gets us sensible behaviour on both
2018-10-13 Chris Cannam Fix strncpy overrun
2018-10-12 Chris Cannam Some neatening
2018-10-12 Chris Cannam Avoid compiler warnings
2018-10-12 Chris Cannam Comments on dubiousness of all this
2018-10-02 Chris Cannam Flush stdout before resuming output, otherwise buffered output may still appear
2018-08-09 Chris Cannam Force older version of capnp for this older compiler on the Linux travis image
2018-05-15 Chris Cannam Fix compiler warnings
2018-05-11 Chris Cannam Check return value
2018-03-09 Chris Cannam Update base-n code from upstream
2018-02-02 Chris Cannam pip2 rather than mere pip seems to be necessary on OSX now
2018-02-02 Chris Cannam PIC
2017-10-10 Chris Cannam Update before install; seems to be necessary (based on other projects) to avoid recent Ruby-related error
2017-07-13 Chris Cannam Add generated files to ignore
2017-06-27 Chris Cannam Remove these version-dependent autogenerated files; let's aim to have them regenerated on build instead. The main reason they were here was because of the lack of capnpc for Windows/VC++ and that has been resolved with Cap'n Proto v0.6.
2017-06-15 Chris Cannam These should no longer be necessary
2017-06-15 Chris Cannam Fix typo (lib for include)
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 Add forgotten files!
2017-06-15 Chris Cannam Merge branch 'output-type-uri'
2017-06-15 Chris Cannam Back to master branch
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 Update json11 code
2017-06-13 Chris Cannam Report and fail if no plugins found (i.e. wrong library name, usually)
2017-06-13 Chris Cannam More helpful comments etc
2017-06-13 Chris Cannam Library
2017-06-13 Chris Cannam Generate plausible metadata names; emit empty type URIs for outputs that
2017-06-13 Chris Cannam Avoid emitting duplicate plugins (where duplicate libraries are
2017-06-13 Chris Cannam Add sord library
2017-06-13 Chris Cannam Tidy
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 The compiler in the Travis environment seems to have trouble with this
2017-06-13 Chris Cannam Begin on stub-generator for Piper Vamp wrappers
2017-06-13 Chris Cannam Remove unneeded include
2017-06-13 Chris Cannam Small tidy
2017-06-12 Chris Cannam Implement RDF type lookup
2017-06-12 Chris Cannam Add helpful output
2017-06-09 Chris Cannam Small comment
2017-06-09 Chris Cannam Add these external library files
2017-06-09 Chris Cannam Minor adjustment
2017-06-09 Chris Cannam More notes on rdf layout
2017-06-09 Chris Cannam More filling in the RDF type loading code
2017-06-09 Chris Cannam Stub out RDF type lookup
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-05-22 Chris Cannam *Ahem* Rebuild for actual capnp v0.6.
2017-05-09 Chris Cannam Rebuild these for capnp v0.6.
2017-02-22 Chris Cannam Name, defensive comment
2017-02-10 Chris Cannam Copyright -> rights
2017-02-10 Chris Cannam Minor renaming updates
2017-02-09 Chris Cannam Merge pull request #5 from piper-audio/dev/rename-pluginstub
2017-02-09 Chris Cannam Update unit tests as well for rename
2017-02-09 Chris Cannam Merge remote-tracking branch 'origin/master' into dev/rename-pluginstub
2017-02-09 Chris Cannam Merge pull request #7 from piper-audio/dev/make-dependencies
2017-02-09 Chris Cannam Merge branch 'master' into dev/rename-pluginstub
2017-02-09 Chris Cannam Merge branch 'dev/step-and-block-size'
2017-02-09 Chris Cannam Rename PluginStub to PiperVampPlugin and AutoPlugin to PiperAutoPlugin
2017-02-09 Chris Cannam Rename methods to avoid referring to plugins in Piper-world
2017-02-09 Chris Cannam Dependencies
2017-02-09 Chris Cannam Merge pull request #4 from piper-audio/test/plugin-stub-configured-framing
2017-02-09 Chris Cannam Authors
2017-02-09 Chris Cannam Fix some syntax that the compiler used with Emscripten on Travis doesn't
2017-02-09 Lucas Thompson Fix typo and use actual data in all process calls.
2017-02-09 Lucas Thompson Run the tests after building.
2017-02-09 Lucas Thompson Manually bring in Catch license from upstream.
2017-02-09 Lucas Thompson Demonstrate that the plugin cannot be re-initialised after a failed call to process.
2017-02-09 Lucas Thompson Run the test-suite with more verbose output.
2017-02-07 Lucas Thompson Direct initialisation
2017-02-07 Lucas Thompson Change wording.
2017-02-07 Lucas Thompson Remove redundant line.
2017-02-07 Lucas Thompson Add some more tests for calling process after successful and failed initialise calls.
2017-02-07 Lucas Thompson Merge branch 'master' of https://github.com/piper-audio/piper-cpp into test/plugin-stub-configured-framing
2017-02-07 Chris Cannam Merge pull request #3 from piper-audio/dev/step-and-block-size
2017-02-07 Lucas Thompson Test setup for testing PluginCache caches framing sizes across init calls.
2017-02-07 Lucas Thompson Setup test harness (Catch), integrate into build system.
2017-02-07 Lucas Thompson Manually bring in Catch for testing.
2017-02-06 Chris Cannam Merge pull request #2 from piper-audio/dev/step-and-block-size
2017-02-08 Chris Cannam Documentation
2017-02-06 Chris Cannam Fix erroneous logic for handling step and block size in prior commit
2017-02-03 Chris Cannam Pull step & block size out into framing struct, return in config
2017-02-03 Chris Cannam Merge pull request #1 from piper-audio/fix/regression-json-responses
2017-02-03 Lucas Thompson Explicitly handle the individual error cases.
2017-02-03 Lucas Thompson Add comment warning that json_to_capnp needs to be the last conversion tested.
2017-02-03 Lucas Thompson Fix typo.
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-02-03 Lucas Thompson Remove some whitespace.
2017-01-31 Lucas Thompson Add a more relaxed comparision of JSON responses if the initial comparision fails. Some optional fields aren't populated from the JSON serialisation code.
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-31 Lucas Thompson Merge branch 'master' of https://github.com/piper-audio/piper-cpp
2017-01-31 Chris Cannam Add some necessary headers
2017-01-31 Lucas Thompson Merge branch 'master' of https://github.com/piper-audio/piper-cpp
2017-01-31 Chris Cannam More work on error and exception handling
2017-01-31 Chris Cannam Trap and rethrow after locking into failed state
2017-01-31 Lucas Thompson Add case to exercise JSON responses.
2017-01-31 Chris Cannam Add a failed state to the plugin stub, to prevent it making any further
2017-01-21 Chris Cannam Add ext
2017-01-21 Chris Cannam Another little tweak
2017-01-21 Chris Cannam No, I didn't like that much. Try this
2017-01-21 Chris Cannam Minor tweaks
2017-01-21 Chris Cannam README, COPYING
2017-01-21 Chris Cannam Libpath
2017-01-21 Chris Cannam Attempt Qt homebrew path
2017-01-20 Chris Cannam Cut any spurious whitespace from wc output
2017-01-20 Chris Cannam Improve error handling and extend tests for it
2017-01-20 Chris Cannam Use Makefile.osx on that platform
2017-01-20 Chris Cannam Add Vamp dir to link
2017-01-20 Chris Cannam Ensure example plugins are available
2017-01-20 Chris Cannam Another of those...
2017-01-20 Chris Cannam The gcc version Travis is using complains about the default return;
2017-01-20 Chris Cannam Fix some include paths, configure Vamp SDK without host
2017-01-20 Chris Cannam We'll need the piper dir
2017-01-20 Chris Cannam Move some things around, and add overall test script
2017-01-19 Chris Cannam Update api usage in test client
2017-01-19 Chris Cannam Implement timeouts
2017-01-19 Chris Cannam Report messages < 1 word as incomplete, and messages with crazily large estimated sizes as invalid
2017-01-19 Chris Cannam Allow the completeness checker to report failure (invalid message) as well as incompleteness
2017-01-18 Chris Cannam Minor debug bit
2017-01-18 Chris Cannam Make this log option be off by default
2017-01-18 Chris Cannam Don't try to validate if schema dir not found (avoiding lengthy errors)
2017-01-18 Chris Cannam Log function entry/exit points (optionally)
2017-01-16 Chris Cannam Fix compiler warning
2017-01-12 Chris Cannam Fix a couple more compiler warnings
2017-01-12 Chris Cannam Fix various compiler warnings
2017-01-12 Chris Cannam Discard stdout output that occurs in between our own outputs (e.g. from plugin)
2016-11-17 Chris Cannam Avoid building app bundles for helper executables
2016-11-16 Chris Cannam Merge
2016-11-07 Chris Cannam Have checked this over, and I don't think there is so much benefit to be had simply
2016-11-16 Chris Cannam Debug output improvements, and make the checker actually attempt to call the descriptor function for known plugin types
2016-11-04 Chris Cannam Merge from branch listargs
2016-11-03 Chris Cannam Use ListRequest object in api
2016-11-02 Chris Cannam Update client to support list from
2016-11-02 Chris Cannam Fix failure to convert "from" list
2016-11-02 Chris Cannam Do simpler format first
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-28 Chris Cannam Ensure we read right up to end of buffered data after server exits; adjust waiting schedule on Windows (where waitForReadyRead is far too wasteful of sleep time)
2016-10-28 Chris Cannam Rename server to simple-server, and add some more description in usage
2016-10-27 Chris Cannam Remove some debug again by default
2016-10-27 Chris Cannam Binary modes
2016-10-27 Chris Cannam Build fix, + run in debug mode for the mo
2016-10-27 Chris Cannam Error handling
2016-10-27 Chris Cannam Don't exit on exception (needs refining)
2016-10-27 Chris Cannam Fix server invocations from client code
2016-10-27 Chris Cannam Boilerplate comments
2016-10-27 Chris Cannam Small simplification
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-25 Chris Cannam Fix maddening failure to start server with space in its path
2016-10-25 Chris Cannam Only if server not running
2016-10-25 Chris Cannam Tidying
2016-10-25 Chris Cannam OSX build fixes and logic
2016-10-24 Chris Cannam Merge
2016-10-24 Chris Cannam Win32 build fix
2016-10-24 Chris Cannam Cut down vastly on the number of config.pri files and places where their contents has to be effectively duplicated without them
2016-10-20 Chris Cannam Add .cpp wrapper
2016-10-17 Chris Cannam Add generated files -- they aren't supposed to change (much?) I think and it's better than expecting the compiler to be present on every platform
2016-10-17 Chris Cannam Merge
2016-10-14 Chris Cannam Merge
2016-10-14 Chris Cannam Add pid to server debug output
2016-10-17 Chris Cannam Fix compiler warnings
2016-10-14 Chris Cannam Parameterise process name
2016-10-14 Chris Cannam Serialisation, comments
2016-10-14 Chris Cannam Should not be tracking Makefile (we have a project file)
2016-10-13 Chris Cannam Plugin that creates its own server
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 Rename to CapnpRRClient (request-response, as opposed to individual RPC calls)
2016-10-13 Chris Cannam Implement list, use request-response classes in loader
2016-10-13 Chris Cannam More renaming
2016-10-13 Chris Cannam Having a class called PipedXX is too confusing with all the Piper classes; give up and rename it
2016-10-13 Chris Cannam Reorganise some classes
2016-10-13 Chris Cannam Implement reset()
2016-10-13 Chris Cannam Split out classes
2016-10-12 Chris Cannam More testing
2016-10-12 Chris Cannam Rename, + adjust finish
2016-10-12 Chris Cannam Fix decoding error due to misaligned array
2016-10-12 Chris Cannam Cast number types
2016-10-12 Chris Cannam Debug out
2016-10-12 Chris Cannam Client builds; does not run
2016-10-11 Chris Cannam Toward QProcess pipe comms take on it
2016-10-11 Chris Cannam Plan
2016-10-11 Chris Cannam Build rpcrequest types. May be a misdirection
2016-10-11 Chris Cannam Inching toward a client
2016-10-11 Chris Cannam Add ~ to ignore
2016-10-11 Chris Cannam Start experimental client-side stub
2016-10-11 Chris Cannam Ensure finish() can be called even if not configured (otherwise there's no way to dispose of the plugin)
2016-10-11 Chris Cannam Tiny indent
2016-10-10 Chris Cannam Rearrange and rename to Piper C++ structure
2016-10-10 Chris Cannam Ensure code is at least set, but just to 0 at the mo
2016-10-10 Chris Cannam Ensure id is passed through properly in convert and in server
2016-10-07 Chris Cannam Ensure id is passed through in adapter (still pending for server/converter)
2016-10-07 Chris Cannam vamp -> piper for IDL specs
2016-10-07 Chris Cannam Begin capnp RPC test
2016-10-06 Chris Cannam Merge from branch jsonrpc
2016-10-06 Chris Cannam Update again to latest plugin-terminology-free schema
2016-10-05 Chris Cannam Validation fixes
2016-09-27 Chris Cannam Instead of using separate values and b64values entries in JSON serialisations, allow numeric arrays to be replaced by b64 variants wherever they appear (discriminating by type). Also rename values to featureValues in feature throughout, as values turns out to be a hazardous name in a JS context. Finally use Array instead of Text for array encoding (seems clearer).
2016-09-23 Chris Cannam Merge from noexcept branch
2016-09-23 Chris Cannam Support split OutputDescriptor, and plugins rather than pluginData in listResponse from SDK
2016-09-23 Chris Cannam Validate JSON requests and responses
2016-09-21 Chris Cannam input -> processInput, to align with JSON
2016-09-21 Chris Cannam input -> processInput, to align with JSON
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 Tidy
2016-09-19 Chris Cannam Merge from branch outputid-string-in-featureset
2016-09-19 Chris Cannam Make the output ID mapper stuff safer by using shared_ptr
2016-09-19 Chris Cannam Introduce ListResponse type as well
2016-09-19 Chris Cannam Make RequestResponse types more consistent by adding plugin to ConfigurationResponse and introducing a FinishRequest
2016-09-16 Chris Cannam Fix dopy error
2016-09-16 Chris Cannam Update adapter etc for feature set strings
2016-09-16 Chris Cannam Error handling, and pass plugin handles through
2016-09-16 Chris Cannam Introduce and use output id mappers
2016-09-16 Chris Cannam Simplify
2016-09-16 Chris Cannam Begin plugin output id / index mapping for use in feature sets
2016-09-14 Chris Cannam Merge from branch process-noparse
2016-09-12 Chris Cannam Backed out changeset cc333241cc8c
2016-09-12 Chris Cannam Some timing calculations. I don't actually want to keep these, they're just for reference -- will back out in a mo
2016-09-09 Chris Cannam Comments
2016-09-08 Chris Cannam Make base64/text selectable when serialising process and feature blocks; add base64 version as an output format for vampipe-convert; make VamPipePluginLibrary switch to returning base64 encoding as soon as it is fed any as input
2016-08-24 Chris Cannam Simple test script (and associated fixes) for the JS code
2016-08-23 Chris Cannam Some JSON fixes and a quick test program
2016-08-23 Chris Cannam Exception handling in adapter code
2016-08-22 Chris Cannam Pull out CountingPluginHandleMapper; consts
2016-08-22 Chris Cannam Consts
2016-08-22 Chris Cannam Update base-n code from https://github.com/azawadzki/base-n
2016-05-25 Chris Cannam Adjust build for OSX
2016-05-25 Chris Cannam Test file
2016-05-25 Chris Cannam Since JSON is no longer the "fast" protocol format, might as well use the non-b64 encoding by default now
2016-05-25 Chris Cannam Check channel count & block size
2016-05-25 Chris Cannam Switch to non-packed protocol and handle multiple messages and EOF properly; fill in remaining server actions
2016-05-24 Chris Cannam Wire up a couple of server actions
2016-05-24 Chris Cannam Begin server
2016-05-24 Chris Cannam Comment for the future!
2016-05-24 Chris Cannam Capnp writes
2016-05-24 Chris Cannam Be sure not to get any unnecessary lookups -- I think this is probably redundant but at least it's explicit
2016-05-24 Chris Cannam Wire up Cap'n Proto reading, plus some build and arg processing fixes
2016-05-24 Chris Cannam Start introducing request/response readers to capnp code as well
2016-05-24 Chris Cannam Pull up type determination into VampJson
2016-05-23 Chris Cannam More on reading and writing json messages
2016-05-20 Chris Cannam Begin vampipe-convert
2016-05-20 Chris Cannam More conversions
2016-05-20 Chris Cannam A couple more conversions
2016-05-20 Chris Cannam Add and use PreservingPluginHandleMapper -- removing the constant variant, which was a misstep
2016-05-20 Chris Cannam Add (but don't yet use) the constant plugin handle mapper
2016-05-18 Chris Cannam Licences
2016-05-18 Chris Cannam More request/response encodings
2016-05-18 Chris Cannam Create process request in JSON version, plus a fix
2016-05-18 Chris Cannam More requests/responses
2016-05-18 Chris Cannam Process requests
2016-05-17 Chris Cannam Build & read config request/response etc
2016-05-17 Chris Cannam Configuration request/response structs
2016-05-17 Chris Cannam Use mapper
2016-05-17 Chris Cannam Some conversions for plugin handles
2016-05-16 Chris Cannam Add process request
2016-05-16 Chris Cannam Add Makefile... this was supposed to have been in an earlier commit!
2016-05-13 Chris Cannam Build & test json-cli as well
2016-05-13 Chris Cannam Update build
2016-05-13 Chris Cannam Promote the more successful experiments (todo: get them to build again)
2016-02-05 Chris Cannam Move some things around
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