summaryrefslogtreecommitdiff
path: root/doc/source
Commit message (Collapse)AuthorAgeFilesLines
* More tweaksArmin Rigo2018-01-081-11/+17
|
* try to clarify set_source() requires str(<code that implements functions>)Matti Picus2017-12-291-5/+10
|
* Document for issue 340Armin Rigo2017-10-131-0/+5
|
* released cffi 1.11.2v1.11.2Armin Rigo2017-10-091-3/+3
|
* Bump version number to 1.11.2Armin Rigo2017-10-083-5/+11
|
* Update md5/sha sumsv1.11.1Armin Rigo2017-10-041-3/+3
|
* more tweaksArmin Rigo2017-10-041-0/+2
|
* tweaks in whatsnewArmin Rigo2017-10-041-3/+3
|
* Mention the fix 989d98a58c95Armin Rigo2017-09-271-0/+2
|
* Update version to 1.11.1Armin Rigo2017-09-272-5/+5
|
* Document 4b0741f26fcdArmin Rigo2017-09-271-0/+5
|
* Prepare for the next minor releaseArmin Rigo2017-09-211-0/+6
|
* md5/sha and link fix(?)Armin Rigo2017-09-161-4/+4
|
* TypoArmin Rigo2017-09-161-1/+1
|
* Update the doc, as suggested on python-cffiArmin Rigo2017-09-151-2/+29
|
* Add note here about __restrict__Armin Rigo2017-09-011-0/+4
|
* Write down an explicit example of what not to doArmin Rigo2017-08-311-0/+3
|
* Expand the docs about wchar_t/char16_t/char32_tArmin Rigo2017-08-312-14/+68
|
* Another note about performance, this time in whatsnew.rstArmin Rigo2017-08-121-0/+4
|
* Another note about performanceArmin Rigo2017-08-121-1/+3
|
* Mention that ffi.dlopen(None) does not work on Python 3 on Windows.Armin Rigo2017-08-121-0/+4
|
* Document ffi.gc(..., size)Armin Rigo2017-08-022-12/+41
|
* Mention the embedding problem on Debian that was discussed in issue #264.Armin Rigo2017-07-211-0/+9
|
* Issue #300Armin Rigo2017-07-211-0/+3
| | | | | Hopefully fix the remaining cases where a _Bool return value was not correctly converted to a Python bool, but still gave a Python int.
* Apply the patch of issue 321 if __NetBSD__ is defined.Armin Rigo2017-07-082-6/+6
|
* Document NetBSDArmin Rigo2017-07-011-0/+11
|
* Expand this paragraphArmin Rigo2017-06-231-10/+20
|
* Some test fixes for Python 3 on WindowsArmin Rigo2017-06-191-1/+4
|
* Issue #316Armin Rigo2017-06-161-0/+12
| | | | Call MessageBox() more generally on most stderr outputs from cffi
* Document issue #319Armin Rigo2017-06-161-0/+6
|
* Didn't figure out how to cleanly define charN_t inside _cffi_include.h.Armin Rigo2017-06-042-5/+17
| | | | So for now, don't.
* Mention that 0.10.1 is only inside PyPy 5.8.0Armin Rigo2017-06-021-0/+2
|
* Document the signedness of charN_tArmin Rigo2017-06-021-2/+9
|
* Document char16_t and char32_tArmin Rigo2017-06-024-16/+33
|
* Update the version to 1.11Armin Rigo2017-05-312-6/+6
|
* WhatsnewArmin Rigo2017-05-311-0/+9
|
* DocumentationArmin Rigo2017-05-302-23/+34
|
* tweaksArmin Rigo2017-05-291-2/+2
|
* Try to systematically include the line numberArmin Rigo2017-05-092-1/+10
|
* Issue 314Armin Rigo2017-05-091-0/+10
| | | | | Fix the line numbers by discovering that ``# NUMBER "LINE"`` is supported by pycparser and using it.
* md5/sharelease-1.10Armin Rigo2017-03-211-3/+3
|
* update the whatsnewArmin Rigo2017-03-211-10/+13
|
* tweaksArmin Rigo2017-03-111-1/+2
|
* move the 'use cases' before the 'how-to' sectionArmin Rigo2017-03-111-15/+15
|
* mention static linking of the produced C fileArmin Rigo2017-03-111-11/+32
|
* Write a paragraph about __pypy__.add_memory_pressure()Armin Rigo2017-03-101-0/+53
|
* Document the missing add_memory_pressure in PyPy <= 5.6Armin Rigo2017-03-102-17/+29
|
* typoArmin Rigo2017-03-071-1/+1
|
* Document more explicitly the difference between CompiledFFI and FFI.Armin Rigo2017-02-281-0/+8
|
* issue #255: comparing primitive cdatasArmin Rigo2017-02-192-7/+14
|