summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* update whatsnew entryRichard Plangger2017-01-031-0/+2
* kill invalid_input_buffer_type, update docs to state that now only unicode ob...Richard Plangger2017-01-031-3/+2
* add warningArmin Rigo2016-12-091-1/+1
* Document 'FILE *'Armin Rigo2016-12-092-3/+34
* Document issue #295Armin Rigo2016-12-081-0/+13
* Windows fixes in the exampleArmin Rigo2016-12-071-1/+19
* Document should_clear_after_alloc a bit moreArmin Rigo2016-11-281-1/+15
* md5/sharelease-1.9Armin Rigo2016-11-121-3/+3
* update to 1.9.1Armin Rigo2016-11-122-5/+5
* md5/shaArmin Rigo2016-11-121-3/+3
* Update the docs to the style r"""...C source..."""Armin Rigo2016-11-114-15/+19
* Backed out changeset dc390236b9c6Armin Rigo2016-11-071-1/+4
* Reorganize (thanks matti)Armin Rigo2016-11-071-4/+1
* Bump version number to 1.9.0Armin Rigo2016-11-022-3/+3
* Add a noteArmin Rigo2016-10-291-1/+3
* Decided to fix ffi.sizeof() too. Update the documentation.Armin Rigo2016-10-272-3/+32
* Revert b84710ae130a again. Ensure we get a warning for every opaqueArmin Rigo2016-10-201-15/+7
* Of course when I finally turned the warning in an error (18cdf37d6b26) IArmin Rigo2016-10-201-0/+15
* update to 1.8.4 and add whatsnewArmin Rigo2016-09-203-5/+13
* md5/sharelease-1.8Armin Rigo2016-09-171-3/+3
* Docs: remove "char *" from the special casing in the referenceArmin Rigo2016-09-151-3/+3
* Document the new warningArmin Rigo2016-09-151-0/+13
* bump version number to 1.8.3Armin Rigo2016-09-152-5/+5
* md5/shaArmin Rigo2016-09-061-3/+3
* Update and document v1.8.2Armin Rigo2016-09-063-2/+11
* Un-document the removal of the ctypes backendArmin Rigo2016-09-031-4/+0
* Bump version number to 1.8.1Armin Rigo2016-09-032-2/+2
* - add ffi.compile(debug=flag)Armin Rigo2016-09-032-7/+22
* Document 0ff89f851d2cArmin Rigo2016-09-031-1/+3
* Kill the ctypes backend.Armin Rigo2016-09-031-0/+4
* update whatsnewArmin Rigo2016-08-242-3/+8
* Update the docs according to issue #281Armin Rigo2016-08-223-35/+30
* Document some common mistakes of bad lifetime of ffi.new()Armin Rigo2016-08-171-0/+27
* Update docsArmin Rigo2016-08-063-6/+13
* Update the version number to 1.8Armin Rigo2016-08-062-6/+6
* The null_byte_after_str branch of PyPy makes ffi.from_buffer(str)Armin Rigo2016-08-022-1/+11
* Document the fact that the C code contains '#define Py_LIMITED_API'.Armin Rigo2016-07-311-0/+11
* Link to the issue's commentArmin Rigo2016-07-071-1/+4
* md5/sharelease-1.7Armin Rigo2016-06-201-2/+4
* Doc tweaksArmin Rigo2016-06-203-92/+109
* english attemptsArmin Rigo2016-06-061-2/+2
* Rewrite the code more clearly, and fix the wrong commentArmin Rigo2016-06-061-4/+6
* Support dir(p), where p is a struct or pointer-to-struct, to obtainArmin Rigo2016-06-061-1/+2
* Another new itemArmin Rigo2016-06-061-0/+2
* UpdateArmin Rigo2016-06-061-7/+7
* Write down a typical ffi.new_handle() usage exampleArmin Rigo2016-06-061-0/+29
* tweaksArmin Rigo2016-06-051-3/+1
* update version number to 1.7Armin Rigo2016-06-052-5/+5
* Rename 'ffi' to 'ffibuilder' in the docs and in a few demos, whenArmin Rigo2016-06-055-113/+123
* Test and fix: the "bool" type in C++Armin Rigo2016-06-051-0/+4