summaryrefslogtreecommitdiff
path: root/cffi
Commit message (Expand)AuthorAgeFilesLines
...
| * bump version number to 1.12.2Armin Rigo2019-02-262-3/+3
| * bump version number to 1.12.1Armin Rigo2019-02-162-3/+3
| * On Windows, we still can't use Py_LIMITED_API for bad reasons.Armin Rigo2019-02-162-36/+19
* | Add support for more binary ops in enum definitions.Cody Piersall2019-02-021-9/+22
|/
* Backport 4d18a461a973 from pypyArmin Rigo2019-01-311-1/+1
* Change the API and document it.Armin Rigo2019-01-311-6/+10
* Tweaks to the pkgconfig supportArmin Rigo2019-01-314-64/+84
* Reduce number of exceptionsMichal Vyskocil2019-01-112-16/+6
* P: cffi must be compatible with 3.2Michal Vyskocil2019-01-101-5/+5
* Define and raise specific hierarchy of exceptionsMichal Vyskocil2019-01-102-4/+41
* Document version pinning for pkgconfigMichal Vyskocil2019-01-091-1/+1
* Exception based flowMichal Vyskocil2019-01-092-17/+11
* fix encoding of `--libs-only-l` it's about file system namesMichal Vyskocil2019-01-081-1/+1
* Real test of a pkgconfig integrationMichal Vyskocil2019-01-082-11/+13
* merge with latest tipMichal Vyskocil2019-01-082-0/+93
|\
| * Increase testing coverage and refactor method namesMichal Vyskocil2019-01-082-57/+59
| * code not compatible with python3Michal Vyskocil2017-05-251-1/+1
| * drop debug printMichal Vyskocil2017-05-251-1/+0
| * can't link with libraries expects -pthreads or similar flagsMichal Vyskocil2017-05-251-1/+6
| * Improve documentation of pkgconfig_kwargsMichal Vyskocil2017-05-251-3/+12
| * Passing of proper CFLAGS/CXXFLAGS/LDFLAGS is hard and error proneMichal Vyskocil2017-05-222-0/+78
* | Implement ffi.from_buffer("foo[]", x)Armin Rigo2019-01-071-3/+12
* | ffi.release()Armin Rigo2019-01-051-0/+3
* | Issue #392Armin Rigo2018-12-251-0/+7
* | Issue #394Armin Rigo2018-12-161-2/+3
* | Merged in rlamy/cffi (pull request #94)Armin Rigo2018-11-291-24/+0
|\ \
| * | Move test-only function from cffi/ to testing/Ronan Lamy2018-11-271-24/+0
* | | Silence bogus warningArmin Rigo2018-11-271-1/+3
|/ /
* | #389Armin Rigo2018-10-111-0/+9
* | "python setup.py sdist" should not list the generated ABI module.Armin Rigo2018-09-091-0/+12
* | Issue #379Armin Rigo2018-08-301-0/+4
* | Redo 164e526a5515 and 14ce6985e1c3.Armin Rigo2018-08-241-3/+36
* | setuptools_ext.py edited online with BitbucketOfek Lev2018-08-191-6/+1
* | [windows] Support Py_LIMITED_APIOfek Lev2018-08-191-10/+0
* | Issue #373Armin Rigo2018-08-011-1/+3
* | Bump version to 1.12.0 (but not planning a release soon)Armin Rigo2018-07-072-3/+3
* | Issue 364Armin Rigo2018-06-165-11/+40
* | Bump to 1.11.5Armin Rigo2018-02-272-3/+3
* | Import from setuptools instead of distutils from hereArmin Rigo2018-02-231-2/+2
* | Issue #358Armin Rigo2018-02-221-60/+8
* | Implement ffi.dlclose() for the in-line caseArmin Rigo2018-02-161-0/+10
* | More comments for e59662b013b4Armin Rigo2018-02-111-0/+7
* | In ABI mode, add the python file into the dist.py_modules list.Armin Rigo2018-02-111-0/+4
* | Issue #357: fix the out-of-line ABI mode when we see structsArmin Rigo2018-01-312-11/+15
* | 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