log runner/JAMSFeatureWriter.cpp @ 399:a3912193ce69 tip

age author description
2018-05-18 Chris Cannam Switch some more cerrs to SVCERRs
2016-08-16 Chris Cannam Compiler warning fixes
2015-11-04 Chris Cannam Update JAMS output to JAMS v0.2.0. We now (for the first time?!) write actual JAMS schema-compliant output when possible, though it isn't possible for many types of plugin. The output for all tested combinations of transforms is valid JSON even where it isn't schema-compliant.
2015-11-03 Chris Cannam Add digits option to JAMS output, for number of sig figs
2015-09-01 Chris Cannam Change of tack: rename the JSON writer to JAMS. It's simpler than having a JSON writer with a mandatory flag to tell it what sort of JSON to write. sonic-annotator-1.2
2015-09-01 Chris Cannam Add mandatory option --json-format to JSON feature writer, in preparation for supporting multiple JSON formats (perhaps) in future
2015-07-22 Chris Cannam Fix JSON validity
2015-03-02 Chris Cannam Require (and provide) text codec for output stream -- fixing #1153 (wrong codec used when writing RDF)
2014-10-15 Chris Cannam Warn that JAMS implementation is provisional jams
2014-10-15 Chris Cannam Add setNofM logic which the JSON writer can use to write a list when sending multiple files' worth to a single target jams
2014-10-15 Chris Cannam Write time or start/end based simply on whether the feature has them or not, let's not get clever jams
2014-10-15 Chris Cannam Restructure jams
2014-10-15 Chris Cannam Better track metadata jams
2014-10-15 Chris Cannam Add transform metadata to output jams
2014-10-15 Chris Cannam Add some metadata; and the data is nested more deeply than I thought jams
2014-10-15 Chris Cannam Merge from default branch jams
2014-10-14 Chris Cannam Output some data! jams
2014-10-14 Chris Cannam Make the JSON well-formed (though still empty), except in the case where we are asked to write more than one file's features to the same output file or stdout jams
2014-10-13 Chris Cannam Start to sketch out JAMS writer jams