Mercurial > pub > dyncall > dyncall
graph
-
- 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
-
- more html doc tweak: remove dependency on google fonts2020-01-07, by Tassilo Philipp
-
- fix a url in doc gen2020-01-07, by Tassilo Philipp
-
- gen-masm2020-01-04, by Tassilo Philipp
-
- syscall infos in doc2020-01-04, by Tassilo Philipp
-
- x64 SysV syscall support2020-01-04, by Tassilo Philipp
-
- minor refactoring for clarity2020-01-03, by Tassilo Philipp
-
Added tag r1.1-RC1 for changeset 3c6bc720bc1f2019-12-03, by Tassilo Philipp
-
- test/plain additions mainly for preparing future struct support, experimental at best currently2019-11-27, by Tassilo Philipp
-
- better output for plain test's struct size testing (maybe in prep for full struct support)2019-11-27, by Tassilo Philipp
-
- minor doc cleanups/cosmetics2019-11-27, by Tassilo Philipp
-
- todo and changelog update2019-11-23, by Tassilo Philipp
-
- disassembly example annotations2019-11-23, by Tassilo Philipp
-
- stack layout typo for sparc doc2019-11-22, by Tassilo Philipp
-
- tex formatting fix2019-11-22, by Tassilo Philipp
-
- review and fixes, cleanup, amendments to calling convention appendix of manual2019-11-22, by Tassilo Philipp
-
- doc: added disassembly examples for many platforms and calling conventions, for reference2019-11-22, by Tassilo Philipp
-
- configure:2019-11-22, by Tassilo Philipp
-
- super old vs2005 solution files simplified (should probably be removed altogether)2019-11-22, by Tassilo Philipp
-
- removal of never-adopted mini-test framework stub2019-11-21, by Tassilo Philipp
-
- cosmetics and comments cleanup for readability2019-11-15, by Tassilo Philipp
-
- doc: stack layout fix for mips/o322019-11-15, by Tassilo Philipp
-
- cosmetics/cleanup2019-11-15, by Tassilo Philipp
-
- Darwin/macos fix for dlGetLibraryPath() to correctly fail on bogus handles2019-11-13, by Tassilo Philipp
-
- test/dynload_plain build fix for Darwin cc (use flag -dynamiclib instead of -shared to build test .dylib)2019-11-13, by Tassilo Philipp
-
- dynload_plain test code build fix for windows2019-11-13, by Tassilo Philipp
-
- dynload fix to get proc name when elf relocation is in use2019-11-12, by Tassilo Philipp
-
- fix for some cmake/cpack doc paths (fixup for files that were removed by r303)2019-11-09, by Tassilo Philipp
-
- allowing lookup of running executable's path by passing NULL to dynload's dlGetLibraryPath()2019-11-06, by Tassilo Philipp
-
- dynload_plain test: stability fix for picking right testing lib on build2019-11-05, by Tassilo Philipp