| Commit message (Expand) | Author | Age | Files | Lines |
* | Skip the sinf test on windows | Armin Rigo | 2014-03-07 | 1 | -0/+2 |
* | fix for win32 | Matti Picus | 2014-03-02 | 1 | -11/+15 |
* | Fix ffi.dlopen(None): we can't replace it with ffi.dlopen("c") on POSIX | Armin Rigo | 2014-02-28 | 1 | -15/+7 |
* | Don't care too much about the ctypes backend | Armin Rigo | 2013-08-01 | 1 | -0/+2 |
* | Add the (now-passing) test from issue #92 | Armin Rigo | 2013-07-18 | 1 | -0/+21 |
* | 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 |
|/ |
|
* | Linux isn't the only platform using glibc. Debian gnukfreebsd and hurd ports ... | Stefano Rivera | 2013-03-30 | 1 | -1/+1 |
* | Test and fix for pull request #11: anonymous enums. | Armin Rigo | 2013-03-29 | 1 | -1/+4 |
* | Issue #67 | Armin Rigo | 2013-03-27 | 1 | -0/+9 |
* | (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 |
* | Bah, seems Yet Another ctypes limitation of PyPy. Don't fully care :-/ | Armin Rigo | 2013-02-13 | 1 | -0/+3 |
* | Add the .DLL after KERNEL32. | Armin Rigo | 2012-11-25 | 1 | -1/+1 |
* | FILE limited support | Armin Rigo | 2012-10-19 | 1 | -0/+18 |
* | Change the default dlopen() flags from RTLD_LAZY to RTLD_NOW. | Armin Rigo | 2012-09-24 | 1 | -0/+9 |
* | hack hack hack | Armin Rigo | 2012-08-12 | 1 | -8/+8 |
* | hg merge default, and try to resolve all conflicts. | Armin Rigo | 2012-08-12 | 1 | -13/+26 |
|\ |
|
| * | Try to fix the tests on OS/X, mainly by skipping the ABI tests that | Armin Rigo | 2012-08-12 | 1 | -5/+7 |
| * | Add two tests, one passing and one (probably definitely) skipped. | Armin Rigo | 2012-08-12 | 1 | -0/+11 |
| * | As discussed on the mailing list: str() -> ffi.string() | Armin Rigo | 2012-08-03 | 1 | -2/+2 |
* | | An attempt to port cffi to python3. | Amaury Forgeot d'Arc | 2012-07-29 | 1 | -33/+38 |
|/ |
|
* | This test works (tested elsewhere). | Armin Rigo | 2012-07-18 | 1 | -3/+0 |
* | Change ffi.new() to take a pointer-to-X instead of directly X, | Armin Rigo | 2012-07-16 | 1 | -1/+1 |
* | Test and fix: from callbacks with 'void' as the result type, you should | Armin Rigo | 2012-07-05 | 1 | -1/+20 |
* | Fix(?) the ctypes backend, as far as the tests are concerned. | Armin Rigo | 2012-06-26 | 1 | -1/+1 |
* | Convert the front-end. Missing backend_ctypes. | Armin Rigo | 2012-06-25 | 1 | -10/+10 |
* | Test and fix. | Armin Rigo | 2012-06-16 | 1 | -0/+10 |
* | A passing test. | Armin Rigo | 2012-06-16 | 1 | -0/+13 |
* | Fix tests for windows. | Armin Rigo | 2012-06-16 | 1 | -2/+14 |
* | Rename ffi.rawload() to ffi.dlopen(). | Armin Rigo | 2012-06-14 | 1 | -13/+13 |
* | Fix tests. | Armin Rigo | 2012-06-12 | 1 | -2/+13 |
* | Rename the package from "ffi" to "cffi". | Armin Rigo | 2012-06-05 | 1 | -2/+2 |
* | Complete the tests. | Armin Rigo | 2012-06-03 | 1 | -2/+9 |
* | Shuffle tests. | Armin Rigo | 2012-06-01 | 1 | -7/+7 |
* | Variadic calls. | Armin Rigo | 2012-06-01 | 1 | -1/+2 |
* | Extent the API to allow None to variadic funcs. | Armin Rigo | 2012-06-01 | 1 | -1/+3 |
* | Not implementing this feature. | Armin Rigo | 2012-06-01 | 1 | -2/+4 |
* | Fix test. | Armin Rigo | 2012-06-01 | 1 | -1/+1 |
* | Import other tests here too. | Armin Rigo | 2012-06-01 | 1 | -164/+167 |
* | Finish to fix the existing tests. | Armin Rigo | 2012-05-27 | 1 | -11/+11 |
* | In-progress | Armin Rigo | 2012-05-27 | 1 | -1/+1 |
* | Rename malloc() to new(). | Armin Rigo | 2012-05-27 | 1 | -7/+16 |
* | Small edits. | Armin Rigo | 2012-05-26 | 1 | -0/+6 |
* | More or less adapt the tests. | Armin Rigo | 2012-05-26 | 1 | -12/+12 |
* | Merge branch 'master' of github.com:arigo/ffi | fijal | 2012-05-23 | 1 | -0/+17 |
|\ |
|
| * | Test and fix. | Armin Rigo | 2012-05-23 | 1 | -0/+3 |