Fri, 24 May 2024 18:16:29 +0200 |
Tassilo Philipp |
pydc:
default tip
|
Sun, 19 May 2024 15:45:13 +0200 |
Tassilo Philipp |
- refactoring of deprecated/removed func PyEval_CallObject()
|
Sun, 19 May 2024 15:35:03 +0200 |
Tassilo Philipp |
version bump
|
Sun, 19 May 2024 15:33:18 +0200 |
Tassilo Philipp |
- further fixes of inccorect overflow errors for int (and long on LLP64 systems)
|
Sat, 18 May 2024 15:33:54 +0200 |
Tassilo Philipp |
- fix inccorect overflow errors for int (and long on LLP64 systems)
|
Mon, 03 Apr 2023 19:06:07 +0200 |
Tassilo Philipp |
- allow use of 'None' with 'Z'
|
Wed, 03 Aug 2022 15:38:07 +0200 |
Tassilo Philipp |
- p2Z() helper func
|
Tue, 22 Jun 2021 18:49:02 +0200 |
Tassilo Philipp |
- fixed potentially uninitialized ptr
|
Mon, 08 Feb 2021 10:15:27 +0100 |
Tassilo Philipp |
fixes to test code
|
Mon, 08 Feb 2021 09:58:25 +0100 |
Tassilo Philipp |
make pydc tests display failed ones
|
Tue, 02 Feb 2021 21:07:41 +0100 |
Tassilo Philipp |
made callback example python 2 compatible, and added some randomness to numbers to sort
|
Tue, 02 Feb 2021 20:56:54 +0100 |
Tassilo Philipp |
fixed missing () making branch always be entered
|
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
|
Fri, 22 Jan 2021 15:12:34 +0100 |
Tassilo Philipp |
- readme typos
|
Wed, 09 Dec 2020 15:56:13 +0100 |
Tassilo Philipp |
typo
|
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 20:44:00 +0100 |
Tassilo Philipp |
- comment cleanup
|
Fri, 13 Nov 2020 18:27:09 +0100 |
Tassilo Philipp |
added callconv switching to one example
|
Fri, 13 Nov 2020 18:04:05 +0100 |
Tassilo Philipp |
PyCObject/PyCapsule not usable as type annotation
|
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
|
Tue, 27 Oct 2020 18:44:18 +0100 |
Tassilo Philipp |
- python: allow None to be passed for 'p'ointers, always passing NULL
|
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)
|
Tue, 14 Apr 2020 18:30:17 +0200 |
Tassilo Philipp |
- godc updated to dc 1.1 and added note about missing feature
|
Tue, 14 Apr 2020 18:23:13 +0200 |
Tassilo Philipp |
- erlang binding: update to dc 1.1 and added note about missing feature
|
Tue, 14 Apr 2020 17:44:04 +0200 |
Tassilo Philipp |
- added syscall support to shdc
|
Mon, 13 Apr 2020 21:58:48 +0200 |
Tassilo Philipp |
- shdc: more sig chars for call conv mode selection
|
Mon, 13 Apr 2020 21:41:59 +0200 |
Tassilo Philipp |
- typo fix
|
Mon, 13 Apr 2020 20:08:54 +0200 |
Tassilo Philipp |
- version bump
|
Mon, 13 Apr 2020 16:28:47 +0200 |
Tassilo Philipp |
- bugfix
|
Mon, 13 Apr 2020 16:07:56 +0200 |
Tassilo Philipp |
- added support for signature-based calling convention switch
|