summaryrefslogtreecommitdiff
path: root/c/cdlopen.c
Commit message (Collapse)AuthorAgeFilesLines
* Issue #437Armin Rigo2020-01-051-2/+3
| | | | Support ffi.dlopen(<void* cdata>). See updated documentation.
* Py3.7: fix const-correctnessArmin Rigo2018-06-011-1/+1
|
* Ignore multiple dlclose(), like file.close() does in PythonArmin Rigo2018-02-271-14/+9
|
* More Windows support for ffi.dlopen(), this time the out-of-line versionArmin Rigo2018-02-161-26/+9
|
* "char *" => "const char *" until Python 3.7 is happyArmin Rigo2017-09-271-1/+2
|
* Forgot about the version checking and specifying in the ABI-mode modulesArmin Rigo2015-05-181-1/+10
|
* test and fixArmin Rigo2015-05-171-1/+1
|
* ffi.dlclose(). Global variables.Armin Rigo2015-05-161-5/+9
|
* Test and fix for struct names from included ffisArmin Rigo2015-05-161-1/+1
|
* Includes of dlopen-style ffis. Negative constants in "static const int = ...".Armin Rigo2015-05-161-4/+18
|
* StructsArmin Rigo2015-05-161-1/+6
|
* Python 3 compatArmin Rigo2015-05-121-6/+9
|
* the big Moving Files Around stepArmin Rigo2015-05-121-0/+347