| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Fix this test for MSVC | Armin Rigo | 2013-06-01 | 1 | -2/+10 |
| * | Always run the C compiler, even if it's MSVC. Found out that the | Armin Rigo | 2013-06-01 | 1 | -34/+28 |
| * | One more test | Armin Rigo | 2013-06-01 | 1 | -0/+1 |
| * | Oups, fix. | Armin Rigo | 2013-05-31 | 1 | -2/+2 |
| * | issue #82: implement bitfields in a way that is, as far as I can tell, | Armin Rigo | 2013-05-30 | 1 | -6/+21 |
| * | Fixes to the test | Armin Rigo | 2013-05-30 | 1 | -4/+7 |
| * | Improve the tests | Armin Rigo | 2013-05-30 | 1 | -4/+48 |
| * | Failing tests for issue #82. | Armin Rigo | 2013-05-30 | 1 | -1/+50 |
| * | Issue #81 resolved: dir(ffi.verify(...)) | Armin Rigo | 2013-05-30 | 1 | -0/+15 |
| * | issue 87: first stab | Armin Rigo | 2013-05-22 | 1 | -0/+9 |
| * | Fix for enums used as bitfields. (thanks jerith) | Armin Rigo | 2013-05-05 | 2 | -0/+22 |
| * | Fix for issue 77: give cdatas __module__, __name__ and __doc__ attributes, | Armin Rigo | 2013-04-15 | 1 | -0/+16 |
| * | Try to work around issues when running in a buildbot: only writes to stderr. | Armin Rigo | 2013-04-09 | 1 | -58/+45 |
| * | Merged in pjenvey/cffi (pull request #13) | Armin Rigo | 2013-04-06 | 1 | -0/+25 |
| |\ |
|
| | * | Test and fix in the ctypes backend for calling "void *" functions with a | Armin Rigo | 2013-04-06 | 1 | -0/+25 |
| * | | fix handling w/ py3 hasattr, which only swallows AttributeErrors | Philip Jenvey | 2013-04-05 | 1 | -0/+8 |
| * | | py3 compat | Philip Jenvey | 2013-04-05 | 1 | -1/+1 |
| |/ |
|
| * | Hack to support, on top of CPython, older versions of pycparser | Armin Rigo | 2013-04-05 | 1 | -0/+6 |
| * | Check that pycparser was correctly installed, by checking that | Armin Rigo | 2013-04-03 | 1 | -0/+4 |
| * | Backed out changeset 982940f8c484 | Armin Rigo | 2013-04-03 | 1 | -12/+0 |
| * | an attempt to not run it on older virtualenvs | Maciej Fijalkowski | 2013-04-03 | 1 | -0/+12 |
| * | use abspath in tests | Maciej Fijalkowski | 2013-04-03 | 1 | -1/+1 |
| * | some more fixes | Maciej Fijalkowski | 2013-04-02 | 1 | -1/+6 |
| * | skip this if we're on PyPy | Maciej Fijalkowski | 2013-04-02 | 1 | -1/+5 |
| * | fixes | Maciej Fijalkowski | 2013-04-02 | 1 | -1/+1 |
| * | Python 3 compat | Armin Rigo | 2013-04-01 | 1 | -1/+3 |
| * | merge heads | Armin Rigo | 2013-03-31 | 1 | -5/+6 |
| |\ |
|
| | * | Merge d0f6755466f7 into default: | Armin Rigo | 2013-03-31 | 3 | -4/+38 |
| | |\ |
|
| | * | | Cancel again these changes: we can't pass 0 or None to mean NULL. Just | Armin Rigo | 2013-03-07 | 1 | -5/+5 |
| * | | | Add missing b prefix to a byte-tring in the big-endian code path | Stefano Rivera | 2013-03-30 | 1 | -1/+1 |
| * | | | Linux isn't the only platform using glibc. Debian gnukfreebsd and hurd ports ... | Stefano Rivera | 2013-03-30 | 1 | -1/+1 |
| | |/
|/| |
|
| * | | Skip testing for large unsigned values on Windows, where the C compiler | Armin Rigo | 2013-03-30 | 1 | -0/+2 |
| * | | Always test the mention of cffi-$VERSION.tar.gz in the docs, | Armin Rigo | 2013-03-30 | 1 | -2/+1 |
| * | | Only ignore mismatches between *different* types; using twice the same type m... | Armin Rigo | 2013-03-30 | 1 | -1/+1 |
| * | | Ignore mismatches between two different primitive types of the same size, | Armin Rigo | 2013-03-30 | 1 | -1/+6 |
| * | | Be more lenient and skip this test in non-x86 cases | Armin Rigo | 2013-03-30 | 1 | -1/+2 |
| * | | Test and fix for pull request #11: anonymous enums. | Armin Rigo | 2013-03-29 | 1 | -1/+4 |
| * | | A passing test. | Armin Rigo | 2013-03-28 | 1 | -0/+6 |
| * | | A bit hackish, but solves exactly issue #71: ffi.typeof(builtin_function). | Armin Rigo | 2013-03-28 | 1 | -0/+8 |
| * | | Issue #67 | Armin Rigo | 2013-03-27 | 1 | -0/+9 |
| |/ |
|
| * | Refactor get_c_name() in model.py to use the same logic as with the | Armin Rigo | 2013-03-03 | 2 | -0/+107 |
| * | Fix the test for 64-bit: alignment issues | Armin Rigo | 2013-03-03 | 1 | -4/+5 |
| * | Generate correct type name for pointers to arrays. | Tom Nixon | 2013-03-02 | 1 | -0/+8 |
| * | Change the hack: instead of passing None for NULL pointers, we pass 0. | Armin Rigo | 2013-02-28 | 1 | -3/+9 |
| * | Python 3 fixes. | Armin Rigo | 2013-02-28 | 2 | -3/+4 |
| * | (lazka) improve the test, and fix a typo (bad arigo) | Armin Rigo | 2013-02-22 | 1 | -3/+9 |
| * | (lazka, arigo) Change dlopen() to accept either a full path or a library | Armin Rigo | 2013-02-22 | 1 | -0/+11 |
| * | Moving the determination of the base integer type of an enum | Armin Rigo | 2013-02-16 | 1 | -0/+29 |
| * | Bah, seems Yet Another ctypes limitation of PyPy. Don't fully care :-/ | Armin Rigo | 2013-02-13 | 1 | -0/+3 |
| * | Another test that version number matches. | Armin Rigo | 2013-02-13 | 1 | -0/+7 |