diff ChangeLog @ 545:ca28e9e3c644

- test/callback_plain_c++, to test C++ non-trivial aggrs by value, as well as method callback handlers - Changelog
author Tassilo Philipp
date Tue, 31 May 2022 18:35:06 +0200
parents 35498b479505
children eef302b7a58d
line wrap: on
line diff
--- a/ChangeLog	Tue May 31 18:25:13 2022 +0200
+++ b/ChangeLog	Tue May 31 18:35:06 2022 +0200
@@ -16,7 +16,7 @@
   o windows/x64/masm directives added to specify how stack unwinds (help for
     debuggers, exception handling, etc.; thanks Raphael Luba)
 dyncallback:
-  o stack unwinding debug help on windows... @@@@@@@@@@@@@@@@@@@@ (thanks Raphael Luba!)
+  o stack unwinding debug help on windows (thanks Raphael Luba!)
   o aggregate-by-value (struct, union) support for x64 (win and sysv; thanks Raphael Luba!)
   o new aggregate arg interface DCaggr
   o windows/x64/masm directives added to specify how stack unwinds (help for
@@ -29,6 +29,8 @@
   o call_suite_aggrs: new test suite for calls with aggregate arguments and
     return types (structs, unions and arrays as aggregate members)
   o callback_suite_aggrs: new test suite, like call_suite_aggrs but for callbacks
+  o plain_c++: added non-trivial C++ aggregate tests
+  o callback_plain_c++: new test, focusing on methods and non-trivial C++ aggregates
   o simplifications and refactoring to share more code (especially signature
     and case generator) across test suites
 doc: