log test/dynload_plain/Makefile.generic @ 663:127b569978cc default tip

age author description
Sun, 24 Mar 2024 13:52:44 +0100 Tassilo Philipp - another tweak handling clang trying to be too smart (see last commit) default tip
Thu, 21 Mar 2024 09:02:44 +0100 Tassilo Philipp - fix dynload_plain test on some toolchains trying to be too smart (e.g. clang llvmmingw appends .exe to -o outfile if no suffix, for no reason at all)
Tue, 27 Sep 2022 16:38:24 +0200 Tassilo Philipp - test/dynload_plain: fix to make rule for old ksh93 versions, which segfault on nested, forked subshells
Tue, 20 Sep 2022 10:39:09 +0200 Tassilo Philipp - test/dynload_plain: fixed libc.so deduction fallback
Tue, 20 Sep 2022 10:29:23 +0200 Tassilo Philipp - test/dynload_plain build fixes:
Tue, 20 Sep 2022 10:20:32 +0200 Tassilo Philipp - test/dynload_plain: workaround for shell incompatibilities on some platforms
Sun, 04 Sep 2022 16:29:30 +0200 Tassilo Philipp test/dynload_plain: use same CFLAGS to build UTF-8 path helper lib with as for main build (fixes building this helper lib w/ incompatible instruction set on some platforms)
Sun, 04 Sep 2022 15:57:28 +0200 Tassilo Philipp - test/dynload_plain: simplify makefile based build by deducing default c lib to test with from a simple helper build
Sun, 04 Sep 2022 15:28:13 +0200 Tassilo Philipp - test/dynload_plain: make build deduce native libc to use for testing from more elemental tool (using [(1) now instead of ls(1), reason is that on some x64 sunos platforms, ls is 32bit; yes, hacky fix)
Sun, 04 Sep 2022 14:29:12 +0200 Tassilo Philipp - test/dynload_plain: fix on some sunos platforms selecting libc to test
Sun, 04 Sep 2022 11:28:09 +0200 Tassilo Philipp - test/dynload_plain fix for some sunos platforms
Wed, 13 Nov 2019 16:13:07 +0100 Tassilo Philipp - test/dynload_plain build fix for Darwin cc (use flag -dynamiclib instead of -shared to build test .dylib)
Tue, 05 Nov 2019 15:19:16 +0100 Tassilo Philipp - dynload_plain test: stability fix for picking right testing lib on build
Thu, 24 Oct 2019 23:19:20 +0200 Tassilo Philipp dynload UTF-8 support for library paths:
Sat, 21 Apr 2018 14:32:35 +0200 Tassilo Philipp - dynload_plain test: better guessing what .so to use
Sat, 30 Dec 2017 00:36:00 +0100 Tassilo Philipp - more make compat fixes for test/dynload_plain
Fri, 29 Dec 2017 23:38:35 +0100 Tassilo Philipp - make portability fix
Fri, 29 Dec 2017 21:19:07 +0100 Tassilo Philipp - dynload_plain test handling symbol aliases, now
Thu, 06 Apr 2017 02:13:57 +0200 Tassilo Philipp tests: