Mercurial > pub > dyncall > dyncall
graph
-
- 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
-
- stability fix: avoid sigsegv in dynload's dlGetLibraryPath() in some cases (e.g. wrong handle given or OS specific quirk)2019-10-29, by Tassilo Philipp
-
- test code fix avoiding sigsegv on some platforms2019-10-26, by Tassilo Philipp
-
- comment cleanup2019-10-24, by Tassilo Philipp
-
- changelog about dynload UTF-8 support on windows2019-10-24, by Tassilo Philipp
-
dynload UTF-8 support for library paths:2019-10-24, by Tassilo Philipp
-
better MacOS Mojave support in ./configure (Mojave dropped i386 builds)2019-04-29, by Tassilo Philipp
-
- todo update reflecting mips softfloat status more precisely (as only lacking for mips64/n32 callconv)2018-06-09, by Tassilo Philipp
-
- softfloat support for mips64/n64 abi2018-05-23, by Tassilo Philipp
-
- mips32 doc2018-05-23, by Tassilo Philipp
-
- cleanup of outdated docs2018-05-23, by Tassilo Philipp
-
- mips softfloat support for o32 callconv (calls and callbacks, little and big endian)2018-05-21, by Tassilo Philipp
-
- changelog2018-05-20, by Tassilo Philipp
-
- more verbose support matrix2018-05-20, by Tassilo Philipp
-
- changed style of support matrix, marked freebsd/mips complet (hardfloat, only, though)2018-05-19, by Tassilo Philipp
-
- simpler ./configure check if freebsd/mips platform is hard-float2018-05-17, by Tassilo Philipp
-
- doc typo2018-05-16, by Tassilo Philipp
-
- FBSD12-CURRENT/mipshf needs to be told explicitly to use -mhard_float (at least as of may 2018)2018-05-16, by Tassilo Philipp
-
- adding mips softfloat to ToDo2018-05-07, by Tassilo Philipp
-
- ./configure arch detection support for newer iOS SDK versions (10+)2018-04-25, by Tassilo Philipp
-
- removed unused include from callback_plain test2018-04-24, by Tassilo Philipp
-
- removed relative #include2018-04-24, by Tassilo Philipp
-
Added tag r1.0 for changeset 4e63c6411e592018-04-23, by Tassilo Philipp
-
Added tag r1.0-RC3 for changeset 8d9629a078e42018-04-21, by Tassilo Philipp
-
Added tag r1.0-RC2 for changeset ce688f871d512018-04-21, by Tassilo Philipp
-
- dynload_plain test: better guessing what .so to use2018-04-21, by Tassilo Philipp
-
added ToDo for configure on macOS2018-04-20, by Daniel Adler
-
added missing headers for 'install' target2018-04-19, by Daniel Adler
-
- removed some restriction in mach-o loader2018-04-19, by Tassilo Philipp
-
- file header cleanups for release2018-04-19, by Tassilo Philipp
-
- cleanup in Changelog and Todo for 1.02018-04-19, by Tassilo Philipp
-
Added tag r1.0-RC1 for changeset dfc6f17361412018-04-19, by Tassilo Philipp
-
- doc fix in callconv appendix2018-03-04, by Tassilo Philipp
-
- typo2018-03-04, by Tassilo Philipp
-
- mach-o loader fix (discovered on High Sierra, not sure what other versions were affected)2018-02-01, by Tassilo Philipp
-
- more make compat fixes for test/dynload_plain2017-12-29, by Tassilo Philipp
-
- make portability fix2017-12-29, by Tassilo Philipp
-
- dynload_plain test handling symbol aliases, now2017-12-29, by Tassilo Philipp
-
- OpenBSD/arm64 exists officially, now, so mark as existing in manual, but "not know if dyncall works"2017-12-11, by Tassilo Philipp