| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Expand the warning box | Armin Rigo | 2017-01-28 | 1 | -6/+14 |
| | | |||||
| * | Update the docs to the style r"""...C source...""" | Armin Rigo | 2016-11-11 | 1 | -6/+6 |
| | | |||||
| * | Update the docs according to issue #281 | Armin Rigo | 2016-08-22 | 1 | -27/+24 |
| | | |||||
| * | Document some common mistakes of bad lifetime of ffi.new() | Armin Rigo | 2016-08-17 | 1 | -0/+27 |
| | | |||||
| * | Doc tweaks | Armin Rigo | 2016-06-20 | 1 | -4/+4 |
| | | |||||
| * | Rename 'ffi' to 'ffibuilder' in the docs and in a few demos, when | Armin Rigo | 2016-06-05 | 1 | -14/+15 |
| | | | | | | | it is used in out-of-line builders. I think it makes things clearer, particularly in examples where the two 'ffi' are close together (and even sometimes used in the same sentence...) | ||||
| * | Lies, this didn't print a list | Armin Rigo | 2016-04-23 | 1 | -1/+1 |
| | | |||||
| * | Clean up | Armin Rigo | 2016-04-23 | 1 | -5/+6 |
| | | |||||
| * | ffi.unpack(), extern "Python+C" | Armin Rigo | 2016-04-21 | 1 | -1/+44 |
| | | |||||
| * | Move the FFI Interface and Conversion reference sections to their own page. | Armin Rigo | 2016-04-21 | 1 | -529/+11 |
| | | |||||
| * | Change the API of ffi.list_types() | Armin Rigo | 2016-03-30 | 1 | -4/+4 |
| | | |||||
| * | Document ffi.list_types() | Armin Rigo | 2016-03-29 | 1 | -0/+5 |
| | | |||||
| * | clarify (thanks R?mi) | Armin Rigo | 2016-01-19 | 1 | -10/+14 |
| | | |||||
| * | Add some sections | Armin Rigo | 2016-01-14 | 1 | -1/+3 |
| | | |||||
| * | Finalize and review embedding.rst. | Armin Rigo | 2016-01-13 | 1 | -2/+2 |
| | | |||||
| * | more doc | Armin Rigo | 2016-01-13 | 1 | -0/+3 |
| | | |||||
| * | Add vararg demo | Armin Rigo | 2016-01-06 | 1 | -1/+4 |
| | | |||||
| * | emphasis | Armin Rigo | 2016-01-06 | 1 | -1/+1 |
| | | |||||
| * | Fix the reason | Armin Rigo | 2015-12-21 | 1 | -2/+2 |
| | | |||||
| * | fix | Armin Rigo | 2015-12-21 | 1 | -1/+1 |
| | | |||||
| * | Add an example in the old-style callback section that describes the | Armin Rigo | 2015-12-09 | 1 | -10/+33 |
| | | | | | "best" style, which is close to the new-style callbacks | ||||
| * | Polish the doc for `extern "Python"' | Armin Rigo | 2015-12-07 | 1 | -13/+16 |
| | | |||||
| * | hg merge static-callback | Armin Rigo | 2015-12-07 | 1 | -52/+265 |
| |\ | |||||
| | * | hg merge default | Armin Rigo | 2015-11-30 | 1 | -6/+20 |
| | |\ | |||||
| | * | | typo | Armin Rigo | 2015-11-23 | 1 | -1/+1 |
| | | | | |||||
| | * | | hg merge default | Armin Rigo | 2015-11-23 | 1 | -5/+7 |
| | |\ \ | |||||
| | * | | | meh, fix demo | Armin Rigo | 2015-11-20 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Change the @ffi.def_extern() decorator to not automatically replace the | Armin Rigo | 2015-11-20 | 1 | -10/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | function with the cdata. You need to get the cdata from the lib explicitly. This should make it clearer that there is only one cdata, even if you apply the decorator again. | ||||
| | * | | | flow | Armin Rigo | 2015-11-18 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Change the docs to use extern "Python" as discussed yesterday on irc | Armin Rigo | 2015-11-18 | 1 | -66/+114 |
| | | | | | | | | | | | | | | | | | (thanks antocuni) | ||||
| | * | | | link to the reason for the callback new-style | Armin Rigo | 2015-11-17 | 1 | -1/+4 |
| | | | | | |||||
| | * | | | Write documentation about ffi.call_python(). | Armin Rigo | 2015-11-15 | 1 | -52/+210 |
| | | | | | |||||
| * | | | | Document init_once() | Armin Rigo | 2015-12-07 | 1 | -0/+52 |
| | |_|/ |/| | | |||||
| * | | | Mention jamadden's experience on irc | Armin Rigo | 2015-11-24 | 1 | -1/+6 |
| | | | | |||||
| * | | | improve doc for the fix to ffi.new_handle() | Armin Rigo | 2015-11-23 | 1 | -3/+11 |
| | | | | |||||
| * | | | ffi.addressof(lib, "name") does not work with ffi.verify() | Armin Rigo | 2015-11-23 | 1 | -2/+3 |
| | |/ |/| | |||||
| * | | Copy the PyPy behavior on CPython too: two calls to new_handle(x), | Armin Rigo | 2015-11-23 | 1 | -5/+7 |
| |/ | | | | even with the same x, now return cdatas that compare as different. | ||||
| * | Document the SELinux issue with callbacks | Armin Rigo | 2015-11-14 | 1 | -0/+10 |
| | | |||||
| * | Clarify documentation for ffi.from_buffer(): it also works on read-only | Armin Rigo | 2015-10-24 | 1 | -2/+5 |
| | | | | | buffer objects | ||||
| * | typo | Armin Rigo | 2015-10-21 | 1 | -1/+1 |
| | | |||||
| * | Document ffi.memmove() | Armin Rigo | 2015-10-16 | 1 | -6/+29 |
| | | |||||
| * | Document __stdcall. | Armin Rigo | 2015-10-07 | 1 | -5/+41 |
| | | |||||
| * | document usefulness of ffi.buffer() for reading a struct from a socket | mattip | 2015-09-29 | 1 | -5/+12 |
| | | |||||
| * | Add "content" directives to the main pages | Armin Rigo | 2015-07-09 | 1 | -0/+2 |
| | | |||||
| * | Doc fixes | Armin Rigo | 2015-07-09 | 1 | -1/+2 |
| | | |||||
| * | Drop the ".. versionchanged" and ".. versionadded", which was not very | Armin Rigo | 2015-07-09 | 1 | -50/+41 |
| | | | | | essential and seems not to work on bitbucket's wiki | ||||
| * | Document ffi.new_allocator() | Armin Rigo | 2015-07-06 | 1 | -0/+22 |
| | | |||||
| * | Expand the explanation of the hack | Armin Rigo | 2015-07-05 | 1 | -3/+8 |
| | | |||||
| * | Document 'onerror'. | Armin Rigo | 2015-07-05 | 1 | -1/+25 |
| | | |||||
| * | Issue #115: document the assignments where we store a list or a dict. | Armin Rigo | 2015-07-04 | 1 | -2/+27 |
| | | |||||
