2022-09-04 |
Tassilo Philipp |
- Makefile show-tool-versions target: use more portable -V flag for version number output (works with lld & gnu ld, required for solaris ld)
|
2022-09-03 |
Tassilo Philipp |
./configure output for sun make builds: set correct C++ compiler flag var
|
2022-09-03 |
Tassilo Philipp |
- minor test case output change for consistency
|
2022-09-03 |
Tassilo Philipp |
- callback_plain_c++ build fix for some platforms (setting correct c++ flags)
|
2022-09-03 |
Tassilo Philipp |
- test code comments
|
2022-09-03 |
Tassilo Philipp |
doc
|
2022-09-03 |
Tassilo Philipp |
man page clarification
|
2022-09-03 |
Tassilo Philipp |
doc fix of confusing paragraph
|
2022-08-20 |
Tassilo Philipp |
- dyncallback: fix for calling back win/x64 C++ methods returning non-trivial aggregates (thanks Raphael!)
|
2022-07-11 |
Tassilo Philipp |
- cmakefile typo fix
|
2022-06-20 |
Tassilo Philipp |
- test/callback_plain_c++: added check and a slightly different test for C++ copy-elision/retval-optimization, as C++ finds ambiguities totally ok
|
2022-06-20 |
Tassilo Philipp |
win64 callback dcbArgAggr() retval fix
|
2022-06-20 |
Tassilo Philipp |
win build fix
|
2022-06-20 |
Tassilo Philipp |
cosmetics & c-comments for consistency
|
2022-06-20 |
Tassilo Philipp |
- amendment fix for buffer overflow (see commit 0455834d29a1), to also handle non-standard struct packing, + better asserts
|
2022-06-20 |
Tassilo Philipp |
- callback_suite_aggrs: enabling (non-standard) struct packing, by default (via #pragma, should be ignored by compilers not handling that)
|
2022-06-20 |
Tassilo Philipp |
- dyncallback: x64/sysv buffer overflow fix for aggregate args whose size isn't a multiple of 8
|
2022-06-20 |
Tassilo Philipp |
- dyncallback test: added aggregate arg bounds check
|
2022-05-31 |
Tassilo Philipp |
- integrate test/callback_plain_c++ into main build
|
2022-05-31 |
Tassilo Philipp |
x64:
|
2022-05-31 |
Tassilo Philipp |
- test/callback_plain_c++, to test C++ non-trivial aggrs by value, as well as method callback handlers
|
2022-05-31 |
Tassilo Philipp |
- C++ non-trivial aggregate-by-value handling:
|
2022-05-31 |
Tassilo Philipp |
- sigchar fix
|
2022-05-02 |
Tassilo Philipp |
- fix passing aggregate-by-val on x64/sysv: subaggr classification for
|
2022-05-02 |
Tassilo Philipp |
test/call_suite_aggrs: more "design" cases to test subaggr classification for 2-element INTEGER-class aggr arrays (which isn't handled, fix is incoming..)
|
2022-04-24 |
Tassilo Philipp |
- fixed wrong symbol naming on some platforms
|
2022-04-24 |
Tassilo Philipp |
- test code: dcmode setting order fix, test worked but was incorrect according to the definition/doc
|
2022-04-24 |
Tassilo Philipp |
- Changelog
|
2022-04-23 |
Tassilo Philipp |
- callback fix for non-trivial aggregate return values: allowing access to caller-reserved space user is supposed to copy non-triv object into
|
2022-04-23 |
Tassilo Philipp |
- dyncallback fixes related to C++ non-trivial aggregates (not final, but fixing most obvious things I missed)
|
2022-04-23 |
Tassilo Philipp |
- typo
|
2022-04-23 |
Tassilo Philipp |
typo
|
2022-04-21 |
Tassilo Philipp |
- integration of patches from Raphael Luba, Thekla, Inc.:
|
2022-04-16 |
Tassilo Philipp |
.
|
2022-04-16 |
Tassilo Philipp |
cleanups
|
2022-04-16 |
Tassilo Philipp |
- more doc and disas examples for x86 fastcall and non-trivial aggregates
|
2022-04-14 |
Tassilo Philipp |
- mips eabi doc disas examples
|
2022-04-14 |
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 args
|
2022-04-14 |
Tassilo Philipp |
- cosmetics
|
2022-04-14 |
Tassilo Philipp |
tests: integrate new tests into makefiles, some cleanups
|
2022-04-13 |
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.
|
2022-04-13 |
Tassilo Philipp |
- test/callback_suite_aggrs: small fix, removed missing param with default value
|
2022-04-13 |
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)
|
2022-04-13 |
Tassilo Philipp |
- test code generator code: var abstraction
|
2022-04-13 |
Tassilo Philipp |
- more test code generator code sharing/abstraction/simplifications
|
2022-04-11 |
Tassilo Philipp |
- call_suite_aggrs: makefile fix
|
2022-04-11 |
Tassilo Philipp |
test/call_suite_aggrs:
|
2022-04-11 |
Tassilo Philipp |
- callback_suite: generator simplification and removal of pointless lua local var declarations
|
2022-04-11 |
Tassilo Philipp |
- tests: made "ordered" signature generation code shareable, and added possibility to specify return types, separately (mainly to include 'void')
|
2022-04-10 |
Tassilo Philipp |
callback_suite: fixed 'ordered' mode config (was missing first line)
|
2022-04-10 |
Tassilo Philipp |
- added _Bool type to call_suite* tests
|
2022-04-10 |
Tassilo Philipp |
- more test code generator code sharing
|
2022-04-10 |
Tassilo Philipp |
test/callback_suite simplifications:
|
2022-04-10 |
Tassilo Philipp |
- sharing some test case gen code
|
2022-04-09 |
Tassilo Philipp |
test/call_suite:
|
2022-04-09 |
Tassilo Philipp |
test/call_suite_aggrs:
|
2022-04-09 |
Tassilo Philipp |
callback_suite:
|
2022-04-09 |
Tassilo Philipp |
- callback_suite: updated readme to reflect changes and general cleanup
|
2022-04-09 |
Tassilo Philipp |
cleanups
|
2022-04-09 |
Tassilo Philipp |
- test cases: cosmetics for consistency
|