Mercurial > pub > dyncall > dyncall
graph
-
- bad warning fix of prev commitMon, 21 Nov 2022 14:45:28 +0100, by Tassilo Philipp
-
- test/plain: fix "_cdecl already defined" warnings/errors on some windows related configs/platforms (e.g. mingw)Mon, 21 Nov 2022 09:53:11 +0100, by Tassilo Philipp
-
- add flag to configure.bat to generate *nix makefiles (can be used to gen a mostly working *nix make build env run with batch, not logical but useful in some zombie setups)Sun, 20 Nov 2022 22:14:39 +0100, by Tassilo Philipp
-
"Sun, 20 Nov 2022 19:46:01 +0100, by Tassilo Philipp
-
- removed superflous arg from 2 calls, fixing a warningSun, 20 Nov 2022 18:04:08 +0100, by Tassilo Philipp
-
- added explicit arm64 target, and clang tool options to Windows' configure.batSat, 19 Nov 2022 15:45:41 +0100, by Tassilo Philipp
-
- BSD syscall segfault fixWed, 09 Nov 2022 14:46:38 +0100, by Tassilo Philipp
-
- changelogFri, 28 Oct 2022 20:51:45 +0200, by Tassilo Philipp
-
(older) C conformance fixFri, 28 Oct 2022 15:34:49 +0200, by Tassilo Philipp
-
Added tag r1.4-RC5 for changeset c477ddd64718Fri, 28 Oct 2022 15:15:15 +0200, by Tassilo Philipp
-
whitespaceFri, 28 Oct 2022 14:03:33 +0200, by Tassilo Philipp
-
- lua signature generator for test code: support for generating '.' vararg sigsFri, 28 Oct 2022 13:53:11 +0200, by Tassilo Philipp
-
cleanup: removal of actually unnecessary require linesFri, 28 Oct 2022 12:22:12 +0200, by Tassilo Philipp
-
- removed outdated lua bootstrapper, b/c unused, only needed when recreating test case configs, and hardcoded lua version (which is too old anyways for some lua scripts in use)Fri, 28 Oct 2022 12:21:17 +0200, by Tassilo Philipp
-
- cosmetics, missing require"math" in test case genFri, 28 Oct 2022 12:14:15 +0200, by Tassilo Philipp
-
test/resolve_self: hack for linkers not having --export-dynamicWed, 05 Oct 2022 11:49:41 +0200, by Tassilo Philipp
-
- test/resolve_self: use a more portable linker option to export exec symbols (fixes some builds)Mon, 03 Oct 2022 16:52:15 +0200, by Tassilo Philipp
-
- x64 win disas example fix and additionMon, 03 Oct 2022 13:49:19 +0200, by Tassilo Philipp
-
sysv x64 disas examples:Mon, 03 Oct 2022 11:40:36 +0200, by Tassilo Philipp
-
- test/syscalls: build fix for minixSun, 02 Oct 2022 16:45:06 +0200, by Tassilo Philipp
-
- fixed mingw and cygwin env detection (was always shadowed by _WIN32 macro detection, and __MINGW__ macro check was wrong to begin with)Sun, 02 Oct 2022 13:58:33 +0200, by Tassilo Philipp
-
- more thiscall disas examplesSat, 01 Oct 2022 16:14:00 +0200, by Tassilo Philipp
-
disas example for explicit cdecl declared thiscallSat, 01 Oct 2022 16:04:40 +0200, by Tassilo Philipp
-
- adding helper target to cmakeSat, 01 Oct 2022 16:03:25 +0200, by Tassilo Philipp
-
- test/plain_c++: reintroduced an empty __cdecl define for portabilityThu, 29 Sep 2022 13:31:30 +0200, by Tassilo Philipp
-
test/plain_c++:Thu, 29 Sep 2022 11:47:54 +0200, by Tassilo Philipp
-
- whitespace cosmeticsThu, 29 Sep 2022 10:51:24 +0200, by Tassilo Philipp
-
- test/dynload_plain: fix to make rule for old ksh93 versions, which segfault on nested, forked subshellsTue, 27 Sep 2022 16:38:24 +0200, by Tassilo Philipp
-
- test/syscall: minix include fixTue, 27 Sep 2022 15:34:45 +0200, by Tassilo Philipp
-
- sparc64 callback crash fix (local register wasn't preserved)Thu, 22 Sep 2022 23:15:51 +0200, by Tassilo Philipp
-
- cleanupsWed, 21 Sep 2022 14:37:09 +0200, by Tassilo Philipp
-
- cleanups, made some arrays local to TUs, etc.Wed, 21 Sep 2022 14:36:44 +0200, by Tassilo Philipp
-
- missed cmake build line to be removed given last commitWed, 21 Sep 2022 13:26:31 +0200, by Tassilo Philipp
-
tests:Wed, 21 Sep 2022 13:25:35 +0200, by Tassilo Philipp
-
cosmeticsWed, 21 Sep 2022 10:54:29 +0200, by Tassilo Philipp
-
test/callf: dcNewAggr() calls param fixes, used wrong field countWed, 21 Sep 2022 10:52:05 +0200, by Tassilo Philipp
-
Added tag r1.4-RC4 for changeset 57ad31f924bbTue, 20 Sep 2022 14:52:28 +0200, by Tassilo Philipp
-
- test/call_suite_aggrs: LL-suffixed long long int constant to avoid side-effects and warningTue, 20 Sep 2022 10:44:57 +0200, by Tassilo Philipp
-
- test/dynload_plain: fixed libc.so deduction fallbackTue, 20 Sep 2022 10:39:09 +0200, by Tassilo Philipp
-
- test/dynload_plain build fixes:Tue, 20 Sep 2022 10:29:23 +0200, by Tassilo Philipp
-
- test/dynload_plain: workaround for shell incompatibilities on some platformsTue, 20 Sep 2022 10:20:32 +0200, by Tassilo Philipp
-
- aggr test suites output cosmetics on exceptionsMon, 19 Sep 2022 18:24:40 +0200, by Tassilo Philipp
-
- added exception handling to test/call{,back}_suite_aggrsMon, 19 Sep 2022 18:11:08 +0200, by Tassilo Philipp
-
- test exec name changes for nmake builds for x86 win std and fastcall suites, for consistencyMon, 19 Sep 2022 16:59:52 +0200, by Tassilo Philipp
-
- relaxed cmake's c++ compiler check for test suite a bit by just checking if compiler string is set (existing CMAKE_CXX_COMPILER_WORKS fails on some platforms)Mon, 19 Sep 2022 16:38:11 +0200, by Tassilo Philipp
-
Added tag r1.4-RC3 for changeset dfc2e6ee8782Mon, 19 Sep 2022 11:41:42 +0200, 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-RC3Mon, 19 Sep 2022 09:54:21 +0200, by Tassilo Philipp
-
Added tag r1.4-RC2 for changeset b26a2a4e1daaThu, 15 Sep 2022 18:11:48 +0200, by Tassilo Philipp
-
- plain_c++ test: removal of double use of va_arg() in same statement, seems to confuse some sparc compilers r1.4-RC2Tue, 13 Sep 2022 17:53:13 +0200, by Tassilo Philipp
-
- fixed wrong mode setting in test (ellipse mode needs to be set after this ptr for thiscalls)Tue, 13 Sep 2022 17:43:51 +0200, by Tassilo Philipp
-
- changed test output for consistencyTue, 13 Sep 2022 17:32:24 +0200, by Tassilo Philipp
-
Added tag r1.4-RC1 for changeset 3bad4cb40445Mon, 12 Sep 2022 14:08:33 +0200, by Tassilo Philipp
-
- arm32 dyncallback impl: fixed wrong type def r1.4-RC1Fri, 09 Sep 2022 09:50:32 +0200, by Tassilo Philipp
-
- removal of callback_plain_c++ test in mkfile as no c++ on plan9 (having added it there was by accident)Thu, 08 Sep 2022 17:59:36 +0200, by Tassilo Philipp
-
- added missing return values for dcbArgAggr() on functions w/o aggregate supportThu, 08 Sep 2022 17:50:47 +0200, by Tassilo Philipp
-
man pages:Thu, 08 Sep 2022 17:36:20 +0200, by Tassilo Philipp
-
callback_plain_c++: improved cross-platform robustness of faked thiscall used for testingThu, 08 Sep 2022 16:15:52 +0200, by Tassilo Philipp