| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | As discussed on the mailing list: str() -> ffi.string() | Armin Rigo | 2012-08-03 | 1 | -2/+2 |
| | | |||||
| * | 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 |
| | | | | | in order to match directly the returned type. | ||||
| * | Test and fix: from callbacks with 'void' as the result type, you should | Armin Rigo | 2012-07-05 | 1 | -1/+20 |
| | | | | | really return None and not anything else. | ||||
| * | 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 |
| | | | | | | Use local imports inside the package; anyway it has no chance to work on Python < 2.6 because pycparser doesn't. | ||||
| * | Complete the tests. | Armin Rigo | 2012-06-03 | 1 | -2/+9 |
| | | | | | Works on _ffi_backend, but not on backend_ctypes... | ||||
| * | 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 |
| | | | | | | | It is somehow a simplification because some operations on pointers will return None to mean "the C NULL". Passing them to variadic functions as None makes sense. | ||||
| * | 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 |
| | | | | | | Keep naming the type we want a new() copy of, rather than the resulting pointer type. | ||||
| * | 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 |
| | | | |||||
| | * | Allow automatic conversion of str to "char*" for passing as a function ↵ | Armin Rigo | 2012-05-23 | 1 | -0/+14 |
| | | | | | | | | | argument (in addition to conversion of str to "const char*" that works more generally). | ||||
| * | | Start working on a verifier | fijal | 2012-05-23 | 1 | -1/+1 |
| |/ | |||||
| * | Tests and fixes | Armin Rigo | 2012-05-23 | 1 | -0/+9 |
| | | |||||
| * | Improve the test. | Armin Rigo | 2012-05-21 | 1 | -2/+4 |
| | | |||||
| * | write_variable(). | Armin Rigo | 2012-05-21 | 1 | -0/+17 |
| | | |||||
| * | This test passes out of the box now. | Armin Rigo | 2012-05-21 | 1 | -1/+1 |
| | | |||||
| * | read_variable() support. | Armin Rigo | 2012-05-21 | 1 | -5/+3 |
| | | |||||
| * | Improve the repr to show if a cdata "owns" memory or not. | Armin Rigo | 2012-05-21 | 1 | -0/+1 |
| | | |||||
| * | Rename this test file. | Armin Rigo | 2012-05-21 | 1 | -0/+134 |
