Mercurial > pub > dyncall > bindings
graph
-
put pyi next to so for mypy to pick it up, directly2020-11-14, by Tassilo Philipp
-
- comment cleanup2020-11-13, by Tassilo Philipp
-
added callconv switching to one example2020-11-13, by Tassilo Philipp
-
PyCObject/PyCapsule not usable as type annotation2020-11-13, by Tassilo Philipp
-
- removed pydc.py wrapper overhead (which only called pydcext.so functions, directly, anyways)2020-11-13, by Tassilo Philipp
-
- forgot to bounce version for last commit on oct 272020-11-12, by Tassilo Philipp
-
- python: allow None to be passed for 'p'ointers, always passing NULL2020-10-27, by Tassilo Philipp
-
- fixed use after free issue with string handling (keeping strings as copy until after call)2020-04-15, by Tassilo Philipp
-
- godc updated to dc 1.1 and added note about missing feature2020-04-14, by Tassilo Philipp
-
- erlang binding: update to dc 1.1 and added note about missing feature2020-04-14, by Tassilo Philipp
-
- added syscall support to shdc2020-04-14, by Tassilo Philipp
-
- shdc: more sig chars for call conv mode selection2020-04-13, by Tassilo Philipp
-
- typo fix2020-04-13, by Tassilo Philipp
-
- version bump2020-04-13, by Tassilo Philipp
-
- bugfix2020-04-13, by Tassilo Philipp
-
- added support for signature-based calling convention switch2020-04-13, by Tassilo Philipp
-
- breaking changes:2020-04-12, by Tassilo Philipp
-
- pydc: added support to get libhandle's path2020-04-11, by Tassilo Philipp
-
- allowing 'None' as arg for pydc.load, effectively resulting in dlLoadLibrary(NULL), which is own process2020-04-11, by Tassilo Philipp
-
- some cleanups2020-04-10, by Tassilo Philipp
-
- fixed two ref counting problems2020-04-10, by Tassilo Philipp
-
bigger pydc update:2020-04-08, by Tassilo Philipp
-
python binding:2020-04-07, by Tassilo Philipp
-
- 1.1 update2020-01-12, by Tassilo Philipp
-
-typo2018-04-24, by Tassilo Philipp
-
- 1.0 updates2018-04-24, by Tassilo Philipp
-
- prep 1.0 release2018-04-19, by Tassilo Philipp
-
- pre-C99 syntax fix2016-05-22, by cslag
-
- java binding cleanup, exposed free functions (not very oo, this entire binding)2016-04-09, by cslag
-
- working jdc (but with memleaks, currently)2016-03-30, by cslag