summaryrefslogtreecommitdiff
path: root/testing/cffi1/test_dlopen.py
Commit message (Collapse)AuthorAgeFilesLines
* add a passing testArmin Rigo2015-05-281-0/+15
|
* Better compatibility: detect if we have an old cffi running a new ABIArmin Rigo2015-05-281-1/+1
| | | | | mode script that makes use of the new OP_CONSTANT feature --- now renamed to OP_DLOPEN_CONST.
* ABI mode: allow constants of any type, which are looked up from the libArmin Rigo2015-05-281-23/+14
| | | | on their first access.
* Forgot about the version checking and specifying in the ABI-mode modulesArmin Rigo2015-05-181-0/+10
|
* Python 3 compatArmin Rigo2015-05-161-20/+20
|
* ffi.dlclose(). Global variables.Armin Rigo2015-05-161-1/+32
|
* Array lengthsArmin Rigo2015-05-161-0/+21
|
* Add a testArmin Rigo2015-05-161-0/+10
|
* Clean upArmin Rigo2015-05-161-0/+1
|
* Test and fix for struct names from included ffisArmin Rigo2015-05-161-0/+20
|
* Includes of dlopen-style ffis. Negative constants in "static const int = ...".Armin Rigo2015-05-161-0/+42
|
* StructsArmin Rigo2015-05-161-0/+14
|
* enumArmin Rigo2015-05-121-0/+15
|
* Next test passesArmin Rigo2015-05-121-0/+14
|
* test and fixArmin Rigo2015-05-121-2/+2
|
* test and fixArmin Rigo2015-05-121-0/+11
|
* test and fixArmin Rigo2015-05-121-1/+12
|
* in-progressArmin Rigo2015-05-121-1/+2
|
* Getting started on 'recompiler' producing a python file for dlopen()Armin Rigo2015-05-121-52/+13
|
* the big Moving Files Around stepArmin Rigo2015-05-121-0/+57