| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tweak wording | Armin Rigo | 2021-12-24 | 1 | -3/+6 |
| | | |||||
| * | Write explicitly that byte strings passed to `char *` arguments are not ↵ | Armin Rigo | 2021-12-03 | 1 | -0/+9 |
| | | | | | meant to live as long as the byte string is alive, but only for the duration of the call | ||||
| * | Remove trailing whitespace in doc/* | Rasmus Bondesson | 2021-07-17 | 1 | -2/+2 |
| | | |||||
| * | 'bitbucket => heptapod' for most links | Armin Rigo | 2020-08-08 | 1 | -2/+2 |
| | | |||||
| * | Document issue 391 | Armin Rigo | 2019-03-05 | 1 | -1/+17 |
| | | |||||
| * | ffi.release() | Armin Rigo | 2019-01-05 | 1 | -1/+1 |
| | | |||||
| * | Fix a typo in using.rst | Hiroshi Hatake | 2018-01-10 | 1 | -1/+1 |
| | | | | | convertion ? conversion | ||||
| * | Update the doc, as suggested on python-cffi | Armin Rigo | 2017-09-15 | 1 | -2/+29 |
| | | |||||
| * | Expand the docs about wchar_t/char16_t/char32_t | Armin Rigo | 2017-08-31 | 1 | -0/+3 |
| | | |||||
| * | Document char16_t and char32_t | Armin Rigo | 2017-06-02 | 1 | -3/+10 |
| | | |||||
| * | Write a paragraph about __pypy__.add_memory_pressure() | Armin Rigo | 2017-03-10 | 1 | -0/+53 |
| | | |||||
| * | 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 | ||||
