summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add "content" directives to the main pagesArmin Rigo2015-07-093-0/+6
* TweaksArmin Rigo2015-07-093-7/+7
* Doc fixesArmin Rigo2015-07-092-2/+3
* Drop the ".. versionchanged" and ".. versionadded", which was not veryArmin Rigo2015-07-092-70/+56
* Document ffi.new_allocator()Armin Rigo2015-07-062-1/+29
* Expand the explanation of the hackArmin Rigo2015-07-051-3/+8
* Document 'onerror'.Armin Rigo2015-07-052-1/+33
* Issue #115: document the assignments where we store a list or a dict.Armin Rigo2015-07-041-2/+27
* Bump the version number to 1.2.0Armin Rigo2015-07-032-5/+5
* Refactor the way global variables are accessed. Now, every access toArmin Rigo2015-07-032-2/+11
* Mention there are more argsArmin Rigo2015-07-021-0/+2
* Issue #209: check for dereferencing NULL pointersArmin Rigo2015-06-301-0/+5
* Clarify the weakdict exampleArmin Rigo2015-06-241-10/+12
* Redo lib.__dict__, like in the in-line mode. Figured out that it's likeArmin Rigo2015-06-192-3/+7
* Add a whatsnewArmin Rigo2015-06-151-0/+8
* WhatsnewArmin Rigo2015-06-091-0/+4
* hg merge release-1.1Armin Rigo2015-06-093-4/+11
|\
| * md5/sha1release-1.1Armin Rigo2015-06-091-2/+2
| * Bump version to 1.1.2Armin Rigo2015-06-092-4/+4
| * WhatsnewArmin Rigo2015-06-091-0/+7
* | Comment out that line from conf.py. It gives a warning with the newerArmin Rigo2015-06-071-1/+1
* | Move this to the future cffi 1.2, and explain it more in cdef.rst.Armin Rigo2015-06-072-1/+10
* | RephraseArmin Rigo2015-06-071-7/+6
* | Support "[][...]", "[5][...]", etc.Armin Rigo2015-06-071-0/+13
|/
* md5/sha1Armin Rigo2015-06-071-2/+2
* Bump version number to 1.1.1Armin Rigo2015-06-072-4/+4
* whatsnew: ffi.gc fixArmin Rigo2015-06-061-0/+5
* RewordsArmin Rigo2015-06-031-4/+6
* ffi.dlopen(None) does not work on Windows, and ffi.dlopen("foo") noArmin Rigo2015-06-031-1/+11
* Document that this example is also possible in the out-of-line modeArmin Rigo2015-06-021-0/+7
* Update whatsnewArmin Rigo2015-06-012-0/+15
* Windows test fix, and documentation about ffi.dlopen()'s restrictionArmin Rigo2015-06-011-0/+10
* englishArmin Rigo2015-05-312-2/+2
* md5/sha of cffi-1.1.0.tar.gzArmin Rigo2015-05-301-2/+2
* The next release will be 1.1.0.Armin Rigo2015-05-305-17/+17
* PrecisionArmin Rigo2015-05-301-1/+2
* Issues 69, 73: add the syntax "typedef int... foo_t;".Armin Rigo2015-05-302-1/+16
* Issue 75: implement multidimensional use of '[...]'.Armin Rigo2015-05-302-3/+7
* ABI mode: allow constants of any type, which are looked up from the libArmin Rigo2015-05-281-0/+7
* Mention issue #198Armin Rigo2015-05-281-0/+3
* Mention this tooArmin Rigo2015-05-271-2/+3