Mercurial > pub > dyncall > dyncall
graph
-
Added tag r0.9 for changeset 8b3f468f1bf9Thu, 31 Dec 2015 00:23:19 +0100, by cslag
-
Removed tag r0.9Thu, 31 Dec 2015 00:22:43 +0100, by cslag
-
Added tag r0.9 for changeset f1d47aca579aThu, 31 Dec 2015 00:16:10 +0100, by cslag
-
- changelog update listing final 0.9 contentThu, 31 Dec 2015 00:16:00 +0100, by cslag
-
Added tag r0.9-RC5 for changeset 4eef76c8d22fTue, 29 Dec 2015 17:51:09 +0100, by cslag
-
- another gnu/kfreebsd configure script linker flag r0.9-RC5Fri, 25 Dec 2015 23:13:17 +0100, by cslag
-
- added -lm in GNU/kFreeBSD config, to build all tests out of the boxFri, 25 Dec 2015 21:16:04 +0100, by cslag
-
- mergeWed, 23 Dec 2015 22:20:18 +0100, by cslag
-
- todo updateWed, 23 Dec 2015 22:18:08 +0100, by cslag
-
configure fixes for iOS 9Wed, 23 Dec 2015 15:03:49 +0100, by Daniel Adler
-
Added tag r0.9-RC4 for changeset 9e9d6a90492aMon, 21 Dec 2015 09:47:37 +0100, by cslag
-
- minor test code fixSun, 20 Dec 2015 15:38:14 +0100, by cslag
-
mergeSun, 20 Dec 2015 00:12:06 +0100, by Daniel Adler
-
bugfix: value and control-group arrays need to be max-arg size + 1 (... futher cleanup is needed as index 0 in array is not used at all ;-/ )Sat, 19 Dec 2015 23:04:42 +0000, by Daniel Adler
-
- some armhf comments, doc clarification, cleanupSun, 20 Dec 2015 00:09:47 +0100, by cslag
-
- generated more call_suite cases to include more cases with lots of fp params for armhfSat, 19 Dec 2015 23:40:15 +0100, by cslag
-
- armhf callback fix for calls with >= 64byte of floating point params where d7 is filled before all args are pushedSat, 19 Dec 2015 23:24:35 +0100, by cslag
-
- more extreme test case configs, as cconvs like armhf can pass a lot of args via registers, and old config didn't test stack usage in those casesSat, 19 Dec 2015 16:19:15 +0100, by cslag
-
Added tag r0.9-RC3 for changeset ecc9403e214aSat, 19 Dec 2015 16:01:33 +0100, by cslag
-
- final touch for complete armhf callback support, yay r0.9-RC3Fri, 18 Dec 2015 23:28:18 +0100, by cslag
-
- docFri, 18 Dec 2015 23:10:37 +0100, by cslag
-
- changelog updateFri, 18 Dec 2015 21:05:58 +0100, by cslag
-
- armhf callback support: fixed alignment logic (only return type support still missing)Fri, 18 Dec 2015 20:17:51 +0100, by cslag
-
- armhf callback support (not all working, yet)Fri, 18 Dec 2015 19:07:17 +0100, by cslag
-
- cosmeticsFri, 18 Dec 2015 01:08:14 +0100, by cslag
-
- armhf dyncall optimization/cleanupFri, 18 Dec 2015 01:07:40 +0100, by cslag
-
- armhf doc updateTue, 15 Dec 2015 14:40:19 +0100, by cslag
-
- started section for armhf in docTue, 15 Dec 2015 11:19:57 +0100, by cslag
-
- ported _macros.h change from 2 commits ago to autovar (which will replace former, in 1.0)Fri, 27 Nov 2015 01:18:22 +0100, by cslag
-
- added some exception handling to thunk test, to catch w^x tests, etc.Fri, 27 Nov 2015 01:11:49 +0100, by cslag
-
Fixed failing builds when the compiler is ICC/ICPCFri, 27 Nov 2015 00:04:24 +0100, by Snaipe
-
- added configure (only sh-version) option to display list of settable targetsSat, 21 Nov 2015 16:16:26 +0100, by cslag
-
Added tag r0.9-RC2 for changeset a461b6977b52Wed, 16 Sep 2015 09:55:53 +0200, by cslag
-
- refactored arm calling conventions' callvm code, so that the code that keepsTue, 15 Sep 2015 12:48:52 +0200, by cslag
-
- doc: openbsd/arm, minix/arm indicatorsSun, 13 Sep 2015 16:52:53 +0200, by cslag
-
Added tag r0.9-RC1 for changeset d9c707a699d9Sun, 06 Sep 2015 12:01:17 +0200, by cslag
-
- note about selinux support for 1.0 added to ToDo r0.9-RC1Sun, 06 Sep 2015 00:27:11 +0200, by cslag
-
- removing item from ToDo that's not longer validSun, 06 Sep 2015 00:06:59 +0200, by cslag
-
- TodoSat, 05 Sep 2015 23:44:45 +0200, by cslag
-
- cleanups in changelog and todoSat, 05 Sep 2015 23:17:56 +0200, by cslag
-
- arm thunk cleanup of old, stale codeSun, 02 Aug 2015 19:38:25 +0200, by cslag
-
- ToDo and ChangelogSat, 01 Aug 2015 19:54:23 +0200, by cslag
-
- fix for arm/thumb on some platforms (e.g. nintendo ds) to keep compiler from overwriting return values in caller-cleanup codeSat, 01 Aug 2015 19:50:49 +0200, by cslag
-
- fix for arm on some platforms (e.g. freebsd/arm32, nintendo ds) to keep compiler from overwriting return values in caller-cleanup codeSat, 01 Aug 2015 19:13:21 +0200, by cslag
-
- flagging freebsd as fully supported after testing arm64Sat, 25 Jul 2015 22:45:14 +0200, by cslag
-
- consistency in filenames that have cpp logic .s -> .SFri, 24 Jul 2015 01:18:10 +0200, by cslag
-
added 4-byte alignment for arm64 call kernelThu, 23 Jul 2015 01:30:23 +0200, by Daniel Adler
-
minor fix for armv7 out-of-source buildsWed, 22 Jul 2015 22:16:08 +0200, by Daniel Adler
-
minor typo fix for arm64/appleTue, 21 Jul 2015 17:24:59 +0200, by dadler
-
- doc cosmetics for consistencyMon, 20 Jul 2015 08:14:50 +0200, by cslag
-
- mergeSun, 19 Jul 2015 23:57:57 +0200, by cslag
-
- docSun, 19 Jul 2015 23:57:18 +0200, by cslag
-
added callvm for varargsSun, 19 Jul 2015 22:31:09 +0200, by Daniel Adler
-
- ppc64 update from MasanoriSun, 19 Jul 2015 13:05:34 +0200, by cslag
-
- todoThu, 09 Jul 2015 20:51:11 +0200, by cslag
-
- fix from MoarVM team and Tobi Leich for osx configureFri, 24 Apr 2015 00:25:43 -0500, by cslag
-
added CMakeLists.txt for tests (call_suite and resolveself)Tue, 07 Apr 2015 11:14:05 +0200, by dadler