Mercurial > pub > dyncall > dyncall
graph
-
win build fix2022-06-20, by Tassilo Philipp
-
cosmetics & c-comments for consistency2022-06-20, by Tassilo Philipp
-
- amendment fix for buffer overflow (see commit 0455834d29a1), to also handle non-standard struct packing, + better asserts2022-06-20, by Tassilo Philipp
-
- dyncallback: x64/sysv buffer overflow fix for aggregate args whose size isn't a multiple of 82022-06-20, by Tassilo Philipp
-
- dyncallback test: added aggregate arg bounds check2022-06-20, by Tassilo Philipp
-
- integrate test/callback_plain_c++ into main build2022-05-31, by Tassilo Philipp
-
x64:2022-05-31, by Tassilo Philipp
-
- test/callback_plain_c++, to test C++ non-trivial aggrs by value, as well as method callback handlers2022-05-31, by Tassilo Philipp
-
- C++ non-trivial aggregate-by-value handling:2022-05-31, by Tassilo Philipp
-
- sigchar fix2022-05-31, by Tassilo Philipp
-
- fix passing aggregate-by-val on x64/sysv: subaggr classification for2022-05-02, by Tassilo Philipp
-
- fixed wrong symbol naming on some platforms2022-04-24, by Tassilo Philipp
-
- test code: dcmode setting order fix, test worked but was incorrect according to the definition/doc2022-04-24, by Tassilo Philipp
-
- Changelog2022-04-24, by Tassilo Philipp
-
- dyncallback fixes related to C++ non-trivial aggregates (not final, but fixing most obvious things I missed)2022-04-23, by Tassilo Philipp
-
- typo2022-04-23, by Tassilo Philipp
-
typo2022-04-23, by Tassilo Philipp
-
- integration of patches from Raphael Luba, Thekla, Inc.:2022-04-21, by Tassilo Philipp
-
.2022-04-16, by Tassilo Philipp
-
cleanups2022-04-16, by Tassilo Philipp
-
- more doc and disas examples for x86 fastcall and non-trivial aggregates2022-04-16, by Tassilo Philipp
-
- mips eabi doc disas examples2022-04-14, by Tassilo Philipp
-
- cosmetics2022-04-14, by Tassilo Philipp
-
tests: integrate new tests into makefiles, some cleanups2022-04-14, by Tassilo Philipp
-
- test/callback_suite_aggrs: small fix, removed missing param with default value2022-04-13, by Tassilo Philipp
-
- test code generator code: var abstraction2022-04-13, by Tassilo Philipp
-
- more test code generator code sharing/abstraction/simplifications2022-04-13, by Tassilo Philipp
-
- call_suite_aggrs: makefile fix2022-04-11, by Tassilo Philipp
-
test/call_suite_aggrs:2022-04-11, by Tassilo Philipp
-
- callback_suite: generator simplification and removal of pointless lua local var declarations2022-04-11, by Tassilo Philipp
-
callback_suite: fixed 'ordered' mode config (was missing first line)2022-04-10, by Tassilo Philipp
-
- added _Bool type to call_suite* tests2022-04-10, by Tassilo Philipp
-
- more test code generator code sharing2022-04-10, by Tassilo Philipp
-
test/callback_suite simplifications:2022-04-10, by Tassilo Philipp
-
- sharing some test case gen code2022-04-10, by Tassilo Philipp
-
test/call_suite:2022-04-09, by Tassilo Philipp
-
test/call_suite_aggrs:2022-04-09, by Tassilo Philipp
-
callback_suite:2022-04-09, by Tassilo Philipp
-
- callback_suite: updated readme to reflect changes and general cleanup2022-04-09, by Tassilo Philipp
-
cleanups2022-04-09, by Tassilo Philipp
-
- test cases: cosmetics for consistency2022-04-09, by Tassilo Philipp
-
test/callback_suite:2022-04-09, by Tassilo Philipp
-
- call_suite: made output more consistent with dyncall sig style2022-04-08, by Tassilo Philipp
-
- test/callback_suite: changed filename for consistency2022-04-08, by Tassilo Philipp
-
- cosmetics2022-04-08, by Tassilo Philipp
-
- call_suite_aggrs: simplified and made output more consistent with dyncall sig style2022-04-08, by Tassilo Philipp
-
- call_suite_aggrs; removal of old isPod logic2022-04-04, by Tassilo Philipp
-
- corrections in tool usage in lastly added disas_examples2022-03-23, by Tassilo Philipp
-
- test code: rand-sig now spitting out dyncallish sigs (with ')' end delim and rettype at end), purely for consistency2022-03-21, by Tassilo Philipp
-
- test/callback_suite: make it use shared random sig generator from call_suite and call_suite_aggrs2022-03-21, by Tassilo Philipp
-
- sharing sig generator between call_suite and call_suite_aggrs tests2022-03-21, by Tassilo Philipp