| Commit message (Expand) | Author | Age | Files | Lines |
| * | Document | Armin Rigo | 2015-08-28 | 2 | -2/+16 |
| * | Document issue #217 | Armin Rigo | 2015-08-26 | 1 | -0/+7 |
| * | Be more explicit | Armin Rigo | 2015-08-22 | 1 | -0/+6 |
| * | hg merge release-1.2 | Armin Rigo | 2015-08-22 | 1 | -1/+1 |
| |\ |
|
| * | | md5/sha1release-1.2 | Armin Rigo | 2015-08-20 | 1 | -2/+2 |
| |/ |
|
| * | Release 1.2.1 | Armin Rigo | 2015-08-20 | 2 | -4/+4 |
| * | Add md5/sha1 | Armin Rigo | 2015-08-19 | 1 | -2/+2 |
| * | Modify the filename | Armin Rigo | 2015-08-19 | 1 | -1/+1 |
| * | Use section titles that start with a letter: docutils used to turn links | Armin Rigo | 2015-07-31 | 1 | -16/+16 |
| * | Add "content" directives to the main pages | Armin Rigo | 2015-07-09 | 3 | -0/+6 |
| * | Tweaks | Armin Rigo | 2015-07-09 | 3 | -7/+7 |
| * | Doc fixes | Armin Rigo | 2015-07-09 | 2 | -2/+3 |
| * | Drop the ".. versionchanged" and ".. versionadded", which was not very | Armin Rigo | 2015-07-09 | 2 | -70/+56 |
| * | Document ffi.new_allocator() | Armin Rigo | 2015-07-06 | 2 | -1/+29 |
| * | Expand the explanation of the hack | Armin Rigo | 2015-07-05 | 1 | -3/+8 |
| * | Document 'onerror'. | Armin Rigo | 2015-07-05 | 2 | -1/+33 |
| * | Issue #115: document the assignments where we store a list or a dict. | Armin Rigo | 2015-07-04 | 1 | -2/+27 |
| * | Bump the version number to 1.2.0 | Armin Rigo | 2015-07-03 | 2 | -5/+5 |
| * | Refactor the way global variables are accessed. Now, every access to | Armin Rigo | 2015-07-03 | 2 | -2/+11 |
| * | Mention there are more args | Armin Rigo | 2015-07-02 | 1 | -0/+2 |
| * | Issue #209: check for dereferencing NULL pointers | Armin Rigo | 2015-06-30 | 1 | -0/+5 |
| * | Clarify the weakdict example | Armin Rigo | 2015-06-24 | 1 | -10/+12 |
| * | Redo lib.__dict__, like in the in-line mode. Figured out that it's like | Armin Rigo | 2015-06-19 | 2 | -3/+7 |
| * | Add a whatsnew | Armin Rigo | 2015-06-15 | 1 | -0/+8 |
| * | Whatsnew | Armin Rigo | 2015-06-09 | 1 | -0/+4 |
| * | hg merge release-1.1 | Armin Rigo | 2015-06-09 | 3 | -4/+11 |
| |\ |
|
| | * | md5/sha1release-1.1 | Armin Rigo | 2015-06-09 | 1 | -2/+2 |
| | * | Bump version to 1.1.2 | Armin Rigo | 2015-06-09 | 2 | -4/+4 |
| | * | Whatsnew | Armin Rigo | 2015-06-09 | 1 | -0/+7 |
| * | | Comment out that line from conf.py. It gives a warning with the newer | Armin Rigo | 2015-06-07 | 1 | -1/+1 |
| * | | Move this to the future cffi 1.2, and explain it more in cdef.rst. | Armin Rigo | 2015-06-07 | 2 | -1/+10 |
| * | | Rephrase | Armin Rigo | 2015-06-07 | 1 | -7/+6 |
| * | | Support "[][...]", "[5][...]", etc. | Armin Rigo | 2015-06-07 | 1 | -0/+13 |
| |/ |
|
| * | md5/sha1 | Armin Rigo | 2015-06-07 | 1 | -2/+2 |
| * | Bump version number to 1.1.1 | Armin Rigo | 2015-06-07 | 2 | -4/+4 |
| * | whatsnew: ffi.gc fix | Armin Rigo | 2015-06-06 | 1 | -0/+5 |
| * | Rewords | Armin Rigo | 2015-06-03 | 1 | -4/+6 |
| * | ffi.dlopen(None) does not work on Windows, and ffi.dlopen("foo") no | Armin Rigo | 2015-06-03 | 1 | -1/+11 |
| * | Document that this example is also possible in the out-of-line mode | Armin Rigo | 2015-06-02 | 1 | -0/+7 |
| * | Update whatsnew | Armin Rigo | 2015-06-01 | 2 | -0/+15 |
| * | Windows test fix, and documentation about ffi.dlopen()'s restriction | Armin Rigo | 2015-06-01 | 1 | -0/+10 |
| * | english | Armin Rigo | 2015-05-31 | 2 | -2/+2 |
| * | md5/sha of cffi-1.1.0.tar.gz | Armin Rigo | 2015-05-30 | 1 | -2/+2 |
| * | The next release will be 1.1.0. | Armin Rigo | 2015-05-30 | 5 | -17/+17 |
| * | Precision | Armin Rigo | 2015-05-30 | 1 | -1/+2 |
| * | Issues 69, 73: add the syntax "typedef int... foo_t;". | Armin Rigo | 2015-05-30 | 2 | -1/+16 |
| * | Issue 75: implement multidimensional use of '[...]'. | Armin Rigo | 2015-05-30 | 2 | -3/+7 |
| * | ABI mode: allow constants of any type, which are looked up from the lib | Armin Rigo | 2015-05-28 | 1 | -0/+7 |
| * | Mention issue #198 | Armin Rigo | 2015-05-28 | 1 | -0/+3 |
| * | Mention this too | Armin Rigo | 2015-05-27 | 1 | -2/+3 |