log

age author description
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
Sun, 04 Sep 2022 11:11:20 +0200 Tassilo Philipp ./configure for SunOS now uses isainfo(1) to deduce native instruction set
Sun, 04 Sep 2022 10:36:51 +0200 Tassilo Philipp - Makefile show-tool-versions target: use more portable -V flag for version number output (works with lld & gnu ld, required for solaris ld)
Sun, 04 Sep 2022 00:49:56 +0200 Tassilo Philipp ./configure output for sun make builds: set correct C++ compiler flag var
Sun, 04 Sep 2022 00:20:24 +0200 Tassilo Philipp - minor test case output change for consistency
Sun, 04 Sep 2022 00:09:54 +0200 Tassilo Philipp - callback_plain_c++ build fix for some platforms (setting correct c++ flags)
Sat, 03 Sep 2022 17:34:23 +0200 Tassilo Philipp - test code comments
Sat, 03 Sep 2022 17:03:37 +0200 Tassilo Philipp doc
Sat, 03 Sep 2022 16:39:01 +0200 Tassilo Philipp man page clarification
Sat, 03 Sep 2022 16:37:22 +0200 Tassilo Philipp doc fix of confusing paragraph
Sat, 20 Aug 2022 21:04:15 +0200 Tassilo Philipp - dyncallback: fix for calling back win/x64 C++ methods returning non-trivial aggregates (thanks Raphael!)
Mon, 11 Jul 2022 23:17:50 +0200 Tassilo Philipp - cmakefile typo fix
Mon, 20 Jun 2022 17:42:13 +0200 Tassilo Philipp - test/callback_plain_c++: added check and a slightly different test for C++ copy-elision/retval-optimization, as C++ finds ambiguities totally ok
Mon, 20 Jun 2022 15:42:55 +0200 Tassilo Philipp win64 callback dcbArgAggr() retval fix
Mon, 20 Jun 2022 15:25:01 +0200 Tassilo Philipp win build fix
Mon, 20 Jun 2022 15:11:52 +0200 Tassilo Philipp cosmetics & c-comments for consistency
Mon, 20 Jun 2022 14:57:49 +0200 Tassilo Philipp - amendment fix for buffer overflow (see commit 0455834d29a1), to also handle non-standard struct packing, + better asserts
Mon, 20 Jun 2022 14:24:37 +0200 Tassilo Philipp - callback_suite_aggrs: enabling (non-standard) struct packing, by default (via #pragma, should be ignored by compilers not handling that)
Mon, 20 Jun 2022 11:15:09 +0200 Tassilo Philipp - dyncallback: x64/sysv buffer overflow fix for aggregate args whose size isn't a multiple of 8
Mon, 20 Jun 2022 11:04:20 +0200 Tassilo Philipp - dyncallback test: added aggregate arg bounds check
Tue, 31 May 2022 19:59:10 +0200 Tassilo Philipp - integrate test/callback_plain_c++ into main build
Tue, 31 May 2022 19:29:34 +0200 Tassilo Philipp x64:
Tue, 31 May 2022 18:35:06 +0200 Tassilo Philipp - test/callback_plain_c++, to test C++ non-trivial aggrs by value, as well as method callback handlers
Tue, 31 May 2022 18:25:13 +0200 Tassilo Philipp - C++ non-trivial aggregate-by-value handling:
Tue, 31 May 2022 16:47:57 +0200 Tassilo Philipp - sigchar fix
Mon, 02 May 2022 15:32:41 +0200 Tassilo Philipp - fix passing aggregate-by-val on x64/sysv: subaggr classification for