summaryrefslogtreecommitdiff
path: root/testing
Commit message (Expand)AuthorAgeFilesLines
...
* Fix this test for MSVCArmin Rigo2013-06-011-2/+10
* Always run the C compiler, even if it's MSVC. Found out that theArmin Rigo2013-06-011-34/+28
* One more testArmin Rigo2013-06-011-0/+1
* Oups, fix.Armin Rigo2013-05-311-2/+2
* issue #82: implement bitfields in a way that is, as far as I can tell,Armin Rigo2013-05-301-6/+21
* Fixes to the testArmin Rigo2013-05-301-4/+7
* Improve the testsArmin Rigo2013-05-301-4/+48
* Failing tests for issue #82.Armin Rigo2013-05-301-1/+50
* Issue #81 resolved: dir(ffi.verify(...))Armin Rigo2013-05-301-0/+15
* issue 87: first stabArmin Rigo2013-05-221-0/+9
* Fix for enums used as bitfields. (thanks jerith)Armin Rigo2013-05-052-0/+22
* Fix for issue 77: give cdatas __module__, __name__ and __doc__ attributes,Armin Rigo2013-04-151-0/+16
* Try to work around issues when running in a buildbot: only writes to stderr.Armin Rigo2013-04-091-58/+45
* Merged in pjenvey/cffi (pull request #13)Armin Rigo2013-04-061-0/+25
|\
| * Test and fix in the ctypes backend for calling "void *" functions with aArmin Rigo2013-04-061-0/+25
* | fix handling w/ py3 hasattr, which only swallows AttributeErrorsPhilip Jenvey2013-04-051-0/+8
* | py3 compatPhilip Jenvey2013-04-051-1/+1
|/
* Hack to support, on top of CPython, older versions of pycparserArmin Rigo2013-04-051-0/+6
* Check that pycparser was correctly installed, by checking thatArmin Rigo2013-04-031-0/+4
* Backed out changeset 982940f8c484Armin Rigo2013-04-031-12/+0
* an attempt to not run it on older virtualenvsMaciej Fijalkowski2013-04-031-0/+12
* use abspath in testsMaciej Fijalkowski2013-04-031-1/+1
* some more fixesMaciej Fijalkowski2013-04-021-1/+6
* skip this if we're on PyPyMaciej Fijalkowski2013-04-021-1/+5
* fixesMaciej Fijalkowski2013-04-021-1/+1
* Python 3 compatArmin Rigo2013-04-011-1/+3
* merge headsArmin Rigo2013-03-311-5/+6
|\
| * Merge d0f6755466f7 into default:Armin Rigo2013-03-313-4/+38
| |\
| * | Cancel again these changes: we can't pass 0 or None to mean NULL. JustArmin Rigo2013-03-071-5/+5
* | | Add missing b prefix to a byte-tring in the big-endian code pathStefano Rivera2013-03-301-1/+1
* | | Linux isn't the only platform using glibc. Debian gnukfreebsd and hurd ports ...Stefano Rivera2013-03-301-1/+1
| |/ |/|
* | Skip testing for large unsigned values on Windows, where the C compilerArmin Rigo2013-03-301-0/+2
* | Always test the mention of cffi-$VERSION.tar.gz in the docs,Armin Rigo2013-03-301-2/+1
* | Only ignore mismatches between *different* types; using twice the same type m...Armin Rigo2013-03-301-1/+1
* | Ignore mismatches between two different primitive types of the same size,Armin Rigo2013-03-301-1/+6
* | Be more lenient and skip this test in non-x86 casesArmin Rigo2013-03-301-1/+2
* | Test and fix for pull request #11: anonymous enums.Armin Rigo2013-03-291-1/+4
* | A passing test.Armin Rigo2013-03-281-0/+6
* | A bit hackish, but solves exactly issue #71: ffi.typeof(builtin_function).Armin Rigo2013-03-281-0/+8
* | Issue #67Armin Rigo2013-03-271-0/+9
|/
* Refactor get_c_name() in model.py to use the same logic as with theArmin Rigo2013-03-032-0/+107
* Fix the test for 64-bit: alignment issuesArmin Rigo2013-03-031-4/+5
* Generate correct type name for pointers to arrays.Tom Nixon2013-03-021-0/+8
* Change the hack: instead of passing None for NULL pointers, we pass 0.Armin Rigo2013-02-281-3/+9
* Python 3 fixes.Armin Rigo2013-02-282-3/+4
* (lazka) improve the test, and fix a typo (bad arigo)Armin Rigo2013-02-221-3/+9
* (lazka, arigo) Change dlopen() to accept either a full path or a libraryArmin Rigo2013-02-221-0/+11
* Moving the determination of the base integer type of an enumArmin Rigo2013-02-161-0/+29
* Bah, seems Yet Another ctypes limitation of PyPy. Don't fully care :-/Armin Rigo2013-02-131-0/+3
* Another test that version number matches.Armin Rigo2013-02-131-0/+7