Mercurial > pub > dyncall > dyncall
graph
-
Added tag r1.4-RC3 for changeset dfc2e6ee87822022-09-19, by Tassilo Philipp
-
- more robust endian detection, on some platforms inclusion of endian.h led to assuming wrong endianness (subtle if inclusion was in r1.4-RC32022-09-19, by Tassilo Philipp
-
Added tag r1.4-RC2 for changeset b26a2a4e1daa2022-09-15, by Tassilo Philipp
-
- plain_c++ test: removal of double use of va_arg() in same statement, seems to confuse some sparc compilers r1.4-RC22022-09-13, by Tassilo Philipp
-
- fixed wrong mode setting in test (ellipse mode needs to be set after this ptr for thiscalls)2022-09-13, by Tassilo Philipp
-
- changed test output for consistency2022-09-13, by Tassilo Philipp
-
Added tag r1.4-RC1 for changeset 3bad4cb404452022-09-12, by Tassilo Philipp
-
- removal of callback_plain_c++ test in mkfile as no c++ on plan9 (having added it there was by accident)2022-09-08, by Tassilo Philipp
-
- added missing return values for dcbArgAggr() on functions w/o aggregate support2022-09-08, by Tassilo Philipp
-
man pages:2022-09-08, by Tassilo Philipp
-
callback_plain_c++: improved cross-platform robustness of faked thiscall used for testing2022-09-08, by Tassilo Philipp
-
mdoc tweak2022-09-08, by Tassilo Philipp
-
- more man page examples2022-09-08, by Tassilo Philipp
-
- more examples in dyncall(3)2022-09-08, by Tassilo Philipp
-
cleanup2022-09-08, by Tassilo Philipp
-
- enable fPIC for sunos 64bit platforms by default2022-09-04, by Tassilo Philipp
-
changelog2022-09-04, by Tassilo Philipp
-
- test/dynload_plain: simplify makefile based build by deducing default c lib to test with from a simple helper build2022-09-04, by Tassilo Philipp
-
- test/dynload_plain: fix on some sunos platforms selecting libc to test2022-09-04, by Tassilo Philipp
-
- test/dynload_plain fix for some sunos platforms2022-09-04, by Tassilo Philipp
-
./configure for SunOS now uses isainfo(1) to deduce native instruction set2022-09-04, by Tassilo Philipp
-
./configure output for sun make builds: set correct C++ compiler flag var2022-09-03, by Tassilo Philipp
-
- minor test case output change for consistency2022-09-03, by Tassilo Philipp
-
- callback_plain_c++ build fix for some platforms (setting correct c++ flags)2022-09-03, by Tassilo Philipp
-
- test code comments2022-09-03, by Tassilo Philipp
-
doc2022-09-03, by Tassilo Philipp
-
man page clarification2022-09-03, by Tassilo Philipp
-
doc fix of confusing paragraph2022-09-03, by Tassilo Philipp
-
- dyncallback: fix for calling back win/x64 C++ methods returning non-trivial aggregates (thanks Raphael!)2022-08-20, by Tassilo Philipp
-
- cmakefile typo fix2022-07-11, by Tassilo Philipp
-
win64 callback dcbArgAggr() retval fix2022-06-20, by Tassilo Philipp
-
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