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