summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Transplant 08a4b8145f90Armin Rigo2014-06-241-1/+1
|
* Rephrase again a paragraphArmin Rigo2014-06-211-7/+9
|
* index.rst: typo, edited online with Bitbucketanatoly techtonik2014-06-161-1/+1
|
* docs: English improvement, thank to Daniel Holthanatoly techtonik2014-05-301-1/+1
|
* Attempt to improve intro text for people not familiar with problemanatoly techtonik2014-05-301-15/+16
|
* hg merge release-0.8Armin Rigo2014-05-061-3/+3
|\
| * clarify that cffi is distributed with pypyMatti Picus2014-04-281-3/+3
| |
| * Update MD5/SHAArmin Rigo2014-03-071-2/+2
| |
* | PrecisionArmin Rigo2014-05-061-1/+2
| |
* | Fix broken link to Weavejasonandersonmyers/fix-broken-link-to-weave-1397835057617Jason Myers2014-04-181-1/+1
| |
* | We're not at 0.9 yet :-) Only 0.8.2.Armin Rigo2014-03-071-3/+3
|/
* Update to 0.8.2 more officiallyArmin Rigo2014-03-071-1/+1
|
* Upgrade the version number. (One test in test_version is known to fail)Armin Rigo2014-02-281-1/+1
|
* Issue 131: support ffi.cdef("...", packed=True)Armin Rigo2014-01-141-0/+8
|
* Put back the big warning in italic.Armin Rigo2013-12-081-0/+2
|
* Simplify a bit this paragraph.Armin Rigo2013-12-081-7/+4
|
* In-progressArmin Rigo2013-12-081-5/+5
|
* Reword this paragraphArmin Rigo2013-12-081-9/+14
|
* An extra pair of lines in the documentationArmin Rigo2013-12-081-0/+2
|
* Document more this changeArmin Rigo2013-12-061-2/+6
|
* Fix for issue #129: 'bytes(buffer)' needs to work on Python 2,Armin Rigo2013-12-061-1/+5
| | | | because it works on Python 3 and cannot be prevented to.
* Document some limitations of ffi.gc(), particularly on PyPy.Armin Rigo2013-11-291-0/+11
|
* Fix link to pycparser pointing to its new homeEli Bendersky2013-11-261-1/+1
|
* No real clue, trying to improve the display on readthedocs.orgArmin Rigo2013-11-241-3/+0
|
* Update to version 0.8.1Armin Rigo2013-11-242-2/+2
|
* Add ffi.getwinerror().Armin Rigo2013-11-121-3/+12
|
* Update the version numberArmin Rigo2013-11-092-3/+3
|
* Document the changes with C99-style arrays.c99-arrayArmin Rigo2013-11-081-8/+26
|
* Document the workaround for taking pointers to functions.Armin Rigo2013-10-211-0/+11
|
* Added Homebrew instructionsArmin Rigo2013-10-211-4/+17
|
* Update the version number to 0.7.2Armin Rigo2013-08-022-2/+2
|
* Remove this temporary warningArmin Rigo2013-08-011-2/+0
|
* Update the versionArmin Rigo2013-08-012-2/+2
|
* Fix the docArmin Rigo2013-08-011-1/+2
|
* Add a warningArmin Rigo2013-08-011-1/+3
|
* The Win64 problem with the .asm was fixed by checking in the .obj file.Armin Rigo2013-08-011-5/+6
|
* Write "status of Win64".Armin Rigo2013-08-011-0/+3
|
* issue #94: DocumentArmin Rigo2013-07-291-1/+4
|
* Document thisArmin Rigo2013-07-281-2/+3
|
* Mention Win64.Armin Rigo2013-07-161-1/+15
|
* Document ffi.new_handle().Armin Rigo2013-06-191-0/+12
|
* Bump the version number of 0.7.Armin Rigo2013-05-222-3/+3
|
* Update the version of PyPy requiredArmin Rigo2013-04-051-2/+2
|
* Add a comment.Armin Rigo2013-04-041-1/+2
|
* Merge d0f6755466f7 into default:Armin Rigo2013-03-311-19/+24
|\ | | | | | | | | | | | | | | | | Cancel again these changes: we can't pass 0 or None to mean NULL. Just use NULL explicitly. (After discussion on IRC, notably with Amaury -- thanks) Removed some unrelated doc changes that describe something that was planned but never implemented.
| * Always test the mention of cffi-$VERSION.tar.gz in the docs,Armin Rigo2013-03-301-3/+3
| | | | | | | | | | even if it does not exist so far, because readthedocs displays the doc of the latest release now by default.
| * Add warnings about keeping alive the library object.Armin Rigo2013-03-071-0/+8
| | | | | | | | (transplanted from c28026358db53c84e3adc56029f69db0d7f0c58b)
| * A dummy checkin to make this the current 'default'.Armin Rigo2013-03-081-1/+0
| |
* | Cancel again these changes: we can't pass 0 or None to mean NULL. JustArmin Rigo2013-03-071-23/+20
|/ | | | | use NULL explicitly. (After discussion on IRC, notably with Amaury -- thanks)
* Document how to work around these limitations.Armin Rigo2013-03-041-1/+3
|