Mercurial > pub > dyncall > bindings
log python/pydc/setup.py @ 58:e4bf6e44fbf5
age | author | description |
---|---|---|
Tue, 02 Feb 2021 20:42:02 +0100 | Tassilo Philipp | - added callback support (comes with some bigger refactoring) |
Fri, 22 Jan 2021 15:18:56 +0100 | Tassilo Philipp | - version bumps |
Sat, 14 Nov 2020 21:18:09 +0100 | Tassilo Philipp | put pyi next to so for mypy to pick it up, directly |
Fri, 13 Nov 2020 14:10:31 +0100 | Tassilo Philipp | - removed pydc.py wrapper overhead (which only called pydcext.so functions, directly, anyways) |
Thu, 12 Nov 2020 19:56:33 +0100 | Tassilo Philipp | - forgot to bounce version for last commit on oct 27 |
Wed, 15 Apr 2020 21:58:13 +0200 | Tassilo Philipp | - fixed use after free issue with string handling (keeping strings as copy until after call) |