- May 26, 2020
-
-
Armin Rigo authored
Try harder to avoid #line directives confuse the rest of pre-parsing
-
- May 20, 2020
-
-
Armin Rigo authored
Special-case typedefs of arrays with '...' length, so that they can be used through recompiler.py as if they had a specified length in most cases.
-
Armin Rigo authored
Fix the name of some types to be exactly the name under which they are exposed. Put underscores in front of the CDataXxx type names and a docstring that explains why.
-
- Apr 16, 2020
-
-
Armin Rigo authored
-
Armin Rigo authored
Branch/msvcrt See merge request !100
-
- Apr 12, 2020
-
-
Armin Rigo authored
-
Armin Rigo authored
-
- Apr 01, 2020
-
-
Matti Picus authored
-
Matti Picus authored
-
- Mar 06, 2020
-
-
Armin Rigo authored
resilient against random OS Errors like EACCES
-
- Feb 13, 2020
-
-
Armin Rigo authored
-
Armin Rigo authored
-
Armin Rigo authored
-
Armin Rigo authored
-
- Feb 07, 2020
-
-
Armin Rigo authored
-
Armin Rigo authored
-
Armin Rigo authored
-
Armin Rigo authored
-
Armin Rigo authored
-
Armin Rigo authored
-
Armin Rigo authored
-
- Feb 06, 2020
-
-
Armin Rigo authored
-
- Jan 31, 2020
-
-
Armin Rigo authored
constant number. So don't use `n`.
-
- Jan 19, 2020
-
-
Armin Rigo authored
-
Armin Rigo authored
Limit the amount of memory that is requested from alloca() for temporary conversion of arguments. Non-small requests are instead handled with PyObject_Malloc() and PyObject_Free().
-
- Jan 18, 2020
-
-
Armin Rigo authored
Merged in lukeroge/cffi/Luke-Rogers/add-license-to-trove-classifiers-1578493878065 (pull request #99) Add license to trove classifiers.
-
- Jan 08, 2020
-
-
Luke Rogers authored
-
- Jan 11, 2020
-
-
Armin Rigo authored
Oops, potentially bad typo in the overview page
-
- Jan 07, 2020
-
-
Armin Rigo authored
-
- Jan 06, 2020
-
-
Armin Rigo authored
-
Armin Rigo authored
-
Armin Rigo authored
-
- Jan 05, 2020
-
-
Armin Rigo authored
-
Armin Rigo authored
-
Armin Rigo authored
Support ffi.dlopen(<void* cdata>). See updated documentation.
-
- Jan 04, 2020
-
-
Matti Picus authored
-
- Jan 02, 2020
-
-
Armin Rigo authored
-
- Nov 07, 2019
-
-
Armin Rigo authored
-
Armin Rigo authored
-