log

age author description
Wed, 22 Apr 2020 14:30:38 +0100 Chris Cannam Subrepo update
Wed, 22 Apr 2020 14:29:44 +0100 Chris Cannam Update library URIs
Fri, 17 Apr 2020 14:10:44 +0100 Chris Cannam Our Vamp RDF server supports automatic extension addition for .n3 extensions only, so use that
Wed, 15 Apr 2020 16:35:09 +0100 Chris Cannam Add RDF index describing what is in this pack
Wed, 15 Apr 2020 15:50:00 +0100 Chris Cannam Add README and COPYING
Fri, 06 Mar 2020 13:32:45 +0000 Chris Cannam Of course, the use of dll to build a plugin only works on Windows (where it's necessary because we have static_runtime defined), not on other platforms (where we have a lib- prefix on non-plugin libraries, and we don't have static runtime anyway). Fix and simplify with an additional qmake include file
Fri, 06 Mar 2020 12:53:57 +0000 Chris Cannam Specify C99 explicitly for C files (not the default in older compilers), + fix for compiler warning in svcore
Fri, 06 Mar 2020 12:13:54 +0000 Chris Cannam Another static Windows build fix