summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
* | 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
| * A test for checking the multithreaded safety of errno (and GetLastErrorArmin Rigo2014-06-251-0/+57
| * Avoid using ssize_t hereArmin Rigo2014-06-241-3/+3
| * pom pom pomArmin Rigo2014-06-241-2/+2
| * Generalize 105930aef686Armin Rigo2014-06-241-2/+3
| * Skip "ssize_t" on Windows, where it is usually not defined anyway.Armin Rigo2014-06-241-0/+2
| * Don't check MS_WIN32, it's not always defined even on MSVC.Armin Rigo2014-06-243-3/+3
| * Add stdint.h as an explicit include on non-Windows too.Armin Rigo2014-06-243-0/+3
| * Unify (manually) the three blocks of #ifs for Windows. Add a commentArmin Rigo2014-06-244-51/+67
| * Transplant 08a4b8145f90Armin Rigo2014-06-241-1/+1
| * Rephrase again a paragraphArmin Rigo2014-06-211-7/+9
| * Merged in techtonik/cffi (pull request #40)Armin Rigo2014-06-211-15/+16
| |\
| | * index.rst: typo, edited online with Bitbucketanatoly techtonik2014-06-161-1/+1
| | * docs: English improvement, thank to Daniel Holthanatoly techtonik2014-05-301-1/+1
| | * Attempt to improve intro text for people not familiar with problemanatoly techtonik2014-05-301-15/+16
| * | Ah, on http://bugs.python.org/issue21778 I got the answer as to whatArmin Rigo2014-06-161-6/+3
| * | Force the "strides" to be non-NULL. With a NULL strides, CPython >= 3.3Armin Rigo2014-06-161-2/+6
| * | tweak for Windows (msvc versus mingw)Armin Rigo2014-05-303-2/+4
| |/
| * hg merge release-0.8Armin Rigo2014-05-061-3/+3
| |\
| * | PrecisionArmin Rigo2014-05-061-1/+2
| * | issue #156: _Bool type already included in VS2013Taewook Kang2014-05-012-0/+4
| * | issue #154: Mingw32 fixesArmin Rigo2014-04-262-1/+2
| * | CPython: Better C -> Python conversion for integer constantsLisandro Dalcin2014-04-251-7/+10
| * | CPython: Add explicit typecasts in _cffi_to_c_int()Lisandro Dalcin2014-04-231-8/+8