| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | musllinux test updates and wheels, py3.11 beta wheels | Matt Davis | 2022-06-29 | 1 | -2/+2 |
| | | |||||
| * | Issue #478 | Armin Rigo | 2020-10-29 | 1 | -0/+5 |
| | | | | | Fix a case of nested anonymous struct/unions when recompiling to Python | ||||
| * | Issue #437 | Armin Rigo | 2020-01-05 | 1 | -0/+21 |
| | | | | | Support ffi.dlopen(<void* cdata>). See updated documentation. | ||||
| * | Issue #429 | Armin Rigo | 2019-10-21 | 1 | -0/+6 |
| | | | | | | | There are corner cases in which we can see a recursion on the same types. Instead of fighting them all, change the logic to complain if we recurse more than 1000 times. | ||||
| * | Add a warning when we use in cdef() a global variable without also ↵ | Armin Rigo | 2019-10-14 | 1 | -2/+2 |
| | | | | | specifying a storage class (extern or static) | ||||
| * | oops | Armin Rigo | 2019-09-20 | 1 | -2/+2 |
| | | |||||
| * | Silence the warning | Armin Rigo | 2019-09-20 | 1 | -1/+1 |
| | | |||||
| * | CPython 2.x: ``ffi.dlopen()`` failed with non-ascii file names on Posix | Armin Rigo | 2018-10-14 | 1 | -6/+15 |
| | | |||||
| * | Ignore multiple dlclose(), like file.close() does in Python | Armin Rigo | 2018-02-27 | 1 | -3/+1 |
| | | |||||
| * | More Windows support for ffi.dlopen(), this time the out-of-line version | Armin Rigo | 2018-02-16 | 1 | -3/+15 |
| | | |||||
| * | test for the recursion in _struct_collecttype(): fails if the | Armin Rigo | 2018-01-31 | 1 | -3/+13 |
| | | | | | recursion is replaced with a simple _do_collect_type() | ||||
| * | Issue #357: fix the out-of-line ABI mode when we see structs | Armin Rigo | 2018-01-31 | 1 | -0/+13 |
| | | | | | containing anonymous unions or vice-versa | ||||
| * | More test fixes on Windows on Python 3 | Armin Rigo | 2017-06-19 | 1 | -0/+2 |
| | | |||||
| * | Issue #221: forbid values from enums with "..." from being accessed | Armin Rigo | 2015-09-23 | 1 | -1/+8 |
| | | | | | in ABI mode. | ||||
| * | Windows test fix, and documentation about ffi.dlopen()'s restriction | Armin Rigo | 2015-06-01 | 1 | -1/+5 |
| | | |||||
| * | Tests for ffi.dlopen(None) | Armin Rigo | 2015-06-01 | 1 | -1/+9 |
| | | |||||
| * | py3 fix | Armin Rigo | 2015-05-28 | 1 | -1/+1 |
| | | |||||
| * | ABI mode: allow constants of any type, which are looked up from the lib | Armin Rigo | 2015-05-28 | 1 | -1/+18 |
| | | | | | on their first access. | ||||
| * | Issue #197: this import fails for some people on CPython>=3.3 without | Armin Rigo | 2015-05-27 | 1 | -0/+4 |
| | | | | | the magic lines. Can't reproduce it for me, though... | ||||
| * | fix test failure on Win32 - a function need to be exported to be callable. | grizzlynyo | 2015-05-23 | 1 | -2/+5 |
| | | |||||
| * | Test and fix: ABI out-of-line didn't support C functions with | Armin Rigo | 2015-05-22 | 1 | -0/+9 |
| | | | | | dot-dot-dot (reported by lazka on irc) | ||||
| * | Forgot about the version checking and specifying in the ABI-mode modules | Armin Rigo | 2015-05-18 | 1 | -0/+7 |
| | | |||||
| * | Add a test | Armin Rigo | 2015-05-18 | 1 | -0/+3 |
| | | |||||
| * | Generalize: in pypy it turns out we can naturally give a more precise message | Armin Rigo | 2015-05-17 | 1 | -3/+2 |
| | | |||||
| * | test and fix | Armin Rigo | 2015-05-17 | 1 | -0/+12 |
| | | |||||
| * | Add RTLD_xxx flags to the CompiledFFI type | Armin Rigo | 2015-05-16 | 1 | -0/+6 |
| | | |||||
| * | Windows compat (py2 only) | Armin Rigo | 2015-05-16 | 1 | -2/+6 |
| | | |||||
| * | Python 3 compat | Armin Rigo | 2015-05-16 | 1 | -3/+3 |
| | | |||||
| * | ffi.dlclose(). Global variables. | Armin Rigo | 2015-05-16 | 1 | -0/+24 |
| | | |||||
| * | extra test | Armin Rigo | 2015-05-16 | 1 | -0/+9 |
| | | |||||
| * | Test and fix for struct names from included ffis | Armin Rigo | 2015-05-16 | 1 | -5/+8 |
| | | |||||
| * | Includes of dlopen-style ffis. Negative constants in "static const int = ...". | Armin Rigo | 2015-05-16 | 1 | -0/+24 |
| | | |||||
| * | more tests | Armin Rigo | 2015-05-16 | 1 | -6/+15 |
| | | |||||
| * | more tests | Armin Rigo | 2015-05-16 | 1 | -0/+22 |
| | | |||||
| * | Various tweaks until we get some more-or-less complete dlopen() support | Armin Rigo | 2015-05-16 | 1 | -0/+38 |
