Mercurial > pub > dyncall > dyncall
graph
-
- comment for clarity2021-04-07, by Tassilo Philipp
-
cleanup2021-04-07, by Tassilo Philipp
-
changelog2021-04-07, by Tassilo Philipp
-
windows lib name consistency changes for nmake builds2021-01-23, by Tassilo Philipp
-
- changelog2021-04-07, by Tassilo Philipp
-
- dynload w/ PE files:2021-04-06, by Tassilo Philipp
-
- changelog2021-01-23, by Tassilo Philipp
-
- dynload fixes for newer x86 beos/haiku that come with elf.h by default (removed hacky stub used before for elf hdr refs)2021-01-23, by Tassilo Philipp
-
Added tag r1.2 for changeset 763ab518e1bb2021-01-22, by Tassilo Philipp
-
- todo cleanup2021-01-22, by Tassilo Philipp
-
- changelog update2021-01-22, by Tassilo Philipp
-
Added tag r1.2-RC2 for changeset f155bda02e102021-01-22, by Tassilo Philipp
-
- manual version number bump2021-01-22, by Tassilo Philipp
-
- haiku dynload fix2021-01-21, by Tassilo Philipp
-
- excluding syscall stuff from callf test for beos/haiku2021-01-21, by Tassilo Philipp
-
Added tag r1.2-RC1 for changeset 2144287113df2021-01-20, by Tassilo Philipp
-
- thunk test: better signal handling, using sigaction(2) with SA_ONSTACK2021-01-20, by Tassilo Philipp
-
- test fix: no SIGBUS on windows platforms2020-12-29, by Tassilo Philipp
-
makefile helper target to quickly list toolchain versions of current platform2020-12-29, by Tassilo Philipp
-
cosmetics2020-12-28, by Tassilo Philipp
-
- removed unsupported syscall mode from macos/arm64 callvm, so trying to use it will safely return an error2020-12-28, by Tassilo Philipp
-
- simplified callvm setup for win/arm64 a bit, no behaviour changes2020-12-28, by Tassilo Philipp
-
removal of incorrect line in todo list2020-12-26, by Tassilo Philipp
-
- correction to manual overview (in a prev commit I edited the wrong line)2020-12-26, by Tassilo Philipp
-
todo update (macos/arm64 known to work)2020-12-25, by Tassilo Philipp
-
- updated manual platform support overview2020-12-25, by Tassilo Philipp
-
- windows arm64 support (dyncall, dyncallback, cmake support for armasm64), thanks Bernhard Urban-Forster!2020-12-25, by Tassilo Philipp
-
todo update2020-12-19, by Tassilo Philipp
-
- removed all .machine ppc pseudo-ops (see prev commit)2020-08-08, by Tassilo Philipp
-
- removed some pseudo-op on non-darwin platforms to make clang's integrated assembler happy2020-08-05, by Tassilo Philipp
-
- removed outdated comment2020-07-20, by Tassilo Philipp
-
- removal of some unnecessary headers that only contained internally used forward declarations, so no need to have them2020-04-15, by Tassilo Philipp
-
- fixing issue after having aliased gnu thiscalls to cdecl with a duped switch label2020-04-14, by Tassilo Philipp
-
- Todo entries2020-04-14, by Tassilo Philipp
-
- changelog addition2020-04-14, by Tassilo Philipp
-
- added helper function dcGetModeFromCCSigChar() mapping callconv sig chars to respective mode2020-04-14, by Tassilo Philipp
-
- typos2020-04-13, by Tassilo Philipp
-
- doc updates with more info about signature string usage2020-04-13, by Tassilo Philipp
-
- better implementation of callf sigchar cc mode checking2020-04-13, by Tassilo Philipp
-
- changelog and todo prep for upcoming 1.22020-01-12, by Tassilo Philipp
-
Added tag r1.1 for changeset 2f28f26c72a72020-01-11, by Tassilo Philipp
-
- removed misleading help test in configure.bat2020-01-10, by Tassilo Philipp
-
Added tag r1.1-RC4 for changeset 127fe78cb7dd2020-01-10, by Tassilo Philipp
-
Added tag r1.1-RC3 for changeset da4b267c10bf2020-01-08, by Tassilo Philipp
-
- C declaration order fix2020-01-08, by Tassilo Philipp
-
Added tag r1.1-RC2 for changeset c607d67cd6b82020-01-08, by Tassilo Philipp
-
- doc: added syscall info to appendix, fixed broken literature link r1.1-RC22020-01-07, by Tassilo Philipp