| Commit message (Expand) | Author | Age | Files | Lines |
| * | As discussed on the mailing list: str() -> ffi.string() | Armin Rigo | 2012-08-03 | 1 | -29/+36 |
| * | Found out how to properly generalize the "pass a Python string as | Armin Rigo | 2012-07-30 | 1 | -0/+22 |
| * | In case of repeated values in enums, operations like str(), or the | Armin Rigo | 2012-07-27 | 1 | -0/+6 |
| * | Fix: the code incorrectly accepted e.g. 'ffi.new(ffi.new("int*"))', | Armin Rigo | 2012-07-27 | 1 | -0/+7 |
| * | Fix issue16: anonymous enums. | Armin Rigo | 2012-07-27 | 1 | -0/+8 |
| * | Change ffi.new() to take a pointer-to-X instead of directly X, | Armin Rigo | 2012-07-16 | 1 | -85/+91 |
| * | Test and fix: keep the two backends in sync | Armin Rigo | 2012-07-13 | 1 | -1/+1 |
| * | Properly skip wchar tests if the backend doesn't support them. | Armin Rigo | 2012-07-09 | 1 | -1/+17 |
| * | Fix tests, part 1 | Armin Rigo | 2012-07-09 | 1 | -21/+24 |
| * | hg merge default | Armin Rigo | 2012-07-08 | 1 | -3/+96 |
| |\ |
|
| | * | hg merge default | Armin Rigo | 2012-06-26 | 1 | -36/+69 |
| | |\ |
|
| | * \ | hg merge default | Armin Rigo | 2012-06-23 | 1 | -3/+96 |
| | |\ \ |
|
| | | * | | Let's say that wchar_t is unsigned if and only if it is 2 bytes. | Armin Rigo | 2012-06-23 | 1 | -1/+3 |
| | | * | | Start by writing tests. | Armin Rigo | 2012-06-20 | 1 | -3/+94 |
| * | | | | Implement caching of the types across multiple FFI instances. The types | Armin Rigo | 2012-07-08 | 1 | -0/+19 |
| * | | | | Add a skipped test, maybe to implement one day | Armin Rigo | 2012-07-04 | 1 | -0/+11 |
| * | | | | Test and fix: you keep learning about the C syntax. | Armin Rigo | 2012-07-04 | 1 | -0/+13 |
| * | | | | Fix union initializers: it did not follow the C standard, and | Armin Rigo | 2012-06-27 | 1 | -1/+16 |
| | |_|/
|/| | |
|
| * | | | Finally clean up the distinction between the C types "function" vs | Armin Rigo | 2012-06-26 | 1 | -1/+20 |
| * | | | Add "error=..." to ffi.callback(). | Armin Rigo | 2012-06-26 | 1 | -1/+0 |
| * | | | Convert the front-end. Missing backend_ctypes. | Armin Rigo | 2012-06-25 | 1 | -35/+41 |
| * | | | A convenient way to change the default return value of 0 in case the | Armin Rigo | 2012-06-25 | 1 | -0/+9 |
| |/ / |
|
| * | | (fijal, arigo) (early sprint) | Armin Rigo | 2012-06-21 | 1 | -0/+62 |
| |/ |
|
| * | - Turn Py_FatalError() into raising SystemErrors. | Armin Rigo | 2012-06-20 | 1 | -0/+8 |
| * | More general fix for returning pointers from callbacks in ctypes backend. | tlynn | 2012-06-19 | 1 | -0/+22 |
| * | Fix void* callback return types in ctypes backend. | tlynn | 2012-06-19 | 1 | -0/+16 |
| * | ffi.getcname(). | Armin Rigo | 2012-06-18 | 1 | -0/+17 |
| * | Cast from None (as a NULL pointer) to an integer. | Armin Rigo | 2012-06-17 | 1 | -0/+1 |
| * | Test iteration over array cdatas, and found out that we need more code. | Armin Rigo | 2012-06-17 | 1 | -0/+11 |
| * | Write a passing test about files and buffers. | Armin Rigo | 2012-06-17 | 1 | -0/+16 |
| * | Test for 'ffi.cast("foo*", None) == None'. Documentation. | Armin Rigo | 2012-06-17 | 1 | -0/+3 |
| * | ffi.buffer() with an optional second argument "size". | Armin Rigo | 2012-06-16 | 1 | -0/+21 |
| * | Test and fix. | Armin Rigo | 2012-06-15 | 1 | -4/+5 |
| * | Add support for constants, either via "static sometype const x;" | Armin Rigo | 2012-06-15 | 1 | -1/+1 |
| * | Replace ffi.string() with ffi.buffer() and update the docs. Add an | Armin Rigo | 2012-06-15 | 1 | -5/+22 |
| * | Fix on 64-bit. | Armin Rigo | 2012-06-15 | 1 | -1/+1 |
| * | Add a skipped test about C99 trailing open-ended arrays in structs. | Armin Rigo | 2012-06-13 | 1 | -0/+9 |
| * | Generic test, and fix for the ctypes backend. | Armin Rigo | 2012-06-13 | 1 | -0/+5 |
| * | Fix tests. | Armin Rigo | 2012-06-12 | 1 | -0/+6 |
| * | In-progress: verify fully-declared structs. | Armin Rigo | 2012-06-12 | 1 | -2/+2 |
| * | Fix an important corner case. Sadly, it requires yet another dict | Armin Rigo | 2012-06-05 | 1 | -2/+10 |
| * | Rename the package from "ffi" to "cffi". | Armin Rigo | 2012-06-05 | 1 | -1/+1 |
| * | Add a test with anonymous structures. | Armin Rigo | 2012-06-04 | 1 | -0/+10 |
| * | Mistake in building the function type name. | Armin Rigo | 2012-06-04 | 1 | -0/+5 |
| * | Fix the ctypes backend to not accept so many None | Armin Rigo | 2012-06-03 | 1 | -2/+1 |
| * | Test and fix. | Armin Rigo | 2012-06-03 | 1 | -0/+2 |
| * | finish enum. | Armin Rigo | 2012-06-01 | 1 | -0/+2 |
| * | Fixes in corner cases of the API for enums. | Armin Rigo | 2012-05-31 | 1 | -3/+4 |
| * | More failing tests | Armin Rigo | 2012-05-31 | 1 | -0/+16 |
| * | Tweaks. All functionptr tests pass! | Armin Rigo | 2012-05-31 | 1 | -1/+2 |