summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add source_extnsion param to Verifierpodshumok/add-source_extnsion-param-to-verifier-1417477338819podshumok2014-12-011-2/+3
* Redo the original intention of a couple of extra tests.Armin Rigo2014-11-211-5/+14
* Enable GCC/Clang -Wconversion and add tests for expected failuresLisandro Dalcin2014-11-211-3/+37
* Fix test for approximate floating point return typeLisandro Dalcin2014-11-211-7/+3
* Add and fix tests for enumerationsLisandro Dalcin2014-11-211-3/+16
* CPython: Add explicit typecasts in _cffi_from_c_int()Lisandro Dalcin2014-11-211-6/+9
* Add test for approximate return typesLisandro Dalcin2014-04-301-6/+8
* CPython: Silent GCC -Wconversion warningsLisandro Dalcin2014-04-262-30/+52
* Revert a side-effect of f31f43f81992: allow again multiple declarationsArmin Rigo2014-11-182-1/+9
* Update the TODOArmin Rigo2014-11-171-8/+1
* update docsArmin Rigo2014-11-171-1/+3
* Merge this to default tooArmin Rigo2014-10-109-117/+158
|\
| * remove tmp files after testMatti Picus2014-09-211-41/+46
| * remove tmp files after testMatti Picus2014-09-211-0/+4
| * Merged in the_drow/cffi-1/the_drow/ensured-that-enums-cannot-be-declared-wi-1...Armin Rigo2014-09-160-0/+0
| |\
| * | Ensured that enums cannot be declared with ...the_drow/ensured-that-enums-cannot-be-declared-wi-1410868467138Omer Katz2014-09-161-1/+2
| |/
| * Merged in malthe/cffi/tmpdir-from-environ (pull request #46)Armin Rigo2014-09-030-0/+0
| |\
| * | Mention 'CFFI_TMPDIR' in changelogtmpdir-from-environmalthe2014-09-021-2/+3
| * | Add support for 'CFFI_TMPDIR' environment variablemalthe2014-09-022-2/+5
| * | The 'Verifier' class already falls back to '_caller_dir_pycache'malthe2014-09-021-2/+1
| |/
| * gcc 4.9 seems to like to inline this huge function. That's a bad ideaArmin Rigo2014-08-241-0/+10
| * Merged in vbernat/cffi/fix/unaligned-access (pull request #45)Armin Rigo2014-08-240-0/+0
| |\
| * | Fix precision loss warning when casting integer types.fix/unaligned-accessVincent Bernat2014-08-241-1/+1
| * | Use memcpy() instead of unaligned accesses.Vincent Bernat2014-08-231-56/+51
| |/
| * Merged in pjenvey/cffi (pull request #44)Armin Rigo2014-08-092-1/+16
| |\
| | * Merged in leethargo/cffi/parse_constant_plus (pull request #43)Armin Rigo2014-07-280-0/+0
| | |\
| | * | add parsing of constant with unary +schwarz2014-07-272-1/+16
| | |/
| * | make this not publicPhilip Jenvey2014-07-281-3/+3
| * | avoid deprecated imp.get_suffixes on >= 3.3Philip Jenvey2014-07-271-6/+12
| |/
| * ARM64 support. Tests pass under qemu.Stefano Rivera2014-07-242-5/+7
| * Oops. Using memcpy() here can be bogus because the addresses can overlap.Armin Rigo2014-07-061-1/+1
| * hg merge release-0.8Armin Rigo2014-07-050-0/+0
| |\
* | | Homebrew makes symlink for current version in `/usr/local/opt`.methane/homebrew-makes-symlink-for-current-versi-1412966022079Naoki INADA2014-10-101-2/+1
|/ /
* | update MD5/SHAArmin Rigo2014-07-051-2/+2
* | Prepare release 0.8.6Armin Rigo2014-07-056-9/+9
* | hg merge defaultArmin Rigo2014-07-051-4/+4
|\ \ | |/
| * Fix for Windows, which doesn't have a reasonable snprintf()Armin Rigo2014-07-051-4/+4
| * hg merge release-0.8Armin Rigo2014-07-050-0/+0
| |\ |/ /
| * hg merge release-0.8Armin Rigo2014-07-050-0/+0
| |\
* | | MD5/SHAArmin Rigo2014-07-051-2/+2
* | | Argh. The version 0.8.4 works with the backend "0.8.4" or "0.8", butArmin Rigo2014-07-058-21/+21
|/ /
* | Add the MD5/SHAArmin Rigo2014-07-051-2/+2
* | Update to 0.8.4Armin Rigo2014-07-055-7/+8
* | A workaround by Alex Gaynor for a bug in distutils that shows up on OS/XArmin Rigo2014-07-051-0/+2
* | Update MD5/SHAArmin Rigo2014-07-051-2/+2
* | hg merge defaultArmin Rigo2014-07-0518-210/+463
|\ \ | |/
| * prepare for 0.8.3Armin Rigo2014-07-056-7/+7
| * Add malloc.h, needed for alloca() in this file.Armin Rigo2014-07-011-0/+1
| * Attempt to copy ctypes' name-mangling capability "_name@num".Armin Rigo2014-06-301-1/+21
| * Add a passing Windows testArmin Rigo2014-06-291-0/+15