summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * doc checksum updates for 1.15.0v1.15.0Matt Davis2021-10-131-3/+3
| * added GHA release workflowMatt Davis2021-10-121-0/+195
| * Bump version to 1.15.0Matt Davis2021-10-128-13/+10
| * Bump version to 1.15.0rc2Matt Davis2021-10-049-17/+25
| * Merge branch 'branch/fix_missing_ffi_lib' into 'branch/release-1.15'Matt Davis2021-10-051-1/+1
| |\
| | * update MANIFEST.in to include missing ffi.libfix_missing_ffi_libsait-linaro2021-09-281-1/+1
| |/ |/|
| * Added tag v1.15.0rc1 for changeset cc972f56c9a6Matt Davis2021-09-270-0/+0
| * doc checksum updates for 1.15.0rc1v1.15.0rc1Matt Davis2021-09-271-3/+3
| * fix tuple version and tests to support rcMatt Davis2021-09-212-1/+2
| * Bump version to 1.15.0rc1Matt Davis2021-09-178-12/+23
|/
* Merge branch 'branch/setuptools_test_macos_fix' into 'branch/default'Armin Rigo2021-09-171-1/+4
|\
| * fix setuptools tests for macossetuptools_test_macos_fixMatt Davis2021-09-031-1/+4
|/
* #507Armin Rigo2021-09-031-0/+2
* Remove this directory, it was already copied to c/libffi_x86_64Armin Rigo2021-07-2213-2210/+0
* added support for building cffi on windows on arm machinesNiyas Sait2021-07-2219-22/+3058
* Merge branch 'branch/doc-improvements' into 'branch/default'Armin Rigo2021-07-206-44/+46
|\
| * doc: Only make the first reference in each section a linkdoc-improvementsRasmus Bondesson2021-07-181-12/+12
| * doc: Turn ffi.new() references into links in Overview pageRasmus Bondesson2021-07-172-2/+4
| * doc: Turn ffi.dlopen() references into links in Overview pageRasmus Bondesson2021-07-172-9/+10
| * doc: Turn cdef() references into links in Overview pageRasmus Bondesson2021-07-171-11/+11
| * doc: Turn set_source() references into links in Overview pageRasmus Bondesson2021-07-172-9/+11
| * Remove trailing whitespace in doc/*Rasmus Bondesson2021-07-176-27/+24
* | Issue #504: mention that cffi_start_python() is static, and document why and ...Armin Rigo2021-07-201-0/+7
|/
* hg merge release-1.14Matt Davis2021-07-081-5/+5
|\
| * Added tag v1.14.6 for changeset 7a912c19190frelease-1.14Matt Davis2021-07-080-0/+0
| * doc checksum updates for 1.14.6v1.14.6Matt Davis2021-07-081-5/+5
* | hg merge release-1.14Armin Rigo2021-07-077-11/+11
|\ \ | |/
| * Merge with defaultArmin Rigo2021-07-071-0/+2
| |\ | |/ |/|
* | Merge branch 'branch/fix_filelike_flush' into 'branch/default'Armin Rigo2021-07-071-0/+2
|\ \
| * | fixed test failures in Unraisable error collectorfix_filelike_flushMatt Davis2021-07-071-0/+2
|/ /
| * Bump version to 1.14.6Armin Rigo2021-06-207-11/+11
| * hg merge defaultArmin Rigo2021-06-2010-21/+135
| |\ | |/ |/|
* | whatsnew for 1.14.6Armin Rigo2021-06-201-0/+11
* | fix tests for py.test running on CPython v3.10.0b3Armin Rigo2021-06-203-7/+10
* | another test fixArmin Rigo2021-06-201-3/+4
* | fix for fdc0cbcdb65f on pre-3.10 pythonsArmin Rigo2021-06-201-2/+2
* | move the irc channels in the documentationArmin Rigo2021-06-062-3/+3
* | Merge branch 'branch/fix-attribute-error-test-3.10' into 'branch/default'Armin Rigo2021-04-241-2/+4
|\ \
| * | fix a test that fails in the 3.10 alphas and will start failing on pypy soonfix-attribute-error-test-3.10Carl Friedrich Bolz-Tereick2021-04-241-2/+4
|/ /
* | #492Armin Rigo2021-02-192-1/+92
* | Need a cast here because the type ffi_status is unsignedArmin Rigo2021-02-191-2/+2
* | Fix for sys.version >= (3, 10)Armin Rigo2021-02-191-1/+2
* | fix another (very minor) leak, also found by Sebastian BergArmin Rigo2021-02-181-1/+1
* | BUG: Fix string memory leak in `b_do_dlopen`Sebastian Berg2021-02-171-2/+7
* | hg merge release-1.14Matt Davis2021-02-118-11/+19
|\ \ | |/
| * Added tag v1.14.5 for changeset 5d7f0abff795Matt Davis2021-02-110-0/+0
| * doc checksum updates for 1.14.5v1.14.5Matt Davis2021-02-111-3/+3
| * Bump version to 1.14.5 and add whatsnew entryArmin Rigo2021-02-118-11/+19
| * hg merge defaultArmin Rigo2021-02-114-8/+28
| |\ | |/ |/|
* | kill old unused functionArmin Rigo2021-02-061-4/+0