summaryrefslogtreecommitdiff
path: root/cffi/_cffi_include.h
Commit message (Expand)AuthorAgeFilesLines
* another attempt at Py_LIMITED_API on Windows on CPython >= 3.5Armin Rigo2020-08-131-12/+41
* Issue #440Armin Rigo2020-01-191-0/+48
* Tweak the '-Wno-*' arguments passed to gcc during testsArmin Rigo2019-11-071-2/+2
* On Windows, we still can't use Py_LIMITED_API for bad reasons.Armin Rigo2019-02-161-35/+12
* Redo 164e526a5515 and 14ce6985e1c3.Armin Rigo2018-08-241-3/+36
* [windows] Support Py_LIMITED_APIOfek Lev2018-08-191-10/+0
* Don't define py_limited_api at all on Windows, for now.Armin Rigo2018-01-131-1/+2
* Issue #355Armin Rigo2018-01-131-29/+11
* 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 #337Armin Rigo2017-09-301-3/+3
* Issue #300Armin Rigo2017-07-211-0/+1
* Didn't figure out how to cleanly define charN_t inside _cffi_include.h.Armin Rigo2017-06-041-5/+0
* Fix: the type char32_t is defined by the standard as always unsignedArmin Rigo2017-06-021-1/+1
* tweaksArmin Rigo2017-05-311-8/+8
* in-progressArmin Rigo2017-05-311-1/+50
* (dstufft) Don't overwrite a user-specified value for Py_LIMITED_API, ifArmin Rigo2017-04-111-1/+1
* Don't pollute the namespace with 'CTypeDescrObject'Armin Rigo2016-11-051-9/+10
* If we say Py_LIMITED_API and we're compiling with a debug version ofArmin Rigo2016-09-031-0/+16
* Avoid a combination where we end up with two incompatible "typedef xxxArmin Rigo2016-08-061-1/+3
* Seems that as a #define, this hack breaks if a future header doesArmin Rigo2016-08-061-1/+1
* Use Py_LIMITED_API in the generated C extension modules, because doingArmin Rigo2016-07-191-14/+0
* Test and fix: the "bool" type in C++Armin Rigo2016-06-051-0/+6
* Issue #245: __stdcall not generated correctly on extern "Python" functionsArmin Rigo2016-02-041-0/+6
* in-progressArmin Rigo2015-12-021-1/+2
* First versionArmin Rigo2015-12-011-1/+2
* update the code to use 'extern "Python"'Armin Rigo2015-11-181-2/+2
* tweak the pypy-only generated codeArmin Rigo2015-11-151-1/+2
* tweak tweak tweak until we can at least read the function pointer out ofArmin Rigo2015-11-131-2/+6
* Test the various cases, fix issues with rounding, etc.Armin Rigo2015-08-281-3/+4
* Add support for `typedef float... foo_t`.Max Belanger2015-08-271-0/+5
* Issue #216: add "defined(__hpux)" for alloca.hArmin Rigo2015-08-131-1/+1
* Tweaks and minor fixesArmin Rigo2015-05-301-1/+1
* Issues 69, 73: add the syntax "typedef int... foo_t;".Armin Rigo2015-05-301-6/+4
* Performance: no real need to call PyArg_ParseTuple() hereArmin Rigo2015-05-261-6/+19
* Silence some warnings with gcc 5.1: if T is a type smaller than 'int',Armin Rigo2015-05-261-2/+3
* Fix commentsArmin Rigo2015-05-221-1/+2
* Defines the macro _CFFI_ before including Python.h.Armin Rigo2015-05-221-0/+1
* Best-effort attempt at supporting C++. There is still one issue shownArmin Rigo2015-05-171-2/+9
* the big Moving Files Around stepArmin Rigo2015-05-121-0/+202