log

age author description
Wed, 16 Mar 2022 16:27:50 +0100 Tassilo Philipp suite_aggrs (still ahead of checked in version of dyncall, sorry):
Wed, 02 Mar 2022 17:30:51 +0100 Tassilo Philipp - arm related doc addition about aggregates
Tue, 01 Mar 2022 21:02:10 +0100 Tassilo Philipp - arm64 doc additions w/ respect to aggregates, as well as fbsd and win disas examples
Tue, 01 Mar 2022 09:29:21 +0100 Tassilo Philipp - mips32/eabi doc: adding info about aggregates
Tue, 01 Mar 2022 00:16:50 +0100 Tassilo Philipp callconv doc:
Sun, 27 Feb 2022 13:53:18 +0100 Tassilo Philipp - mips64 doc and more disas examples (fbsd big endian w/ -mhard-float flag)
Sat, 19 Feb 2022 19:54:20 +0100 Tassilo Philipp - sparc32 doc clarifications w/ respect to aggregate passing and returning
Sat, 19 Feb 2022 19:27:22 +0100 Tassilo Philipp - doc: ppc64 clarifications
Wed, 16 Feb 2022 19:26:21 +0100 Tassilo Philipp - doc: sparc64 disas examples and doc additions regarding aggregates
Wed, 16 Feb 2022 16:44:11 +0100 Tassilo Philipp - ppc doc and disas examples related to aggregates
Thu, 10 Feb 2022 17:32:05 +0100 Tassilo Philipp doc:
Mon, 07 Feb 2022 23:29:24 +0100 Tassilo Philipp - "
Mon, 07 Feb 2022 22:41:32 +0100 Tassilo Philipp "
Mon, 07 Feb 2022 13:15:49 +0100 Tassilo Philipp some x86 disas examples, for completion but also while researching struct by val passing on non-x64
Sun, 06 Feb 2022 17:22:59 +0100 Tassilo Philipp - added (only partly annotated) x64/win64 disas examples
Fri, 04 Feb 2022 23:54:42 +0100 Tassilo Philipp manual:
Wed, 02 Feb 2022 18:30:44 +0100 Tassilo Philipp introduced platform-native thiscall mode (DC_CALL_C_DEFAULT_THIS), as needed
Wed, 02 Feb 2022 12:55:23 +0100 Tassilo Philipp - // -> /* */, mainly for consistency (but also for a few obscure compilers)
Wed, 02 Feb 2022 11:03:06 +0100 Tassilo Philipp doc: two more disas examples
Tue, 01 Feb 2022 22:35:08 +0100 Tassilo Philipp suite_aggr: added configurable limits to number of struct fields (also simplified allowing (or not) empty ones)
Tue, 01 Feb 2022 21:44:18 +0100 Tassilo Philipp suite_aggr:
Mon, 31 Jan 2022 14:41:11 +0100 Tassilo Philipp suite_aggrs:
Sun, 30 Jan 2022 17:12:47 +0100 Tassilo Philipp added missing nullptr check to access bounds guard
Sat, 29 Jan 2022 12:25:44 +0100 Tassilo Philipp missed an include
Sat, 29 Jan 2022 12:02:56 +0100 Tassilo Philipp suite_aggr:
Fri, 28 Jan 2022 14:11:21 +0100 Tassilo Philipp - suite_aggrs: make sure random memory used doesn't ever result in NaN fp values (for every possible address), as this messes with result comparison
Fri, 28 Jan 2022 10:26:07 +0100 Tassilo Philipp - test/suite_aggrs fix: struct return values reused memory in use
Thu, 27 Jan 2022 15:04:48 +0100 Tassilo Philipp suite_aggrs: added all cases that failed on x64 dynOS test platforms to design.txt
Thu, 27 Jan 2022 14:48:51 +0100 Tassilo Philipp suite_aggrs: var scope change for older compilers; excluding msvc from tests with empty structs
Thu, 27 Jan 2022 12:58:50 +0100 Tassilo Philipp - reducing number of default pregenerated cases for suite_aggrs, as some compilers run out of memory otherwise
Thu, 27 Jan 2022 11:57:29 +0100 Tassilo Philipp changed misnamed string in suite_aggrs result printf
Thu, 27 Jan 2022 11:51:36 +0100 Tassilo Philipp "
Thu, 27 Jan 2022 11:46:17 +0100 Tassilo Philipp - suite_aggrs: int scope change for older compilers
Thu, 27 Jan 2022 11:44:47 +0100 Tassilo Philipp forgotten files of commit 54c1dc2e6ea5
Thu, 27 Jan 2022 11:39:35 +0100 Tassilo Philipp test/Makefile.generic fix (copy/paste error)
Thu, 27 Jan 2022 11:14:11 +0100 Tassilo Philipp - plan9/x86 struct by value passing disas example
Wed, 26 Jan 2022 23:04:07 +0100 Tassilo Philipp suite_aggrs: added knob to enable/disable generation of empty structs (some compilers like Plan9's pcc don't allow them)
Wed, 26 Jan 2022 18:41:31 +0100 Tassilo Philipp name fix
Wed, 26 Jan 2022 16:18:59 +0100 Tassilo Philipp revert error in last commit
Wed, 26 Jan 2022 16:14:07 +0100 Tassilo Philipp - added test/suite_aggr to makefiles
Wed, 26 Jan 2022 16:00:39 +0100 Tassilo Philipp - cleanup hardcoded DBL_MAX
Wed, 26 Jan 2022 14:33:31 +0100 Tassilo Philipp - suite_aggrs: silenced warning, generated real case list
Wed, 26 Jan 2022 14:22:33 +0100 Tassilo Philipp - simplified suite_aggr
Wed, 26 Jan 2022 13:56:40 +0100 Tassilo Philipp - suite_aggrs: added compile time knob to enforce intentional struct instance misalignment (should maybe be part of generator)
Wed, 26 Jan 2022 13:37:19 +0100 Tassilo Philipp suite_aggr;
Wed, 26 Jan 2022 13:26:39 +0100 Tassilo Philipp - call_suite: made generator produce unique signatures; regenerated case list
Wed, 26 Jan 2022 11:37:57 +0100 Tassilo Philipp - call_suite cleanup (no change in functionality): removal of unused decl, freeing memory at end, func renaming for clarity, static for tu-local symbols, ...
Mon, 24 Jan 2022 12:41:27 +0100 Tassilo Philipp - suite_aggrs: simplified nested struct handling given upcoming api simplification (still not in depo, though, so test is ahead)
Sun, 23 Jan 2022 23:20:02 +0100 Tassilo Philipp - test/suite_aggrs: support for nested structs, now
Sat, 22 Jan 2022 16:07:57 +0100 Tassilo Philipp suite_aggrs now handling struct by value return types, also
Fri, 21 Jan 2022 15:42:29 +0100 Tassilo Philipp first usable version of test suite for aggregates, handling only non-nested struct params, at the moment;
Mon, 17 Jan 2022 17:35:21 +0100 Tassilo Philipp - test/call_suite: made seed configurable
Mon, 17 Jan 2022 15:46:38 +0100 Tassilo Philipp - simplified test/call_suite further
Mon, 17 Jan 2022 11:36:09 +0100 Tassilo Philipp - simplified and decluttered test/call_suite
Mon, 17 Jan 2022 10:25:33 +0100 Tassilo Philipp - clutter removal (call samples, now annotated/better examples in doc/disas_examples)
Mon, 17 Jan 2022 10:08:58 +0100 Tassilo Philipp - x64 struct by val disas examples
Fri, 17 Dec 2021 18:56:11 +0100 Tassilo Philipp changelog
Fri, 17 Dec 2021 18:50:58 +0100 Tassilo Philipp - dynload: corrected comparison of size of optional PE header info to what is pointed to (ptr arithmetic was incorrect, only broke ReactOS builds and runtime, though)
Fri, 17 Dec 2021 18:44:22 +0100 Tassilo Philipp - fix cmake build for test (missed to remove deleted file from cmakelists)
Fri, 17 Dec 2021 11:47:18 +0100 Tassilo Philipp - adding dyncall_version.h to list of headers to be installed