summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Fix the documentation: the module file names are no longer basedArmin Rigo2012-08-121-3/+4
* Finally found out the "right" way to implement ffi.gc(), in just aArmin Rigo2012-08-091-0/+8
* Add an example of using a WeakKeyDictionary to keep aliveArmin Rigo2012-08-081-1/+14
* Workaround: allow out-of-bound array indexes if the array is 'type[0]'.Armin Rigo2012-08-051-0/+5
* Unimplemented featuresArmin Rigo2012-08-051-0/+18
* Side-effect: the ctypes backend now supports verify().Armin Rigo2012-08-041-2/+1
* ffi.string() is "New in version 0.3."Armin Rigo2012-08-041-1/+3
* detailArmin Rigo2012-08-031-1/+1
* update docArmin Rigo2012-08-031-1/+1
* ReST fixArmin Rigo2012-08-031-7/+7
* Update documentation for ffi.string().Armin Rigo2012-08-031-26/+40
* Documentation.Armin Rigo2012-08-021-1/+2
* More doc for 'long double'.Armin Rigo2012-08-011-2/+3
* PrecisionArmin Rigo2012-08-011-1/+2
* Implement and document "long double".Armin Rigo2012-08-011-1/+13
* typo (thanks Alex Gaynor)Armin Rigo2012-08-011-1/+1
* Document the GIL release.Armin Rigo2012-07-311-1/+4
* More explanationArmin Rigo2012-07-301-4/+5
* Add a (*) in the base pointer case too.Armin Rigo2012-07-301-1/+1
* Blank lines kill us.Armin Rigo2012-07-301-3/+1
* Document with a versionchanged the changes.Armin Rigo2012-07-301-7/+16
* Found out how to properly generalize the "pass a Python string asArmin Rigo2012-07-301-20/+45
* Bump the version number to 0.3Armin Rigo2012-07-302-5/+5
* Mention py.test in the 'requirements' section.Armin Rigo2012-07-271-0/+4
* Write the MD5/SHA sumsArmin Rigo2012-07-271-1/+2
* Update the documentation.Armin Rigo2012-07-271-0/+9
* Bump the version number to 0.2.1Armin Rigo2012-07-271-2/+2
* Update docsArmin Rigo2012-07-271-1/+11
* TypoArmin Rigo2012-07-261-1/+1
* Documentation tweakArmin Rigo2012-07-251-2/+5
* TweaksArmin Rigo2012-07-231-8/+12
* add an exampleMaciej Fijalkowski2012-07-221-1/+38
* Mention pkg-config.Armin Rigo2012-07-221-2/+2
* Mostly backs out cf812c61a579: "un-implement" the support forArmin Rigo2012-07-181-8/+3
* detailArmin Rigo2012-07-181-1/+1
* TypoArmin Rigo2012-07-181-1/+1
* Delete all the mess about _need_size. Instead, document the "proper"Armin Rigo2012-07-171-1/+5
* Partly untested: support for callbacks with different callingArmin Rigo2012-07-161-4/+11
* Change ffi.new() to take a pointer-to-X instead of directly X,Armin Rigo2012-07-161-21/+32
* Add and document some control over the temporary directory.Armin Rigo2012-07-161-1/+28
* Get rid of the versionadded and most versionchanged tags, whichArmin Rigo2012-07-151-22/+15
* Document cffi.verifier.Verifier.Armin Rigo2012-07-151-1/+46
* Promote this subsection to a major section.Armin Rigo2012-07-151-1/+3
* Basic documentation about how to write setup.py.Armin Rigo2012-07-151-5/+30
* Mention ``[]``.Armin Rigo2012-07-141-15/+18
* Document the conversions.Armin Rigo2012-07-131-0/+83
* Add a reminder.Armin Rigo2012-07-131-1/+3
* typoArmin Rigo2012-07-101-1/+1
* Document wchar_t.Armin Rigo2012-07-091-1/+23
* remove the commentMaciej Fijalkowski2012-06-301-3/+1