summaryrefslogtreecommitdiff
path: root/cffi
Commit message (Expand)AuthorAgeFilesLines
* Issue #337Armin Rigo2017-09-301-3/+3
* Update version to 1.11.1Armin Rigo2017-09-272-3/+3
* Add an optional 'size' argument to ffi.gc(). So far, it has no effectArmin Rigo2017-08-022-3/+8
* Issue #300Armin Rigo2017-07-213-2/+4
* Issue #323Armin Rigo2017-07-201-1/+1
* Support some sub-combination involving C++ and Python 3.xArmin Rigo2017-07-202-0/+12
* Some test fixes for Python 3 on WindowsArmin Rigo2017-06-191-1/+4
* Py3 compatArmin Rigo2017-06-191-0/+4
* Issue #316Armin Rigo2017-06-163-132/+144
* Windows: when a CFFI embedding attempt fails, attempt toArmin Rigo2017-06-161-1/+142
* Issue #319Armin Rigo2017-06-152-11/+16
* Didn't figure out how to cleanly define charN_t inside _cffi_include.h.Armin Rigo2017-06-043-11/+12
* Fix: the type char32_t is defined by the standard as always unsignedArmin Rigo2017-06-021-1/+1
* hg merge char16_char32_tArmin Rigo2017-06-025-19/+86
|\
| * tweaksArmin Rigo2017-05-311-8/+8
| * in-progressArmin Rigo2017-05-313-15/+77
| * Tests and fixesArmin Rigo2017-05-312-2/+7
* | Update the version to 1.11Armin Rigo2017-05-312-3/+3
|/
* pypy tweakArmin Rigo2017-05-301-3/+8
* fixArmin Rigo2017-05-291-1/+2
* More tweaks, more tests, try harder to avoid including <complex.h>Armin Rigo2017-05-293-30/+10
* Revert the changes to vengine_cpy: better to say that theArmin Rigo2017-05-291-24/+0
* hg merge defaultArmin Rigo2017-05-295-2/+59
|\
| * merge default into sirtom67/float_complex.Tom Krauss2017-03-271-1/+1
| |\
| * | tests pass. Had to #include <complex.h> - might want to make that optionalTom Krauss2017-03-272-3/+48
| * | merge default in again.Tom Krauss2017-03-194-2/+14
| |\ \
| | * \ Merge default in.Tom Krauss2017-03-124-2/+14
| | |\ \
| | | * | Support for "double _Complex". Skip the test_c tests for nowTom Krauss2017-03-121-0/+3
| | | * | initial support for 'float _Complex' and 'double _Complex'Tom Krauss2017-01-153-2/+11
* | | | | Py3 compatArmin Rigo2017-05-091-1/+1
* | | | | Print the current directory (or the value tmpdir if explicit)Armin Rigo2017-05-091-0/+6
* | | | | Try to systematically include the line numberArmin Rigo2017-05-092-6/+18
* | | | | Issue 314Armin Rigo2017-05-091-12/+18
* | | | | move _hack_at_distutils from global to per-functionfind-vcvarsMatti Picus2017-04-251-3/+2
* | | | | fix for importing setuptools on win32Matti Picus2017-04-202-11/+14
* | | | | (dstufft) Don't overwrite a user-specified value for Py_LIMITED_API, ifArmin Rigo2017-04-111-1/+1
| |_|_|/ |/| | |
* | | | Add the module name in front of the error for missing def_extern().Armin Rigo2017-03-211-1/+1
|/ / /
* | | Add operation support in enumJean-Sebastien Bevilacqua2017-03-151-0/+10
|/ /
* | pypy-c => pypy3-cArmin Rigo2017-03-111-1/+4
* | Improve the error messageArmin Rigo2017-03-101-10/+16
* | Issue #310: pycparser was recently made stricter and no longer parsesArmin Rigo2017-02-271-24/+35
* | issue #255: comparing primitive cdatasArmin Rigo2017-02-191-10/+13
* | ffi.addressof(lib, "name") now also works in in-line modeArmin Rigo2017-02-071-5/+35
* | Make 'ffi.buffer' be the type of minibuffers returned by cffi, andArmin Rigo2017-02-041-12/+13
* | complain clearly if set_source() is given a /-separated nameArmin Rigo2017-01-261-0/+4
* | bump version number to 1.10.0Armin Rigo2017-01-232-3/+3
* | Follow-up on b87441f6f36cArmin Rigo2017-01-204-26/+30
* | Move back "import cparser" to FFI.__init__, because that module onlyArmin Rigo2017-01-202-2/+3
* | Avoid cyclic imports by moving exceptions to a separate moduleRonan Lamy2017-01-208-80/+73
* | Add '#pragma GCC visibility push(default)' in case the userArmin Rigo2017-01-171-0/+8
|/