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
Mon, 21 Mar 2022 10:02:04 +0100 Tassilo Philipp - added unsigned types to call_suite test
Sun, 20 Mar 2022 14:26:55 +0100 Tassilo Philipp manual:
Fri, 18 Mar 2022 12:36:49 +0100 Tassilo Philipp - test/callback_suite: reverted designated aggr initialization back to what it was, b/c of MSVCs before 2013 not handling a lot of C99
Fri, 18 Mar 2022 10:10:16 +0100 Tassilo Philipp - added feature-testing macros for syscall and aggregate (struct, union) by value support
Fri, 18 Mar 2022 09:47:18 +0100 Tassilo Philipp - simplified test/callback_suite
Thu, 17 Mar 2022 17:56:44 +0100 Tassilo Philipp doc cleanup: removed outdated/wrong info and fixed wrong value size specs
Thu, 17 Mar 2022 15:41:26 +0100 Tassilo Philipp - renamed suite_aggrs to call_suite_aggrs for consistency (callback version will be called callback_suite_aggrs)
Thu, 17 Mar 2022 15:36:24 +0100 Tassilo Philipp - improved comment