summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * A new set of segfaults on Windows using callbacksArmin Rigo2020-07-211-2/+37
| * Keep sys.path, otherwise it's testing another version of _cffi_backend.soArmin Rigo2020-07-191-0/+1
| * Test the callbacks, tooArmin Rigo2020-07-191-2/+41
| * force calls via libffi. shows the problem recently solved on windowsArmin Rigo2020-07-191-4/+7
| * Check with the real C compilerArmin Rigo2020-07-192-89/+124
| * Add a hypothesis test. Mostly checks libffi, or our own libffi_msvc on windowsArmin Rigo2020-07-191-0/+89
| * ctypes on windows doesn't correctly return 3-bytes structsArmin Rigo2020-07-191-0/+2
| * tentative windows fix for 3ea8b17d97f0Armin Rigo2020-07-192-5/+10
| * Extra tests for using a 3-bytes struct as a return typeArmin Rigo2020-07-182-0/+47
| * Comment moreArmin Rigo2020-07-171-1/+4
| * hack around until I make recent pytest versions happyArmin Rigo2020-07-171-4/+9
| * Windows fixArmin Rigo2020-07-171-1/+1
| * Revert 094d9124341e: not all libffi versions in use have aArmin Rigo2020-07-171-8/+12
| * hg merge macos11Armin Rigo2020-07-113-9/+52
| |\
| | * add commentmacos11Armin Rigo2020-07-111-1/+4
| | * merge headsArmin Rigo2020-07-110-0/+0
| | |\
| | | * Backed out changeset 9dd88cced01cLawrence D'Anna2020-07-102-2/+2
| | | * only trust ffi_closure_alloc on armLawrence D'Anna2020-07-092-2/+2
| | * | non-mac: cannot use 'true' in C sources without some more includes;Armin Rigo2020-07-101-7/+7
| | |/
| | * on darwin, arm64 bitfields act like x86_64Lawrence D'Anna2020-07-092-3/+15
| | * MacOS 11, arm64, ffi_prep_cif_varLawrence D'Anna2020-07-092-6/+24
| | * MacOS 11, arm64, use system libffiLawrence D'Anna2020-07-091-1/+11
| |/
| * Windows: complain explicitly in _cffi_backend.FFI().dlopen(None)Armin Rigo2020-07-061-0/+7
| * windows fixArmin Rigo2020-07-061-3/+6
| * Always call ffi_prep_closure_loc(), possibly with the extra argument beingArmin Rigo2020-07-011-5/+9
| * (untested) don't use deprecated "u" in PyArg_ParseTuple()Armin Rigo2020-06-161-3/+10
| * Oops, 2.7 fixArmin Rigo2020-06-101-3/+4
| * Issue #458Armin Rigo2020-06-021-2/+5
| * #454Armin Rigo2020-05-292-4/+45
| * Systematically expose all types on the _cffi_backend moduleArmin Rigo2020-05-286-63/+79
| * Issue #454Armin Rigo2020-05-262-4/+81
| * #453Armin Rigo2020-05-205-9/+58
| * Issue #447Armin Rigo2020-05-202-14/+35
| * copy this from pypyArmin Rigo2020-04-161-0/+3
| * Merge branch 'branch/msvcrt' into 'branch/default'Armin Rigo2020-04-161-3/+3
| |\
| | * add missing importmsvcrtMatti Picus2020-04-011-1/+1
| | * support python2 builds with msvc>13Matti Picus2020-04-011-2/+2
| * | Fix the issue tracker link. More fixes will follow (#443)Armin Rigo2020-04-121-1/+1
| * | Fix a warning (or an error, with -Werror) on pypy3Armin Rigo2020-04-121-2/+2
| * | Vendor in pypy's version of py.path.local.make_numbered_dir(), which is moreArmin Rigo2020-03-061-2/+129
| |/
| * Backed out changeset af4aa63d5fc8Armin Rigo2020-02-131-3/+22
| * Fix the very first URL in the docs. Many many more might have to be fixed.Armin Rigo2020-02-131-3/+3
| * Last change on bitbucketArmin Rigo2020-02-131-22/+3
| * typo in overview code (thanks __imp__)Armin Rigo2020-02-131-1/+1
| * Move some whatsnew entries into the "Older version" headingArmin Rigo2020-02-071-7/+7
| * hg merge release-1.14Armin Rigo2020-02-071-3/+3
| |\ | |/ |/|
* | Added tag v1.14.0 for changeset 694e7139131fArmin Rigo2020-02-070-0/+0
* | md5/shav1.14.0Armin Rigo2020-02-071-3/+3
* | Release branchArmin Rigo2020-02-070-0/+0
|/
* May fix test on OS/XArmin Rigo2020-02-071-0/+1