Mercurial > pub > dyncall > dyncall
graph
-
- introduced Makefile var APP_SUFFIX to handle cases where compilers implicitly add an extension to executables (e.g. llvm/mingw64 adds .exe even of not specified via -o) default tip12 months ago, by Tassilo Philipp
-
- another tweak handling clang trying to be too smart (see last commit)15 months ago, by Tassilo Philipp
-
- dyncallback code cleanup: removed unneeded headers15 months ago, by Tassilo Philipp
-
- clarified/fixed riscv64 callconv doc16 months ago, by Tassilo Philipp
-
riscv64 callbacks:16 months ago, by Tassilo Philipp
-
todo16 months ago, by Tassilo Philipp
-
- marked haiku/riscv64 (rv64imafdc) as tested, confirmed working via dynOS16 months ago, by Tassilo Philipp
-
- clarified riscv64 support in manual and changelog16 months ago, by Tassilo Philipp
-
- changelog16 months ago, by Tassilo Philipp
-
- arm64 tweaks/cleanups for callbacks:16 months ago, by Tassilo Philipp
-
- riscv64 support for calls and callbacks (but lacking aggr and syscall support) - thanks Jun Jeon! :)16 months ago, by Tassilo Philipp
-
whitespace16 months ago, by Tassilo Philipp
-
- arm64 files:16 months ago, by Tassilo Philipp
-
- doc tweak16 months ago, by Tassilo Philipp
-
doc:16 months ago, by Tassilo Philipp
-
- riscv64 disas examples16 months ago, by Tassilo Philipp
-
- RISC-V64 asm examples16 months ago, by Tassilo Philipp
-
- added missing fptr cast for sigaction(2) action handler (clang 17 is picky)16 months ago, by Tassilo Philipp
-
- removal of `autovar` macro detection lib:17 months ago, by Tassilo Philipp
-
- portability improvements in some test makefiles2022-12-15, by Tassilo Philipp
-
bump version to 1.5-CURRENT2022-12-06, by Tassilo Philipp
-
Added tag r1.4 for changeset 2147d1c9dc8a2022-12-06, by Tassilo Philipp
-
- release prep2022-12-06, by Tassilo Philipp
-
- cleanup, typo fixes2022-12-03, by Tassilo Philipp
-
- configure.rc fix due to bad prev refactoring (ed19b429a152)2022-11-22, by Tassilo Philipp
-
- bad warning fix of prev commit2022-11-21, by Tassilo Philipp
-
- test/plain: fix "_cdecl already defined" warnings/errors on some windows related configs/platforms (e.g. mingw)2022-11-21, by Tassilo Philipp
-
"2022-11-20, by Tassilo Philipp
-
- removed superflous arg from 2 calls, fixing a warning2022-11-20, by Tassilo Philipp
-
- added explicit arm64 target, and clang tool options to Windows' configure.bat2022-11-19, by Tassilo Philipp
-
- BSD syscall segfault fix2022-11-09, by Tassilo Philipp
-
- changelog2022-10-28, by Tassilo Philipp
-
(older) C conformance fix2022-10-28, by Tassilo Philipp
-
Added tag r1.4-RC5 for changeset c477ddd647182022-10-28, by Tassilo Philipp
-
whitespace2022-10-28, by Tassilo Philipp
-
- lua signature generator for test code: support for generating '.' vararg sigs2022-10-28, by Tassilo Philipp
-
cleanup: removal of actually unnecessary require lines2022-10-28, by Tassilo Philipp
-
- cosmetics, missing require"math" in test case gen2022-10-28, by Tassilo Philipp
-
test/resolve_self: hack for linkers not having --export-dynamic2022-10-05, by Tassilo Philipp
-
- test/resolve_self: use a more portable linker option to export exec symbols (fixes some builds)2022-10-03, by Tassilo Philipp
-
- x64 win disas example fix and addition2022-10-03, by Tassilo Philipp
-
sysv x64 disas examples:2022-10-03, by Tassilo Philipp
-
- test/syscalls: build fix for minix2022-10-02, by Tassilo Philipp
-
- more thiscall disas examples2022-10-01, by Tassilo Philipp
-
disas example for explicit cdecl declared thiscall2022-10-01, by Tassilo Philipp
-
- adding helper target to cmake2022-10-01, by Tassilo Philipp
-
- test/plain_c++: reintroduced an empty __cdecl define for portability2022-09-29, by Tassilo Philipp
-
test/plain_c++:2022-09-29, by Tassilo Philipp
-
- whitespace cosmetics2022-09-29, by Tassilo Philipp
-
- test/dynload_plain: fix to make rule for old ksh93 versions, which segfault on nested, forked subshells2022-09-27, by Tassilo Philipp
-
- test/syscall: minix include fix2022-09-27, by Tassilo Philipp
-
- sparc64 callback crash fix (local register wasn't preserved)2022-09-22, by Tassilo Philipp