summaryrefslogtreecommitdiff
path: root/doc/source
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Change the hack: instead of passing None for NULL pointers, we pass 0.Armin Rigo2013-02-281-6/+9
| | | | | This is more compatible with C. Also accept 0 at other places that expect a pointer.
* updateArmin Rigo2013-02-231-1/+1
|
* typoArmin Rigo2013-02-231-1/+1
|
* (lazka, arigo) Change dlopen() to accept either a full path or a libraryArmin Rigo2013-02-221-3/+3
| | | | name.
* Small documentation fixes.Armin Rigo2013-02-201-5/+12
|
* Moving the determination of the base integer type of an enumArmin Rigo2013-02-161-1/+4
| | | | | | out of C code, into the 'cffi' package. This is work in progress; it should eventually permit the new test to fully pass. For now wrote a warning in the doc.
* Add a warning about "x[:]=string" (thanks David).Armin Rigo2013-02-151-0/+3
|
* hg merge auto-typesArmin Rigo2013-02-121-21/+36
|\
| * hg merge enum-as-intArmin Rigo2013-02-121-6/+15
| |\
| | * DocumentArmin Rigo2013-02-101-6/+15
| | |
| * | More documentationenum-as-intArmin Rigo2013-02-121-3/+4
| | |
| * | DocumentArmin Rigo2013-02-121-5/+6
| | |
| * | DocumentArmin Rigo2013-02-101-10/+14
| |/
* | DocumentArmin Rigo2013-02-101-7/+21
|/
* Passing None as an ``item *`` argument to a function.Armin Rigo2013-02-081-0/+3
|
* Move the development to 0.6Armin Rigo2013-02-081-2/+2
|
* Update the docs.Armin Rigo2013-02-071-6/+3
|
* Document the changesArmin Rigo2013-01-101-0/+6
|
* Issue #52: Add ffi.verify(..modulename='foo'..) with test and documentation.Armin Rigo2013-01-071-4/+18
|
* Mention uintptr_t tooArmin Rigo2013-01-061-5/+8
|
* Document intptr_tArmin Rigo2013-01-061-0/+6
|
* updateArmin Rigo2012-12-291-2/+3
|
* Document how to indirectly define callbacks using unsupportedArmin Rigo2012-12-141-2/+27
| | | | features
* Bump the version to 0.5.Armin Rigo2012-12-041-2/+2
|
* Mention ffi.buffer() in the ffi.string() doc.Armin Rigo2012-11-301-2/+3
|
* Document bool() on pointers.Armin Rigo2012-11-301-5/+5
|
* emphasisArmin Rigo2012-11-301-2/+2
|