summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* hg merge defaultArmin Rigo2015-11-302-9/+25
|\
| * Mention jamadden's experience on ircArmin Rigo2015-11-241-1/+6
| |
| * improve doc for the fix to ffi.new_handle()Armin Rigo2015-11-232-6/+15
| |
| * ffi.addressof(lib, "name") does not work with ffi.verify()Armin Rigo2015-11-231-2/+3
| |
| * Link to issue 233Armin Rigo2015-11-231-0/+1
| |
* | typoArmin Rigo2015-11-231-1/+1
| |
* | hg merge defaultArmin Rigo2015-11-232-5/+19
|\ \ | |/
| * Add whatsnewArmin Rigo2015-11-231-0/+12
| |
| * Copy the PyPy behavior on CPython too: two calls to new_handle(x),Armin Rigo2015-11-231-5/+7
| | | | | | | | even with the same x, now return cdatas that compare as different.
* | meh, fix demoArmin Rigo2015-11-201-1/+1
| |
* | Change the @ffi.def_extern() decorator to not automatically replace theArmin Rigo2015-11-201-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.
* | flowArmin Rigo2015-11-181-1/+1
| |
* | Change the docs to use extern "Python" as discussed yesterday on ircArmin Rigo2015-11-181-66/+114
| | | | | | | | (thanks antocuni)
* | link to the reason for the callback new-styleArmin Rigo2015-11-171-1/+4
| |
* | Write documentation about ffi.call_python().Armin Rigo2015-11-151-52/+210
|/
* Whatsnew in v1.3.1Armin Rigo2015-11-141-0/+16
|
* update version to 1.3.1Armin Rigo2015-11-142-4/+4
|
* Document the SELinux issue with callbacksArmin Rigo2015-11-141-0/+10
|
* typoArmin Rigo2015-10-241-1/+1
|
* Clarify documentation for ffi.from_buffer(): it also works on read-onlyArmin Rigo2015-10-241-2/+5
| | | | buffer objects
* typoArmin Rigo2015-10-211-1/+1
|
* md5/sha1Armin Rigo2015-10-211-2/+2
|
* Document the trick of re.sub() to remove SAL annotations on WindowsArmin Rigo2015-10-211-9/+25
|
* Backed out changeset fbe55ed7e5e2Armin Rigo2015-10-211-6/+0
| | | | It's probably better written in the docs instead.
* Issue #225: Ignore basic SAL annotations on Windows.Armin Rigo2015-10-201-0/+6
|
* Document ffi.memmove()Armin Rigo2015-10-162-11/+36
|
* document this windows changeArmin Rigo2015-10-141-1/+8
|
* try to be more accuratemattip2015-10-141-2/+3
|
* document hack removal, leave hack in place for backward compatability with ↵mattip2015-10-131-1/+6
| | | | verify()
* write a "document me"Armin Rigo2015-10-081-0/+2
|
* Clarify some detailsArmin Rigo2015-10-071-15/+22
|
* Document __stdcall.Armin Rigo2015-10-072-6/+47
|
* reminder to documentArmin Rigo2015-10-061-0/+2
|
* DocumentationArmin Rigo2015-09-302-0/+15
|
* document usefulness of ffi.buffer() for reading a struct from a socketmattip2015-09-291-5/+12
|
* Try to be even clearer about when a C compiler is required and whenArmin Rigo2015-09-151-0/+14
| | | | it is not.
* fix textual referenceArmin Rigo2015-09-041-2/+2
|
* unbalanced parensArmin Rigo2015-09-041-1/+1
|
* Prepare release 1.3.0Armin Rigo2015-08-283-7/+7
|
* DocumentArmin Rigo2015-08-282-2/+16
|
* Document issue #217Armin Rigo2015-08-261-0/+7
|
* Be more explicitArmin Rigo2015-08-221-0/+6
|
* hg merge release-1.2Armin Rigo2015-08-221-1/+1
|\
* | md5/sha1release-1.2Armin Rigo2015-08-201-2/+2
|/
* Release 1.2.1Armin Rigo2015-08-202-4/+4
|
* Add md5/sha1Armin Rigo2015-08-191-2/+2
|
* Modify the filenameArmin Rigo2015-08-191-1/+1
|
* Use section titles that start with a letter: docutils used to turn linksArmin Rigo2015-07-311-16/+16
| | | | | to them to "id01", "id02", etc., and every new version, these would shift, giving the wrong "already-visited" colouring in web browsers
* Add "content" directives to the main pagesArmin Rigo2015-07-093-0/+6
|
* TweaksArmin Rigo2015-07-093-7/+7
|