| Commit message (Expand) | Author | Age | Files | Lines |
| * | Test the various cases, fix issues with rounding, etc. | Armin Rigo | 2015-08-28 | 1 | -0/+11 |
| * | Move this potential failure earlier | Armin Rigo | 2015-08-27 | 1 | -4/+3 |
| * | Issue #217: use memcpy() instead of manually copying the data. On | Armin Rigo | 2015-08-26 | 1 | -3/+1 |
| * | Release 1.2.1 | Armin Rigo | 2015-08-20 | 2 | -2/+2 |
| * | Issue #216: add "defined(__hpux)" for alloca.h | Armin Rigo | 2015-08-13 | 1 | -1/+1 |
| * | Silence a gcc warning | Armin Rigo | 2015-07-09 | 1 | -2/+3 |
| * | Issue #213: in case we'd give the error message "initializer for ctype | Armin Rigo | 2015-07-09 | 2 | -6/+42 |
| * | Explicitly protect against variables that end up resolving at address NULL, | Armin Rigo | 2015-07-06 | 2 | -5/+21 |
| * | Port the new_allocator() work from pypy | Armin Rigo | 2015-07-06 | 2 | -32/+162 |
| * | Found a simpler and more efficient way to implement any ffi.gc(). | Armin Rigo | 2015-07-06 | 4 | -144/+113 |
| * | Found a simpler way to implement the in-line ffi.gc() on top of the | Armin Rigo | 2015-07-06 | 2 | -17/+0 |
| * | Minor clean up | Armin Rigo | 2015-07-05 | 1 | -24/+24 |
| * | Generalize the test for pypy | Armin Rigo | 2015-07-04 | 1 | -2/+2 |
| * | 'onerror' can also return a custom value to return | Armin Rigo | 2015-07-04 | 2 | -7/+43 |
| * | New argument "onerror" on ffi.callback() | Armin Rigo | 2015-07-04 | 3 | -12/+81 |
| * | Use the logic in cgc.c to implement ffi.gc() also for the pure Python | Armin Rigo | 2015-07-04 | 2 | -0/+17 |
| * | Bump the version number to 1.2.0 | Armin Rigo | 2015-07-03 | 2 | -2/+2 |
| * | Refactor the way global variables are accessed. Now, every access to | Armin Rigo | 2015-07-03 | 2 | -17/+58 |
| * | Issue #209: check for dereferencing NULL pointers | Armin Rigo | 2015-06-30 | 2 | -7/+25 |
| * | Test and fix: Python 3.5 (at least the current beta) is unhappy | Armin Rigo | 2015-06-26 | 1 | -0/+5 |
| * | Redo lib.__dict__, like in the in-line mode. Figured out that it's like | Armin Rigo | 2015-06-19 | 1 | -0/+31 |
| * | "from foo.lib import *" | Armin Rigo | 2015-06-15 | 1 | -18/+37 |
| * | Allow "from _cffimodule.lib import a, b, c". (thanks DanielHolth on irc) | Armin Rigo | 2015-06-15 | 1 | -2/+14 |
| * | Bump version to 1.1.2 | Armin Rigo | 2015-06-09 | 2 | -2/+2 |
| * | Some details | Armin Rigo | 2015-06-07 | 2 | -2/+2 |
| * | Bump version number to 1.1.1 | Armin Rigo | 2015-06-07 | 2 | -2/+2 |
| * | Fix the logic to handle ffi.gc(x) being called several times with equal | Armin Rigo | 2015-06-06 | 2 | -44/+88 |
| * | In the type parser, escape error messages and don't display the input | Armin Rigo | 2015-06-02 | 1 | -9/+35 |
| * | Issue #203: add keyword arguments to ffi.string(), ffi.buffer(), | Armin Rigo | 2015-06-01 | 3 | -16/+22 |
| * | Leave with Py_FatalError() if we detect that the object is really | Armin Rigo | 2015-05-31 | 1 | -0/+6 |
| * | The next release will be 1.1.0. | Armin Rigo | 2015-05-30 | 2 | -2/+2 |
| * | Tweaks and minor fixes | Armin Rigo | 2015-05-30 | 1 | -5/+10 |
| * | Issue 200: bad interaction between "ffi.typeof(function_t)" and | Armin Rigo | 2015-05-30 | 2 | -12/+23 |
| * | Better compatibility: detect if we have an old cffi running a new ABI | Armin Rigo | 2015-05-28 | 1 | -0/+3 |
| * | ABI mode: allow constants of any type, which are looked up from the lib | Armin Rigo | 2015-05-28 | 1 | -12/+19 |
| * | more about issue 198: Test and fix | Armin Rigo | 2015-05-28 | 1 | -1/+4 |
| * | Issue #198 bis: fix for constants of unknown size | Armin Rigo | 2015-05-28 | 1 | -1/+4 |
| * | Issue 198: corrupted constant of type 'struct' | Armin Rigo | 2015-05-28 | 1 | -1/+11 |
| * | Bump version number | Armin Rigo | 2015-05-26 | 2 | -2/+2 |
| * | ffi.addressof(lib, "function") now returns a regular cdata function pointer | Armin Rigo | 2015-05-26 | 2 | -23/+40 |
| * | Comment | Armin Rigo | 2015-05-26 | 1 | -0/+5 |
| * | Bump the version number to 1.0.3 | Armin Rigo | 2015-05-25 | 2 | -2/+2 |
| * | Bump the version number to 1.0.2 | Armin Rigo | 2015-05-22 | 2 | -2/+2 |
| * | clarify | Armin Rigo | 2015-05-21 | 1 | -1/+1 |
| * | Bump the version to 1.0.1 | Armin Rigo | 2015-05-21 | 2 | -2/+2 |
| * | Windows: pass along the result (success/error) of FreeLibrary | Armin Rigo | 2015-05-20 | 1 | -2/+1 |
| * | Forgot about the version checking and specifying in the ABI-mode modules | Armin Rigo | 2015-05-18 | 2 | -4/+13 |
| * | test and fix | Armin Rigo | 2015-05-17 | 3 | -2/+4 |
| * | Add RTLD_xxx flags to the CompiledFFI type | Armin Rigo | 2015-05-16 | 2 | -18/+40 |
| * | ffi.dlclose(). Global variables. | Armin Rigo | 2015-05-16 | 2 | -18/+24 |