log

age author description
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
Fri, 06 Mar 2020 12:11:00 +0000 Chris Cannam Fixes for static Windows build. In particular, plugins (which are not static) need to be built with "dll" target instead of "plugin" target
Fri, 06 Mar 2020 11:47:15 +0000 Chris Cannam Metadata updates
Fri, 06 Mar 2020 10:47:39 +0000 Chris Cannam Various updates to add Azi metadata + ensure it gets installed