summaryrefslogtreecommitdiff
path: root/cffi/recompiler.py
Commit message (Expand)AuthorAgeFilesLines
* oops, fix for a regression introduced in 216d8676b652Armin Rigo2022-02-051-3/+4
* Test and fix for the case where ffi.embedding_api() is called butArmin Rigo2021-12-281-3/+2
* Issue #478Armin Rigo2020-10-291-4/+14
* another attempt at Py_LIMITED_API on Windows on CPython >= 3.5Armin Rigo2020-08-131-0/+5
* Allow ffi.embedding_init_code("unicode-with-non-ascii-chars")Armin Rigo2020-07-241-2/+16
* Issue #440Armin Rigo2020-01-191-11/+19
* fix some gcc warningsArmin Rigo2020-01-051-1/+2
* Issue #412Armin Rigo2019-06-121-2/+3
* Move test-only function from cffi/ to testing/Ronan Lamy2018-11-271-24/+0
* Issue 364Armin Rigo2018-06-161-0/+6
* Issue #357: fix the out-of-line ABI mode when we see structsArmin Rigo2018-01-311-2/+7
* Issue #348Armin Rigo2017-12-061-13/+15
* Issue #300Armin Rigo2017-07-211-1/+1
* Support some sub-combination involving C++ and Python 3.xArmin Rigo2017-07-201-0/+3
* Issue #316Armin Rigo2017-06-161-0/+2
* in-progressArmin Rigo2017-05-311-13/+24
* pypy tweakArmin Rigo2017-05-301-3/+8
* More tweaks, more tests, try harder to avoid including <complex.h>Armin Rigo2017-05-291-4/+6
* Py3 compatArmin Rigo2017-05-091-1/+1
* Print the current directory (or the value tmpdir if explicit)Armin Rigo2017-05-091-0/+6
* Add the module name in front of the error for missing def_extern().Armin Rigo2017-03-211-1/+1
* Follow-up on b87441f6f36cArmin Rigo2017-01-201-10/+11
* Add '#pragma GCC visibility push(default)' in case the userArmin Rigo2017-01-171-0/+8
* Backed out changeset 0ecb431b2b94Armin Rigo2016-11-111-1/+1
* Fix a warning for PyPy3Armin Rigo2016-11-091-1/+1
* typedef int foo_t[...];Armin Rigo2016-09-201-1/+5
* - add ffi.compile(debug=flag)Armin Rigo2016-09-031-2/+3
* If we say Py_LIMITED_API and we're compiling with a debug version ofArmin Rigo2016-09-031-2/+2
* Returning unions works fine in API mode, remove the checks.Armin Rigo2016-08-221-2/+2
* Test and fix: refuse to 'recompile' a cdef that declares a structArmin Rigo2016-07-311-0/+9
* Use Py_LIMITED_API in the generated C extension modules, because doingArmin Rigo2016-07-191-5/+5
* Issue #260: don't use "x << 0" but "x | 0" to check that x is anArmin Rigo2016-05-301-3/+3
* Issue #254: extern "Python+C"Armin Rigo2016-04-181-12/+15
* Test and fix for converting empty ffi's in embedding modeArmin Rigo2016-04-151-1/+1
* With ffi.compile(verbose=True), also print the name of the C (or Python)Armin Rigo2016-03-291-7/+15
* ffi.list_types()Armin Rigo2016-03-271-0/+3
* Issue #245: __stdcall not generated correctly on extern "Python" functionsArmin Rigo2016-02-041-0/+2
* OS/X: in-progress, one test now passesArmin Rigo2016-01-161-8/+26
* Trying a different hack: stop patching SO and EXT_SUFFIX inArmin Rigo2016-01-161-22/+42
* refactor details, start writing docsArmin Rigo2016-01-131-3/+28
* More Windows hacksArmin Rigo2016-01-121-7/+4
* Found out how to control the extension of distutils-built libraries.Armin Rigo2016-01-121-2/+8
* Maybe it's clearer this way, with an API that matches the intent ratherArmin Rigo2016-01-091-4/+4
* Fix ffi.compile() to automatically link with the python libraryArmin Rigo2016-01-071-0/+2
* Update the version numbers and make sure the _cffi_backend module isArmin Rigo2016-01-011-3/+7
* hg merge defaultArmin Rigo2015-12-291-4/+48
|\
| * in-progressArmin Rigo2015-12-051-0/+1
| * in-progressArmin Rigo2015-12-051-1/+1
| * in-progressArmin Rigo2015-12-021-2/+5
| * tweaks to merge the two variables _cffi_python_started andArmin Rigo2015-12-021-8/+0