| Commit message (Expand) | Author | Age | Files | Lines |
| * | test and fix for b6adad5f4ea3, actually reverting some C changes that | Armin Rigo | 2016-12-06 | 1 | -0/+12 |
| * | Fix: the condition "offsetof == sizeof" for being a var-sized array | Armin Rigo | 2016-10-29 | 1 | -1/+2 |
| * | One more case, this time in CompiledFFI.sizeof(). | Armin Rigo | 2016-10-28 | 1 | -1/+1 |
| * | Decided to fix ffi.sizeof() too. Update the documentation. | Armin Rigo | 2016-10-27 | 1 | -4/+9 |
| * | Revert b84710ae130a again. Ensure we get a warning for every opaque | Armin Rigo | 2016-10-20 | 1 | -7/+7 |
| * | Tweaks, and add extra tests, which fail for now :-/ | Armin Rigo | 2016-10-19 | 1 | -1/+11 |
| * | typedef int foo_t[...]; | Armin Rigo | 2016-09-20 | 1 | -0/+4 |
| * | skip test | Armin Rigo | 2016-09-06 | 1 | -0/+3 |
| * | Issue #283: initializer for nested anonymous structs inside unions | Armin Rigo | 2016-09-05 | 1 | -7/+36 |
| * | Skip test if setuptools cannot be imported | Armin Rigo | 2016-09-04 | 1 | -1/+4 |
| * | Issue #282: probable test and fix | Armin Rigo | 2016-09-03 | 1 | -0/+1 |
| * | Backed out changeset 0087e2aec9ef | Armin Rigo | 2016-09-03 | 7 | -186/+316 |
| * | Kill the ctypes backend. | Armin Rigo | 2016-09-03 | 7 | -316/+186 |
| * | Fix test | Armin Rigo | 2016-09-03 | 1 | -1/+1 |
| * | Remove the extra checks, which should be unnecessary and possibly cause | Armin Rigo | 2016-08-22 | 1 | -3/+0 |
| * | use py_limited_api flag when available. | Daniel Holth | 2016-08-21 | 1 | -0/+25 |
| * | Issue #271: in the test, call "cc" instead of "gcc", in case gcc isn't | Armin Rigo | 2016-07-18 | 1 | -1/+1 |
| * | update version number to 1.7 | Armin Rigo | 2016-06-05 | 1 | -2/+2 |
| * | Fix tests in 'testing' to account for e7ca388b0197 (I only fixed the | Armin Rigo | 2016-05-08 | 1 | -3/+9 |
| * | Add ffi.gc(ptr, None) which *removes* the destructor in-place on a ffi.gc() o... | Amaury Forgeot d'Arc | 2016-04-23 | 1 | -0/+14 |
| * | Implement backend.gcp() for the ctypes backend, and remove gc_weakref. | Amaury Forgeot d'Arc | 2016-04-23 | 1 | -5/+0 |
| * | Windows fix: 'struct a' is a great name for being predefined and not reusable | Armin Rigo | 2016-04-21 | 1 | -6/+6 |
| * | Still delay this a bit longer | Armin Rigo | 2016-04-18 | 1 | -2/+2 |
| * | Remove again ffi.rawstring(), and implement instead ffi.unpack(). | Armin Rigo | 2016-04-16 | 1 | -6/+4 |
| * | Python3 compat | Armin Rigo | 2016-04-15 | 1 | -3/+3 |
| * | ffi.rawstring(), with a minimal interface | Armin Rigo | 2016-04-15 | 1 | -0/+9 |
| * | Change the API of ffi.list_types() | Armin Rigo | 2016-03-30 | 1 | -10/+11 |
| * | ffi.list_types() | Armin Rigo | 2016-03-27 | 1 | -0/+48 |
| * | For now, don't add --never-download. It causes failures on random machines. | Armin Rigo | 2016-03-02 | 1 | -1/+3 |
| * | Recent releases of virtualenv default to downloading new pip, etc. We don't n... | Stefano Rivera | 2016-02-17 | 1 | -1/+1 |
| * | distribute folded back into setuptools a while ago. This option has no effect... | Stefano Rivera | 2016-02-17 | 1 | -1/+1 |
| * | Fix for Python 2.6 | Armin Rigo | 2016-02-13 | 1 | -0/+3 |
| * | Issue #244: parse_type() calls the Parser logic but self._options used | Armin Rigo | 2016-01-31 | 1 | -0/+5 |
| * | issue #243: explicitly complain if ffi.def_extern() is called on the | Armin Rigo | 2016-01-19 | 1 | -0/+4 |
| * | OS/X fix: clang has got a warning enabled by default here | Armin Rigo | 2016-01-16 | 1 | -2/+2 |
| * | Delay changing this to 1.6 (1.5 is very soon after 1.4) | Armin Rigo | 2016-01-15 | 1 | -2/+2 |
| * | more tweaks; tests needed... | Armin Rigo | 2015-12-30 | 1 | -0/+7 |
| * | Removal of the deprecation is deferred to 1.5 | Armin Rigo | 2015-12-15 | 1 | -2/+2 |
| * | refactor the lazy-loading in dlopen() lib objects; add __dir__(). | Armin Rigo | 2015-12-08 | 1 | -1/+13 |
| * | py3k compat | Armin Rigo | 2015-12-07 | 1 | -1/+6 |
| * | hg merge default | Armin Rigo | 2015-11-23 | 2 | -1/+33 |
| |\ |
|
| | * | issue #233: ffi.init_once() | Armin Rigo | 2015-11-23 | 1 | -0/+32 |
| | * | fix | Armin Rigo | 2015-11-17 | 1 | -1/+1 |
| * | | Write one error message directly to stderr instead of sys.stderr. This | Armin Rigo | 2015-11-18 | 1 | -27/+5 |
| * | | Fix cparser | Armin Rigo | 2015-11-18 | 1 | -8/+22 |
| * | | Parsing CFFI_CALL_PYTHON in the cdef | Armin Rigo | 2015-11-12 | 1 | -0/+14 |
| |/ |
|
| * | Give a warning instead of crashing; in this way we can call the next | Armin Rigo | 2015-11-06 | 1 | -0/+3 |
| * | Complain more readily about opaque enums, by refusing to guess which | Armin Rigo | 2015-11-05 | 1 | -1/+10 |
| * | Allow different formattings of the underlying "%p" | Armin Rigo | 2015-11-03 | 1 | -1/+2 |
| * | Issue #228: "bool" not working in out-of-line FFI objects. Same problem | Armin Rigo | 2015-11-02 | 1 | -27/+5 |