log

age author description
Wed, 23 Mar 2022 15:33:09 +0100 Tassilo Philipp - corrections in tool usage in lastly added disas_examples
Wed, 23 Mar 2022 15:24:31 +0100 Tassilo Philipp - more disas examples to check behaviour of passing C++ non-trivial aggregates by value; they all behave the same, calling the copy ctor first, passing a pointer then
Mon, 21 Mar 2022 18:11:38 +0100 Tassilo Philipp - test code: rand-sig now spitting out dyncallish sigs (with ')' end delim and rettype at end), purely for consistency
Mon, 21 Mar 2022 16:50:44 +0100 Tassilo Philipp - test/callback_suite: make it use shared random sig generator from call_suite and call_suite_aggrs
Mon, 21 Mar 2022 16:06:16 +0100 Tassilo Philipp - sharing sig generator between call_suite and call_suite_aggrs tests
Mon, 21 Mar 2022 14:46:38 +0100 Tassilo Philipp - doc and disas examples update about C++ non-trivial aggregates
Mon, 21 Mar 2022 10:04:10 +0100 Tassilo Philipp - added unsigned types to call_suite_aggrs