Mercurial > pub > dyncall > dyncall
graph
-
- callback fix for non-trivial aggregate return values: allowing access to caller-reserved space user is supposed to copy non-triv object intoSat, 23 Apr 2022 16:28:47 +0200, by Tassilo Philipp
-
- dyncallback fixes related to C++ non-trivial aggregates (not final, but fixing most obvious things I missed)Sat, 23 Apr 2022 15:36:11 +0200, by Tassilo Philipp
-
- typoSat, 23 Apr 2022 15:05:03 +0200, by Tassilo Philipp
-
typoSat, 23 Apr 2022 12:04:08 +0200, by Tassilo Philipp
-
- integration of patches from Raphael Luba, Thekla, Inc.:Thu, 21 Apr 2022 13:35:47 +0200, by Tassilo Philipp
-
.Sat, 16 Apr 2022 15:00:58 +0200, by Tassilo Philipp
-
cleanupsSat, 16 Apr 2022 14:59:05 +0200, by Tassilo Philipp
-
- more doc and disas examples for x86 fastcall and non-trivial aggregatesSat, 16 Apr 2022 12:10:02 +0200, by Tassilo Philipp
-
- mips eabi doc disas examplesThu, 14 Apr 2022 21:18:02 +0200, by Tassilo Philipp
-
- test/callback_suite: reduce number of args, as it uses macros in generated cases.h and some platforms' preprocessor cannot handle that many argsThu, 14 Apr 2022 14:44:40 +0200, by Tassilo Philipp
-
- cosmeticsThu, 14 Apr 2022 10:13:10 +0200, by Tassilo Philipp
-
tests: integrate new tests into makefiles, some cleanupsThu, 14 Apr 2022 10:06:58 +0200, by Tassilo Philipp
-
- callback_suite_aggrs: added some cases that failed and/or are still failing to design.txt, as they showcase more subtle things like structs right on the reg-stack split, alignment issues, etc.Wed, 13 Apr 2022 15:55:50 +0200, by Tassilo Philipp
-
- test/callback_suite_aggrs: small fix, removed missing param with default valueWed, 13 Apr 2022 15:16:56 +0200, by Tassilo Philipp
-
- new test/callback_suite_aggrs (currently ahead of checked-in dyncall code and won't compile, though, as with call_suite_aggrs; dc code will be checked in, soon)Wed, 13 Apr 2022 14:59:57 +0200, by Tassilo Philipp
-
- test code generator code: var abstractionWed, 13 Apr 2022 10:19:49 +0200, by Tassilo Philipp
-
- more test code generator code sharing/abstraction/simplificationsWed, 13 Apr 2022 10:06:40 +0200, by Tassilo Philipp
-
- call_suite_aggrs: makefile fixMon, 11 Apr 2022 22:49:04 +0200, by Tassilo Philipp
-
test/call_suite_aggrs:Mon, 11 Apr 2022 22:26:07 +0200, by Tassilo Philipp
-
- callback_suite: generator simplification and removal of pointless lua local var declarationsMon, 11 Apr 2022 15:06:44 +0200, by Tassilo Philipp
-
- tests: made "ordered" signature generation code shareable, and added possibility to specify return types, separately (mainly to include 'void')Mon, 11 Apr 2022 14:50:35 +0200, by Tassilo Philipp
-
callback_suite: fixed 'ordered' mode config (was missing first line)Sun, 10 Apr 2022 22:03:16 +0200, by Tassilo Philipp
-
- added _Bool type to call_suite* testsSun, 10 Apr 2022 21:05:33 +0200, by Tassilo Philipp
-
- more test code generator code sharingSun, 10 Apr 2022 16:18:28 +0200, by Tassilo Philipp
-
test/callback_suite simplifications:Sun, 10 Apr 2022 16:10:10 +0200, by Tassilo Philipp
-
- sharing some test case gen codeSun, 10 Apr 2022 15:51:00 +0200, by Tassilo Philipp
-
test/call_suite:Sat, 09 Apr 2022 23:48:01 +0200, by Tassilo Philipp
-
test/call_suite_aggrs:Sat, 09 Apr 2022 23:45:44 +0200, by Tassilo Philipp
-
callback_suite:Sat, 09 Apr 2022 23:00:24 +0200, by Tassilo Philipp
-
- callback_suite: updated readme to reflect changes and general cleanupSat, 09 Apr 2022 14:44:33 +0200, by Tassilo Philipp
-
cleanupsSat, 09 Apr 2022 14:00:59 +0200, by Tassilo Philipp
-
- test cases: cosmetics for consistencySat, 09 Apr 2022 13:57:27 +0200, by Tassilo Philipp
-
test/callback_suite:Sat, 09 Apr 2022 13:53:58 +0200, by Tassilo Philipp
-
- call_suite: made output more consistent with dyncall sig styleFri, 08 Apr 2022 20:33:14 +0200, by Tassilo Philipp
-
- test/callback_suite: changed filename for consistencyFri, 08 Apr 2022 17:45:46 +0200, by Tassilo Philipp
-
- cosmeticsFri, 08 Apr 2022 17:43:37 +0200, by Tassilo Philipp
-
- call_suite_aggrs: simplified and made output more consistent with dyncall sig styleFri, 08 Apr 2022 17:32:48 +0200, by Tassilo Philipp
-
- call_suite_aggrs; removal of old isPod logicMon, 04 Apr 2022 16:28:26 +0200, by Tassilo Philipp
-
- doc and disasexample additions specific to non-trivial C++ aggregates as return values (incl. fixes to doc and additional LSB specific PPC32 section)Mon, 04 Apr 2022 15:50:52 +0200, by Tassilo Philipp
-
- corrections in tool usage in lastly added disas_examplesWed, 23 Mar 2022 15:33:09 +0100, by 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 thenWed, 23 Mar 2022 15:24:31 +0100, by Tassilo Philipp
-
- test code: rand-sig now spitting out dyncallish sigs (with ')' end delim and rettype at end), purely for consistencyMon, 21 Mar 2022 18:11:38 +0100, by Tassilo Philipp
-
- test/callback_suite: make it use shared random sig generator from call_suite and call_suite_aggrsMon, 21 Mar 2022 16:50:44 +0100, by Tassilo Philipp
-
- sharing sig generator between call_suite and call_suite_aggrs testsMon, 21 Mar 2022 16:06:16 +0100, by Tassilo Philipp
-
- doc and disas examples update about C++ non-trivial aggregatesMon, 21 Mar 2022 14:46:38 +0100, by Tassilo Philipp
-
- added unsigned types to call_suite_aggrsMon, 21 Mar 2022 10:04:10 +0100, by Tassilo Philipp
-
- added unsigned types to call_suite testMon, 21 Mar 2022 10:02:04 +0100, by Tassilo Philipp
-
manual:Sun, 20 Mar 2022 14:26:55 +0100, by 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 C99Fri, 18 Mar 2022 12:36:49 +0100, by Tassilo Philipp
-
- added feature-testing macros for syscall and aggregate (struct, union) by value supportFri, 18 Mar 2022 10:10:16 +0100, by Tassilo Philipp
-
- simplified test/callback_suiteFri, 18 Mar 2022 09:47:18 +0100, by Tassilo Philipp
-
doc cleanup: removed outdated/wrong info and fixed wrong value size specsThu, 17 Mar 2022 17:56:44 +0100, by Tassilo Philipp
-
- renamed suite_aggrs to call_suite_aggrs for consistency (callback version will be called callback_suite_aggrs)Thu, 17 Mar 2022 15:41:26 +0100, by Tassilo Philipp
-
- improved commentThu, 17 Mar 2022 15:36:24 +0100, by Tassilo Philipp
-
- cleanupThu, 17 Mar 2022 10:25:14 +0100, by Tassilo Philipp
-
suite_aggrs (still ahead of checked in version of dyncall, sorry):Wed, 16 Mar 2022 16:27:50 +0100, by Tassilo Philipp
-
- arm related doc addition about aggregatesWed, 02 Mar 2022 17:30:51 +0100, by Tassilo Philipp
-
- arm64 doc additions w/ respect to aggregates, as well as fbsd and win disas examplesTue, 01 Mar 2022 21:02:10 +0100, by Tassilo Philipp
-
- mips32/eabi doc: adding info about aggregatesTue, 01 Mar 2022 09:29:21 +0100, by Tassilo Philipp
-
callconv doc:Tue, 01 Mar 2022 00:16:50 +0100, by Tassilo Philipp