Mercurial > pub > dyncall > dyncall
graph
-
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
-
- doc consistency cleanup/addition2017-08-21, by Tassilo Philipp
-
- cleanups2017-05-27, by Tassilo Philipp
-
- reintroduced .note.GNU-stack section, as mentioned in prev commit2017-05-27, by Tassilo Philipp
-
- also testing no flags at all, for asflags rw- detection2017-05-25, by Tassilo Philipp
-
- typo in prev commit2017-05-24, by Tassilo Philipp
-
- some platforms ingeniously use AFLAGS with CC so --noexecstack must be set as -Wa,--noexecstack2017-05-24, by Tassilo Philipp
-
- portability fix for configure's asflags detection2017-05-24, by Tassilo Philipp
-
configure:2017-05-22, by Tassilo Philipp
-
- added _MIPSE[BL] to (long) list of mips endian detection #ifdefs2017-05-22, by Tassilo Philipp
-
- declutter2017-05-21, by Tassilo Philipp
-
- cosmetics2017-05-21, by Tassilo Philipp
-
- configure: noexecstack flag check/search now reflecting what dyncall build needs/does2017-05-21, by Tassilo Philipp
-
- portability changes to configure's "--noexecstack" flag detection (mainly for macos)2017-05-20, by Tassilo Philipp
-
- added "Unknown" type as executable format #define next to PE, Mach and ELF ones for cases like Minix < 3.2.02017-05-17, by Tassilo Philipp
-
- improved support for older OS versions for dynloads dlGetLibraryPath2017-05-15, by Tassilo Philipp
-
- see last commit - sloppy me forgot a part of that regression fix2017-05-14, by Tassilo Philipp
-
- regression fix for changing writable to executable memory for platforms where2017-05-14, by Tassilo Philipp
-
- note about c99 (+ anon struct/union) requirements in doc2017-05-13, by Tassilo Philipp
-
- BeOS impl for dlGetLibraryPath2017-05-05, by Tassilo Philipp
-
- changelog update2017-05-04, by Tassilo Philipp
-
changes for dynload for macOS and OpenBSD:2017-05-04, by Tassilo Philipp
-
- dynload dlGetLibraryPath simplifications:2017-05-04, by Tassilo Philipp
-
- Todo2017-05-04, by Tassilo Philipp
-
dynload doc:2017-05-04, by Tassilo Philipp
-
dynload:2017-05-04, by Tassilo Philipp
-
- doc cleanup2017-05-02, by Tassilo Philipp
-
- replaced character constants in ppc assembly files with their values for compatibility with older toolchains2017-05-02, by Tassilo Philipp
-
- whitespace cleanup in ppc32 asm files2017-05-02, by Tassilo Philipp
-
- ppc32 doc tweak2017-05-02, by Tassilo Philipp
-
- changelog mentioning darwin/ppc fixes2017-05-02, by Tassilo Philipp
-
- dyncallback 'long long' arg fix for Darwin/PPC2017-05-02, by Tassilo Philipp
-
Darwin/PPC:2017-05-02, by Tassilo Philipp
-
- dynload_plain test ReactOS support2017-04-16, by Tassilo Philipp
-
- make dynload_plain test build on windows2017-04-16, by Tassilo Philipp
-
- todo comment2017-04-16, by Tassilo Philipp
-
- dynload_syms_elf.c cleanup2017-04-16, by Tassilo Philipp
-
- dynload_syms_pe.c cleanup2017-04-16, by Tassilo Philipp
-
- dynload_windows.c cosmetics2017-04-16, by Tassilo Philipp
-
- completed dynload API doc2017-04-16, by Tassilo Philipp
-
- resolve_self test cleanups2017-04-16, by Tassilo Philipp
-
- marked off sparc64/freebsd as complete in manual, after testing it2017-04-15, by Tassilo Philipp
-
- changelog2017-04-15, by Tassilo Philipp
-
- dynload mach-o handling fixes for 64bit platforms2017-04-15, by Tassilo Philipp
-
- fix to configure for universal binary support for >= macos el capitan2017-04-14, by Tassilo Philipp
-
- changelog2017-04-11, by Tassilo Philipp
-
- make dynload symbol iteration return symbol names as in C code, on Darwin2017-04-11, by Tassilo Philipp
-
- mach-o symbol iteration stability fixes2017-04-11, by Tassilo Philipp
-
- dynload_plain test fixes2017-04-06, by Tassilo Philipp
-
dynload darwin/mach-o update:2017-04-06, by Tassilo Philipp
-
- dynload man page clarification about resolving own symbols2017-04-06, by Tassilo Philipp
-
- dynload_plain test now run with helper script2017-04-06, by Tassilo Philipp
-
tests:2017-04-06, by Tassilo Philipp
-
- TEX fix2017-03-28, by Tassilo Philipp
-
- "2017-03-28, by Tassilo Philipp
-
- more doc overview corrections2017-03-28, by Tassilo Philipp
-
- "2017-03-28, by Tassilo Philipp
-
- manual fix, removed platform from overview that never existed2017-03-28, by Tassilo Philipp
-
- marked off netbsd/sparc64 as completely supported in manual (tested it)2017-03-26, by Tassilo Philipp
-
- netbsd include fix (stddef.h needed before elf.h)2017-03-26, by Tassilo Philipp
-
- changelog cleanup2017-03-22, by Tassilo Philipp
-
- doc update2017-03-22, by Tassilo Philipp
-
- sparc64 endian detection on non-explicit platforms2017-03-22, by Tassilo Philipp
-
- allocwx changes from last commit mentioned in Changelog and adapted testcode2017-03-21, by Tassilo Philipp
-
- changed allocwx code:2017-03-20, by Tassilo Philipp
-
- todo update2017-03-19, by Tassilo Philipp
-
- manual cleanup2017-03-19, by Tassilo Philipp
-
- mark sparc64/linux as completely supported in manual overview2017-03-19, by Tassilo Philipp
-
- safety fix for sparc32, protecting from callback handler problems when handler itself needs to spill2017-03-19, by Tassilo Philipp
-
- sparc doc improvements for both, 32 and 642017-03-19, by Tassilo Philipp
-
- sparc64 callbacks:2017-03-19, by Tassilo Philipp
-
- comment cleanup2017-03-18, by Tassilo Philipp
-
- sparc doc improvements (esp. for sparc64)2017-03-18, by Tassilo Philipp
-
- sparc manual changes2017-03-14, by Tassilo Philipp
-
- b/c no preproc needed, changed some files from .S -> .s2017-03-14, by Tassilo Philipp
-
- first draft at sparc64 callbacks (floats not working, yet)2017-03-17, by Tassilo Philipp
-
- doc and comment fixes2017-03-13, by Tassilo Philipp
-
- first impl of sparc64 thunks2017-03-13, by Tassilo Philipp
-
- more endian detection in macros2017-03-13, by Tassilo Philipp