log

age author description
2020-11-14 Tassilo Philipp put pyi next to so for mypy to pick it up, directly
2020-11-13 Tassilo Philipp - comment cleanup
2020-11-13 Tassilo Philipp added callconv switching to one example
2020-11-13 Tassilo Philipp PyCObject/PyCapsule not usable as type annotation
2020-11-13 Tassilo Philipp - removed pydc.py wrapper overhead (which only called pydcext.so functions, directly, anyways)
2020-11-12 Tassilo Philipp - forgot to bounce version for last commit on oct 27
2020-10-27 Tassilo Philipp - python: allow None to be passed for 'p'ointers, always passing NULL
2020-04-15 Tassilo Philipp - fixed use after free issue with string handling (keeping strings as copy until after call)
2020-04-14 Tassilo Philipp - godc updated to dc 1.1 and added note about missing feature
2020-04-14 Tassilo Philipp - erlang binding: update to dc 1.1 and added note about missing feature
2020-04-14 Tassilo Philipp - added syscall support to shdc
2020-04-13 Tassilo Philipp - shdc: more sig chars for call conv mode selection
2020-04-13 Tassilo Philipp - typo fix
2020-04-13 Tassilo Philipp - version bump
2020-04-13 Tassilo Philipp - bugfix
2020-04-13 Tassilo Philipp - added support for signature-based calling convention switch
2020-04-12 Tassilo Philipp - breaking changes:
2020-04-11 Tassilo Philipp - pydc: added support to get libhandle's path
2020-04-11 Tassilo Philipp - allowing 'None' as arg for pydc.load, effectively resulting in dlLoadLibrary(NULL), which is own process
2020-04-10 Tassilo Philipp - some cleanups
2020-04-10 Tassilo Philipp - fixed two ref counting problems
2020-04-08 Tassilo Philipp bigger pydc update:
2020-04-07 Tassilo Philipp python binding:
2020-01-12 Tassilo Philipp - 1.1 update
2018-04-24 Tassilo Philipp -typo
2018-04-24 Tassilo Philipp - 1.0 updates
2018-04-19 Tassilo Philipp - prep 1.0 release
2016-05-22 cslag - pre-C99 syntax fix
2016-04-09 cslag - java binding cleanup, exposed free functions (not very oo, this entire binding)
2016-03-30 cslag - working jdc (but with memleaks, currently)