log

age author description
Wed, 20 Jan 2021 13:49:43 +0100 Tassilo Philipp - dynload changes to support macos >= 11.0.1 "built-in dynamic linker cache of all system-provided libraries" (those dylibs are no longer present on the fs)"
Tue, 29 Dec 2020 13:30:59 +0100 Tassilo Philipp - test fix: no SIGBUS on windows platforms
Tue, 29 Dec 2020 11:25:40 +0100 Tassilo Philipp makefile helper target to quickly list toolchain versions of current platform
Mon, 28 Dec 2020 14:14:59 +0100 Tassilo Philipp cosmetics
Mon, 28 Dec 2020 14:12:14 +0100 Tassilo Philipp - removed unsupported syscall mode from macos/arm64 callvm, so trying to use it will safely return an error
Mon, 28 Dec 2020 14:09:09 +0100 Tassilo Philipp - simplified thunk-test memory error handling (sigaction setup not needed for this single-threaded test; did also set mutually exclusive union members)
Mon, 28 Dec 2020 14:04:32 +0100 Tassilo Philipp - simplified callvm setup for win/arm64 a bit, no behaviour changes