Mercurial > pub > dyncall > bindings
graph
-
fixes to test code2021-02-08, by Tassilo Philipp
-
make pydc tests display failed ones2021-02-08, by Tassilo Philipp
-
made callback example python 2 compatible, and added some randomness to numbers to sort2021-02-02, by Tassilo Philipp
-
fixed missing () making branch always be entered2021-02-02, by Tassilo Philipp
-
- added callback support (comes with some bigger refactoring)2021-02-02, by Tassilo Philipp
-
- version bumps2021-01-22, by Tassilo Philipp
-
- readme typos2021-01-22, by Tassilo Philipp
-
typo2020-12-09, by Tassilo Philipp
-
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