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)
|