| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | We're not at 0.9 yet :-) Only 0.8.2. | Armin Rigo | 2014-03-07 | 1 | -3/+3 |
| | | |||||
| * | Update to 0.8.2 more officially | Armin Rigo | 2014-03-07 | 1 | -1/+1 |
| | | |||||
| * | Upgrade the version number. (One test in test_version is known to fail) | Armin Rigo | 2014-02-28 | 1 | -1/+1 |
| | | |||||
| * | Issue 131: support ffi.cdef("...", packed=True) | Armin Rigo | 2014-01-14 | 1 | -0/+8 |
| | | |||||
| * | Put back the big warning in italic. | Armin Rigo | 2013-12-08 | 1 | -0/+2 |
| | | |||||
| * | Simplify a bit this paragraph. | Armin Rigo | 2013-12-08 | 1 | -7/+4 |
| | | |||||
| * | In-progress | Armin Rigo | 2013-12-08 | 1 | -5/+5 |
| | | |||||
| * | Reword this paragraph | Armin Rigo | 2013-12-08 | 1 | -9/+14 |
| | | |||||
| * | An extra pair of lines in the documentation | Armin Rigo | 2013-12-08 | 1 | -0/+2 |
| | | |||||
| * | Document more this change | Armin Rigo | 2013-12-06 | 1 | -2/+6 |
| | | |||||
| * | Fix for issue #129: 'bytes(buffer)' needs to work on Python 2, | Armin Rigo | 2013-12-06 | 1 | -1/+5 |
| | | | | | because it works on Python 3 and cannot be prevented to. | ||||
| * | Document some limitations of ffi.gc(), particularly on PyPy. | Armin Rigo | 2013-11-29 | 1 | -0/+11 |
| | | |||||
| * | Fix link to pycparser pointing to its new home | Eli Bendersky | 2013-11-26 | 1 | -1/+1 |
| | | |||||
| * | No real clue, trying to improve the display on readthedocs.org | Armin Rigo | 2013-11-24 | 1 | -3/+0 |
| | | |||||
| * | Update to version 0.8.1 | Armin Rigo | 2013-11-24 | 2 | -2/+2 |
| | | |||||
| * | Add ffi.getwinerror(). | Armin Rigo | 2013-11-12 | 1 | -3/+12 |
| | | |||||
| * | Update the version number | Armin Rigo | 2013-11-09 | 2 | -3/+3 |
| | | |||||
| * | Document the changes with C99-style arrays.c99-array | Armin Rigo | 2013-11-08 | 1 | -8/+26 |
| | | |||||
| * | Document the workaround for taking pointers to functions. | Armin Rigo | 2013-10-21 | 1 | -0/+11 |
| | | |||||
| * | Added Homebrew instructions | Armin Rigo | 2013-10-21 | 1 | -4/+17 |
| | | |||||
| * | Update the version number to 0.7.2 | Armin Rigo | 2013-08-02 | 2 | -2/+2 |
| | | |||||
| * | Remove this temporary warning | Armin Rigo | 2013-08-01 | 1 | -2/+0 |
| | | |||||
| * | Update the version | Armin Rigo | 2013-08-01 | 2 | -2/+2 |
| | | |||||
| * | Fix the doc | Armin Rigo | 2013-08-01 | 1 | -1/+2 |
| | | |||||
| * | Add a warning | Armin Rigo | 2013-08-01 | 1 | -1/+3 |
| | | |||||
| * | The Win64 problem with the .asm was fixed by checking in the .obj file. | Armin Rigo | 2013-08-01 | 1 | -5/+6 |
| | | |||||
| * | Write "status of Win64". | Armin Rigo | 2013-08-01 | 1 | -0/+3 |
| | | |||||
| * | issue #94: Document | Armin Rigo | 2013-07-29 | 1 | -1/+4 |
| | | |||||
| * | Document this | Armin Rigo | 2013-07-28 | 1 | -2/+3 |
| | | |||||
| * | Mention Win64. | Armin Rigo | 2013-07-16 | 1 | -1/+15 |
| | | |||||
| * | Document ffi.new_handle(). | Armin Rigo | 2013-06-19 | 1 | -0/+12 |
| | | |||||
| * | Bump the version number of 0.7. | Armin Rigo | 2013-05-22 | 2 | -3/+3 |
| | | |||||
| * | Update the version of PyPy required | Armin Rigo | 2013-04-05 | 1 | -2/+2 |
| | | |||||
| * | Add a comment. | Armin Rigo | 2013-04-04 | 1 | -1/+2 |
| | | |||||
| * | Merge d0f6755466f7 into default: | Armin Rigo | 2013-03-31 | 1 | -19/+24 |
| |\ | | | | | | | | | | | | | | | | | Cancel again these changes: we can't pass 0 or None to mean NULL. Just use NULL explicitly. (After discussion on IRC, notably with Amaury -- thanks) Removed some unrelated doc changes that describe something that was planned but never implemented. | ||||
| | * | Always test the mention of cffi-$VERSION.tar.gz in the docs, | Armin Rigo | 2013-03-30 | 1 | -3/+3 |
| | | | | | | | | | | | even if it does not exist so far, because readthedocs displays the doc of the latest release now by default. | ||||
| | * | Add warnings about keeping alive the library object. | Armin Rigo | 2013-03-07 | 1 | -0/+8 |
| | | | | | | | | | (transplanted from c28026358db53c84e3adc56029f69db0d7f0c58b) | ||||
| | * | A dummy checkin to make this the current 'default'. | Armin Rigo | 2013-03-08 | 1 | -1/+0 |
| | | | |||||
| * | | Cancel again these changes: we can't pass 0 or None to mean NULL. Just | Armin Rigo | 2013-03-07 | 1 | -23/+20 |
| |/ | | | | | use NULL explicitly. (After discussion on IRC, notably with Amaury -- thanks) | ||||
| * | Document how to work around these limitations. | Armin Rigo | 2013-03-04 | 1 | -1/+3 |
| | | |||||
| * | Change the hack: instead of passing None for NULL pointers, we pass 0. | Armin Rigo | 2013-02-28 | 1 | -6/+9 |
| | | | | | | This is more compatible with C. Also accept 0 at other places that expect a pointer. | ||||
| * | update | Armin Rigo | 2013-02-23 | 1 | -1/+1 |
| | | |||||
| * | typo | Armin Rigo | 2013-02-23 | 1 | -1/+1 |
| | | |||||
| * | (lazka, arigo) Change dlopen() to accept either a full path or a library | Armin Rigo | 2013-02-22 | 1 | -3/+3 |
| | | | | | name. | ||||
| * | Small documentation fixes. | Armin Rigo | 2013-02-20 | 1 | -5/+12 |
| | | |||||
| * | Moving the determination of the base integer type of an enum | Armin Rigo | 2013-02-16 | 1 | -1/+4 |
| | | | | | | | out of C code, into the 'cffi' package. This is work in progress; it should eventually permit the new test to fully pass. For now wrote a warning in the doc. | ||||
| * | Add a warning about "x[:]=string" (thanks David). | Armin Rigo | 2013-02-15 | 1 | -0/+3 |
| | | |||||
| * | hg merge auto-types | Armin Rigo | 2013-02-12 | 1 | -21/+36 |
| |\ | |||||
| | * | hg merge enum-as-int | Armin Rigo | 2013-02-12 | 1 | -6/+15 |
| | |\ | |||||
| | | * | Document | Armin Rigo | 2013-02-10 | 1 | -6/+15 |
| | | | | |||||
