log src/helper.cpp @ 64:e839338d3869 tip

age author description
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
Wed, 16 Jan 2019 14:25:28 +0000 Chris Cannam Try to forward stderr from the checker to the log callback
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 15:49:03 +0100 Chris Cannam Free the correct thing (I think!)
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:22 +0100 Chris Cannam Return numerical error codes, so the caller can apply i18n on display; distinguish explicitly the common win32 architecture problems errorcode
Tue, 28 Aug 2018 14:33:41 +0100 Chris Cannam Tidy up error handling, especially on Windows