summaryrefslogtreecommitdiff
path: root/cffi
Commit message (Expand)AuthorAgeFilesLines
...
* | Don't define py_limited_api at all on Windows, for now.Armin Rigo2018-01-132-2/+8
* | Bump version number to 1.11.4Armin Rigo2018-01-132-3/+3
* | Issue #355Armin Rigo2018-01-131-29/+11
* | Bump version to 1.11.3Armin Rigo2018-01-102-3/+3
* | Issue #351Armin Rigo2018-01-081-4/+3
* | Only do that dance if _MSC_VER is definedArmin Rigo2018-01-081-5/+5
* | Issue #350: more mess on Windows with Py_LIMITED_APIArmin Rigo2018-01-081-3/+30
* | Issue #348Armin Rigo2017-12-061-13/+15
* | Bump version number to 1.11.2Armin Rigo2017-10-082-3/+3
* | 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