Mercurial > pub > dyncall > bindings
graph
-
- allow use of 'None' with 'Z'Mon, 03 Apr 2023 19:06:07 +0200, by Tassilo Philipp
-
- p2Z() helper funcWed, 03 Aug 2022 15:38:07 +0200, by Tassilo Philipp
-
- fixed potentially uninitialized ptrTue, 22 Jun 2021 18:49:02 +0200, by Tassilo Philipp
-
fixes to test codeMon, 08 Feb 2021 10:15:27 +0100, by Tassilo Philipp
-
make pydc tests display failed onesMon, 08 Feb 2021 09:58:25 +0100, by Tassilo Philipp
-
made callback example python 2 compatible, and added some randomness to numbers to sortTue, 02 Feb 2021 21:07:41 +0100, by Tassilo Philipp
-
fixed missing () making branch always be enteredTue, 02 Feb 2021 20:56:54 +0100, by Tassilo Philipp
-
- added callback support (comes with some bigger refactoring)Tue, 02 Feb 2021 20:42:02 +0100, by Tassilo Philipp
-
- version bumpsFri, 22 Jan 2021 15:18:56 +0100, by Tassilo Philipp
-
- readme typosFri, 22 Jan 2021 15:12:34 +0100, by Tassilo Philipp
-
typoWed, 09 Dec 2020 15:56:13 +0100, by Tassilo Philipp
-
put pyi next to so for mypy to pick it up, directlySat, 14 Nov 2020 21:18:09 +0100, by Tassilo Philipp
-
- comment cleanupFri, 13 Nov 2020 20:44:00 +0100, by Tassilo Philipp
-
added callconv switching to one exampleFri, 13 Nov 2020 18:27:09 +0100, by Tassilo Philipp
-
PyCObject/PyCapsule not usable as type annotationFri, 13 Nov 2020 18:04:05 +0100, by Tassilo Philipp
-
- removed pydc.py wrapper overhead (which only called pydcext.so functions, directly, anyways)Fri, 13 Nov 2020 14:10:31 +0100, by Tassilo Philipp
-
- forgot to bounce version for last commit on oct 27Thu, 12 Nov 2020 19:56:33 +0100, by Tassilo Philipp
-
- python: allow None to be passed for 'p'ointers, always passing NULLTue, 27 Oct 2020 18:44:18 +0100, by Tassilo Philipp
-
- fixed use after free issue with string handling (keeping strings as copy until after call)Wed, 15 Apr 2020 21:58:13 +0200, by Tassilo Philipp
-
- godc updated to dc 1.1 and added note about missing featureTue, 14 Apr 2020 18:30:17 +0200, by Tassilo Philipp
-
- erlang binding: update to dc 1.1 and added note about missing featureTue, 14 Apr 2020 18:23:13 +0200, by Tassilo Philipp
-
- added syscall support to shdcTue, 14 Apr 2020 17:44:04 +0200, by Tassilo Philipp
-
- shdc: more sig chars for call conv mode selectionMon, 13 Apr 2020 21:58:48 +0200, by Tassilo Philipp
-
- typo fixMon, 13 Apr 2020 21:41:59 +0200, by Tassilo Philipp
-
- version bumpMon, 13 Apr 2020 20:08:54 +0200, by Tassilo Philipp
-
- bugfixMon, 13 Apr 2020 16:28:47 +0200, by Tassilo Philipp
-
- added support for signature-based calling convention switchMon, 13 Apr 2020 16:07:56 +0200, by Tassilo Philipp
-
- breaking changes:Sun, 12 Apr 2020 19:37:37 +0200, by Tassilo Philipp
-
- pydc: added support to get libhandle's pathSat, 11 Apr 2020 20:00:25 +0200, by Tassilo Philipp
-
- allowing 'None' as arg for pydc.load, effectively resulting in dlLoadLibrary(NULL), which is own processSat, 11 Apr 2020 18:02:33 +0200, by Tassilo Philipp
-
- some cleanupsFri, 10 Apr 2020 20:41:48 +0200, by Tassilo Philipp
-
- fixed two ref counting problemsFri, 10 Apr 2020 20:35:19 +0200, by Tassilo Philipp
-
bigger pydc update:Wed, 08 Apr 2020 22:17:43 +0200, by Tassilo Philipp
-
python binding:Tue, 07 Apr 2020 21:16:37 +0200, by Tassilo Philipp
-
- 1.1 updateSun, 12 Jan 2020 12:10:38 +0100, by Tassilo Philipp
-
-typoTue, 24 Apr 2018 16:09:32 +0200, by Tassilo Philipp
-
- 1.0 updatesTue, 24 Apr 2018 16:04:37 +0200, by Tassilo Philipp
-
- prep 1.0 releaseThu, 19 Apr 2018 18:54:47 +0200, by Tassilo Philipp
-
- pre-C99 syntax fixSun, 22 May 2016 20:55:57 +0200, by cslag
-
- java binding cleanup, exposed free functions (not very oo, this entire binding)Sat, 09 Apr 2016 18:18:34 -0500, by cslag
-
- working jdc (but with memleaks, currently)Wed, 30 Mar 2016 23:40:52 +0200, by cslag
-
- first working build of new java bindingWed, 30 Mar 2016 02:40:56 +0200, by cslag
-
- layout restructuringWed, 30 Mar 2016 02:06:16 +0200, by cslag
-
- cleanup of non-working java binding, restart work, somewhat different interfaceWed, 30 Mar 2016 02:05:06 +0200, by cslag
-
- update READMEsSat, 26 Mar 2016 22:32:59 +0100, by cslag
-
- added support for more return values to python bindingSat, 26 Mar 2016 22:31:42 +0100, by cslag
-
- erlang binding ToDo update in readmeSat, 26 Mar 2016 16:09:41 +0100, by cslag
-
- erlang binding build fix, linker arg was at wrong placeSat, 26 Mar 2016 16:09:04 +0100, by cslag
-
- general readme updateSat, 26 Mar 2016 15:56:15 +0100, by cslag
-
made erlang binding work with system *installed* dyncall:Sat, 26 Mar 2016 15:55:50 +0100, by cslag
-
- stripped relative path from dyncall #includesSat, 26 Mar 2016 15:47:53 +0100, by cslag
-
- ruby and python binding readme updatesSat, 26 Mar 2016 01:10:22 +0100, by cslag
-
- go binding cleanup, not enforcing relative paths anymore, readme updateSat, 26 Mar 2016 01:09:51 +0100, by cslag
-
- removed stale/old java binding GNUmakefileSat, 26 Mar 2016 00:13:32 +0100, by cslag
-
- python binding readme clarificationsSat, 26 Mar 2016 00:13:11 +0100, by cslag
-
- ruby binding path cleanup, previous version required bindings and dyncall be checked out in same parent directorySat, 26 Mar 2016 00:12:40 +0100, by cslag
-
- brought python binding up to dc v0.9Tue, 22 Mar 2016 01:49:34 +0100, by cslag
-
- python binding cleanupTue, 22 Mar 2016 00:55:15 +0100, by cslag
-
- gemspec fixThu, 31 Dec 2015 20:24:53 +0100, by cslag
-
- assume dyncall dir is next to maintainers'Thu, 31 Dec 2015 20:20:18 +0100, by cslag