Mercurial > pub > dyncall > dyncall
graph
-
mdoc tweakThu, 08 Sep 2022 15:31:44 +0200, by Tassilo Philipp
-
- more man page examplesThu, 08 Sep 2022 12:19:51 +0200, by Tassilo Philipp
-
- more examples in dyncall(3)Thu, 08 Sep 2022 11:10:03 +0200, by Tassilo Philipp
-
cleanupThu, 08 Sep 2022 09:27:52 +0200, by Tassilo Philipp
-
- enable fPIC for sunos 64bit platforms by defaultSun, 04 Sep 2022 16:50:50 +0200, by Tassilo Philipp
-
changelogSun, 04 Sep 2022 16:31:40 +0200, by Tassilo Philipp
-
test/dynload_plain: use same CFLAGS to build UTF-8 path helper lib with as for main build (fixes building this helper lib w/ incompatible instruction set on some platforms)Sun, 04 Sep 2022 16:29:30 +0200, by Tassilo Philipp
-
- test/dynload_plain: simplify makefile based build by deducing default c lib to test with from a simple helper buildSun, 04 Sep 2022 15:57:28 +0200, by Tassilo Philipp
-
- test/dynload_plain: make build deduce native libc to use for testing from more elemental tool (using [(1) now instead of ls(1), reason is that on some x64 sunos platforms, ls is 32bit; yes, hacky fix)Sun, 04 Sep 2022 15:28:13 +0200, by Tassilo Philipp
-
- test/dynload_plain: fix on some sunos platforms selecting libc to testSun, 04 Sep 2022 14:29:12 +0200, by Tassilo Philipp
-
- test/dynload_plain fix for some sunos platformsSun, 04 Sep 2022 11:28:09 +0200, by Tassilo Philipp
-
./configure for SunOS now uses isainfo(1) to deduce native instruction setSun, 04 Sep 2022 11:11:20 +0200, by 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)Sun, 04 Sep 2022 10:36:51 +0200, by Tassilo Philipp
-
./configure output for sun make builds: set correct C++ compiler flag varSun, 04 Sep 2022 00:49:56 +0200, by Tassilo Philipp
-
- minor test case output change for consistencySun, 04 Sep 2022 00:20:24 +0200, by Tassilo Philipp
-
- callback_plain_c++ build fix for some platforms (setting correct c++ flags)Sun, 04 Sep 2022 00:09:54 +0200, by Tassilo Philipp
-
- test code commentsSat, 03 Sep 2022 17:34:23 +0200, by Tassilo Philipp
-
docSat, 03 Sep 2022 17:03:37 +0200, by Tassilo Philipp
-
man page clarificationSat, 03 Sep 2022 16:39:01 +0200, by Tassilo Philipp
-
doc fix of confusing paragraphSat, 03 Sep 2022 16:37:22 +0200, by Tassilo Philipp
-
- dyncallback: fix for calling back win/x64 C++ methods returning non-trivial aggregates (thanks Raphael!)Sat, 20 Aug 2022 21:04:15 +0200, by Tassilo Philipp
-
- cmakefile typo fixMon, 11 Jul 2022 23:17:50 +0200, by Tassilo Philipp
-
- test/callback_plain_c++: added check and a slightly different test for C++ copy-elision/retval-optimization, as C++ finds ambiguities totally okMon, 20 Jun 2022 17:42:13 +0200, by Tassilo Philipp
-
win64 callback dcbArgAggr() retval fixMon, 20 Jun 2022 15:42:55 +0200, by Tassilo Philipp
-
win build fixMon, 20 Jun 2022 15:25:01 +0200, by Tassilo Philipp
-
cosmetics & c-comments for consistencyMon, 20 Jun 2022 15:11:52 +0200, by Tassilo Philipp
-
- amendment fix for buffer overflow (see commit 0455834d29a1), to also handle non-standard struct packing, + better assertsMon, 20 Jun 2022 14:57:49 +0200, by Tassilo Philipp
-
- callback_suite_aggrs: enabling (non-standard) struct packing, by default (via #pragma, should be ignored by compilers not handling that)Mon, 20 Jun 2022 14:24:37 +0200, by Tassilo Philipp
-
- dyncallback: x64/sysv buffer overflow fix for aggregate args whose size isn't a multiple of 8Mon, 20 Jun 2022 11:15:09 +0200, by Tassilo Philipp
-
- dyncallback test: added aggregate arg bounds checkMon, 20 Jun 2022 11:04:20 +0200, by Tassilo Philipp
-
- integrate test/callback_plain_c++ into main buildTue, 31 May 2022 19:59:10 +0200, by Tassilo Philipp
-
x64:Tue, 31 May 2022 19:29:34 +0200, by Tassilo Philipp
-
- test/callback_plain_c++, to test C++ non-trivial aggrs by value, as well as method callback handlersTue, 31 May 2022 18:35:06 +0200, by Tassilo Philipp
-
- C++ non-trivial aggregate-by-value handling:Tue, 31 May 2022 18:25:13 +0200, by Tassilo Philipp
-
- sigchar fixTue, 31 May 2022 16:47:57 +0200, by Tassilo Philipp
-
- fix passing aggregate-by-val on x64/sysv: subaggr classification forMon, 02 May 2022 15:32:41 +0200, by 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..)Mon, 02 May 2022 15:17:36 +0200, by Tassilo Philipp
-
- fixed wrong symbol naming on some platformsSun, 24 Apr 2022 13:59:26 +0200, by Tassilo Philipp
-
- test code: dcmode setting order fix, test worked but was incorrect according to the definition/docSun, 24 Apr 2022 13:48:59 +0200, by Tassilo Philipp
-
- ChangelogSun, 24 Apr 2022 13:38:33 +0200, by Tassilo Philipp
-
- callback fix for non-trivial aggregate return values: allowing access to caller-reserved space user is supposed to copy non-triv object intoSat, 23 Apr 2022 16:28:47 +0200, by Tassilo Philipp
-
- dyncallback fixes related to C++ non-trivial aggregates (not final, but fixing most obvious things I missed)Sat, 23 Apr 2022 15:36:11 +0200, by Tassilo Philipp
-
- typoSat, 23 Apr 2022 15:05:03 +0200, by Tassilo Philipp
-
typoSat, 23 Apr 2022 12:04:08 +0200, by Tassilo Philipp
-
- integration of patches from Raphael Luba, Thekla, Inc.:Thu, 21 Apr 2022 13:35:47 +0200, by Tassilo Philipp
-
.Sat, 16 Apr 2022 15:00:58 +0200, by Tassilo Philipp
-
cleanupsSat, 16 Apr 2022 14:59:05 +0200, by Tassilo Philipp
-
- more doc and disas examples for x86 fastcall and non-trivial aggregatesSat, 16 Apr 2022 12:10:02 +0200, by Tassilo Philipp
-
- mips eabi doc disas examplesThu, 14 Apr 2022 21:18:02 +0200, by 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 argsThu, 14 Apr 2022 14:44:40 +0200, by Tassilo Philipp
-
- cosmeticsThu, 14 Apr 2022 10:13:10 +0200, by Tassilo Philipp
-
tests: integrate new tests into makefiles, some cleanupsThu, 14 Apr 2022 10:06:58 +0200, by 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.Wed, 13 Apr 2022 15:55:50 +0200, by Tassilo Philipp
-
- test/callback_suite_aggrs: small fix, removed missing param with default valueWed, 13 Apr 2022 15:16:56 +0200, by 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)Wed, 13 Apr 2022 14:59:57 +0200, by Tassilo Philipp
-
- test code generator code: var abstractionWed, 13 Apr 2022 10:19:49 +0200, by Tassilo Philipp
-
- more test code generator code sharing/abstraction/simplificationsWed, 13 Apr 2022 10:06:40 +0200, by Tassilo Philipp
-
- call_suite_aggrs: makefile fixMon, 11 Apr 2022 22:49:04 +0200, by Tassilo Philipp
-
test/call_suite_aggrs:Mon, 11 Apr 2022 22:26:07 +0200, by Tassilo Philipp
-
- callback_suite: generator simplification and removal of pointless lua local var declarationsMon, 11 Apr 2022 15:06:44 +0200, by Tassilo Philipp