Wed, 15 Apr 2020 16:30:40 +0100 |
Chris Cannam |
Further Windows fix
default tip
|
Thu, 09 Apr 2020 13:52:42 +0100 |
Chris Cannam |
Add missing include
|
Thu, 09 Apr 2020 13:49:07 +0100 |
Chris Cannam |
Add signal handler
|
Tue, 07 Jan 2020 11:20:32 +0000 |
Chris Cannam |
Avoid deprecated API
|
Thu, 12 Dec 2019 17:25:09 +0000 |
Chris Cannam |
Again, -Werror only in debug builds
|
Thu, 12 Dec 2019 16:53:35 +0000 |
Chris Cannam |
Add -Werror only in debug builds
|
Thu, 25 Apr 2019 15:56:13 +0100 |
Chris Cannam |
Include platform pri if applicable
|
Thu, 17 Jan 2019 09:30:59 +0000 |
Chris Cannam |
object_parallel_to_source doesn't appear to work with msbuild - remove it again, as we want to be consistent across systems here
|
Wed, 16 Jan 2019 16:00:46 +0000 |
Chris Cannam |
Remove unnecessary output
|
Wed, 16 Jan 2019 14:25:28 +0000 |
Chris Cannam |
Try to forward stderr from the checker to the log callback
|
Fri, 11 Jan 2019 15:54:15 +0000 |
Chris Cannam |
Retain file structure hierarchy - useful when included into another project
|
Mon, 26 Nov 2018 14:34:38 +0000 |
Chris Cannam |
Use nullptr
|
Mon, 05 Nov 2018 13:35:45 +0000 |
Chris Cannam |
Carry out EPERM test only if Apple
|
Fri, 02 Nov 2018 14:39:51 +0000 |
Chris Cannam |
Remove newlines from error messages; try to do something sensible with security errors
|
Thu, 11 Oct 2018 15:55:17 +0100 |
Chris Cannam |
Ensure runtime_error is declared
|
Tue, 02 Oct 2018 11:55:03 +0100 |
Chris Cannam |
Suspend/resume stdout (as in the Piper simple server) to avoid plugins' own stdout blatherings from interfering with our "return values"
|
Mon, 03 Sep 2018 16:13:50 +0100 |
Chris Cannam |
Merge
|
Mon, 03 Sep 2018 16:13:38 +0100 |
Chris Cannam |
Ignore Win32 build bits
|
Mon, 03 Sep 2018 15:49:03 +0100 |
Chris Cannam |
Free the correct thing (I think!)
|
Fri, 31 Aug 2018 15:14:57 +0100 |
Chris Cannam |
Merge from branch errorcode
|
Fri, 31 Aug 2018 12:11:26 +0100 |
Chris Cannam |
Fix for older Qt 5 compatibility
errorcode
|
Fri, 31 Aug 2018 09:42:43 +0100 |
Chris Cannam |
Wrong version should be an error
errorcode
|
Thu, 30 Aug 2018 12:32:55 +0100 |
Chris Cannam |
Further error checking - distinguish between library and dependency absent
errorcode
|
Wed, 29 Aug 2018 17:40:36 +0100 |
Chris Cannam |
Merge from default branch
errorcode
|
Wed, 29 Aug 2018 17:40:22 +0100 |
Chris Cannam |
Return numerical error codes, so the caller can apply i18n on display; distinguish explicitly the common win32 architecture problems
errorcode
|
Wed, 29 Aug 2018 12:06:56 +0100 |
Chris Cannam |
Rename checker.cpp -> checker-client.cpp
|
Tue, 28 Aug 2018 14:33:41 +0100 |
Chris Cannam |
Tidy up error handling, especially on Windows
|
Mon, 11 Jun 2018 17:46:50 +0100 |
Chris Cannam |
Merge from branch plugin-path-config
|
Fri, 08 Jun 2018 11:28:51 +0100 |
Chris Cannam |
Wide-char environment variable lookup
plugin-path-config
|
Wed, 06 Jun 2018 15:54:26 +0100 |
Chris Cannam |
Trim KnownPlugins class down to static info and environment variable lookup; introduce KnownPluginCandidates to provide its former API
plugin-path-config
|
Wed, 06 Jun 2018 13:49:23 +0100 |
Chris Cannam |
Toward supporting separate environment variables for 32-bit plugins on a 64-bit system (otherwise we try to load both from the same helpers)
plugin-path-config
|
Sun, 05 Mar 2017 17:15:22 +0000 |
Chris Cannam |
Longer timeout; seems to be necessary sometimes on Windows especially
|
Thu, 23 Feb 2017 10:34:56 +0000 |
Chris Cannam |
Avoid Windows error dialog for DLL load failures in checker
|
Tue, 10 Jan 2017 17:18:48 +0000 |
Chris Cannam |
Ah, of course I was using the wrong variable here
|
Tue, 10 Jan 2017 17:02:57 +0000 |
Chris Cannam |
Experiment with this flag to get library ordering working with ubuntu 16.04
|
Mon, 09 Jan 2017 10:18:47 +0000 |
Chris Cannam |
Doc updates
|
Mon, 09 Jan 2017 10:14:59 +0000 |
Chris Cannam |
Add checker README; rename plugin-checker-helper binary (back) to vamp-plugin-load-checker -- I decided it was more useful to have a distinctive name for the installed binary than it was important to show that it was plugin-agnostic
|
Sun, 08 Jan 2017 16:09:47 +0000 |
Chris Cannam |
Add version output
|
Tue, 03 Jan 2017 16:14:48 +0000 |
Chris Cannam |
Ordered build
|
Wed, 16 Nov 2016 16:24:12 +0000 |
Chris Cannam |
Ah, this version should have been 2
|
Wed, 16 Nov 2016 16:12:42 +0000 |
Chris Cannam |
Debug output improvements, and make the checker actually attempt to call the descriptor function for known plugin types
|
Wed, 16 Nov 2016 16:12:18 +0000 |
Chris Cannam |
If the descriptor is one of a recognised set, actually call it. This is a much more useful check against wrongly-built plugins or plugins with unavailable dependencies than just looking up the symbol
|
Thu, 03 Nov 2016 16:42:46 +0000 |
Chris Cannam |
A bit more log info useful for win32/x64
|
Tue, 01 Nov 2016 16:02:15 +0000 |
Chris Cannam |
Logging; use only first ("native") helper for non-Vamp plugins
|
Tue, 01 Nov 2016 15:48:59 +0000 |
Chris Cannam |
An attempt to accommodate 32-bit helper on 64-bit Windows
|
Tue, 01 Nov 2016 15:16:08 +0000 |
Chris Cannam |
Untabify
|
Tue, 01 Nov 2016 15:09:44 +0000 |
Chris Cannam |
More useful reporting output
|
Fri, 28 Oct 2016 14:32:30 +0100 |
Chris Cannam |
Further check in char conversion
|
Fri, 28 Oct 2016 12:10:54 +0100 |
Chris Cannam |
Correct use of multibyte/widechar conversion routines on Windows
|
Fri, 28 Oct 2016 11:32:12 +0100 |
Chris Cannam |
Fix compiler warning
|
Tue, 25 Oct 2016 15:29:01 +0100 |
Chris Cannam |
Minor build updates
|
Tue, 25 Oct 2016 14:48:56 +0100 |
Chris Cannam |
OSX build fixes and logic
|
Tue, 18 Oct 2016 13:14:55 +0100 |
Chris Cannam |
MSVC build fixes
|
Wed, 04 May 2016 10:26:14 +0100 |
Chris Cannam |
Tidy + comment
|
Tue, 03 May 2016 15:42:09 +0100 |
Chris Cannam |
Some Win32 grossness
|
Fri, 15 Apr 2016 16:08:55 +0100 |
Chris Cannam |
Message formatting
|
Thu, 14 Apr 2016 16:52:19 +0100 |
Chris Cannam |
Much renaming to ease inclusion into another project
|
Thu, 14 Apr 2016 09:42:26 +0100 |
Chris Cannam |
Use qmake for everything, + build static lib too
|
Wed, 13 Apr 2016 18:41:49 +0100 |
Chris Cannam |
Logging, timeouts
|
Wed, 13 Apr 2016 12:06:26 +0100 |
Chris Cannam |
Licence
|