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 tip13 months ago, by Tassilo Philipp
-
- another tweak handling clang trying to be too smart (see last commit)16 months ago, by Tassilo Philipp
-
- dyncallback code cleanup: removed unneeded headers17 months ago, by Tassilo Philipp
-
- clarified/fixed riscv64 callconv doc17 months ago, by Tassilo Philipp
-
riscv64 callbacks:17 months ago, by Tassilo Philipp
-
todo17 months ago, by Tassilo Philipp
-
- marked haiku/riscv64 (rv64imafdc) as tested, confirmed working via dynOS17 months ago, by Tassilo Philipp
-
- clarified riscv64 support in manual and changelog17 months ago, by Tassilo Philipp
-
- changelog17 months ago, by Tassilo Philipp
-
- arm64 tweaks/cleanups for callbacks:17 months ago, by Tassilo Philipp
-
- riscv64 support for calls and callbacks (but lacking aggr and syscall support) - thanks Jun Jeon! :)17 months ago, by Tassilo Philipp
-
whitespace17 months ago, by Tassilo Philipp
-
- arm64 files:17 months ago, by Tassilo Philipp
-
- doc tweak17 months ago, by Tassilo Philipp
-
doc:17 months ago, by Tassilo Philipp
-
- riscv64 disas examples17 months ago, by Tassilo Philipp
-
- RISC-V64 asm examples17 months ago, by Tassilo Philipp
-
- added missing fptr cast for sigaction(2) action handler (clang 17 is picky)18 months ago, by Tassilo Philipp
-
- removal of `autovar` macro detection lib:18 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