summaryrefslogtreecommitdiff
path: root/demo
Commit message (Expand)AuthorAgeFilesLines
...
* Move the demos from _cffi1/ back in the demo/ directory. Add theArmin Rigo2015-04-265-252/+1409
* Quick and dirty hack to get startedArmin Rigo2015-04-082-19/+27
* Document a more "real" implementation :-)Armin Rigo2013-05-051-0/+6
* Fix a warning.Armin Rigo2013-03-291-1/+1
* Implement enough extra bits to make pypy REPL and Twisted trial happy.less-partial-curses-demoJeremy Thurgood2012-10-081-1/+42
* Trying out a "fast csv" module that compiles specialized versionsArmin Rigo2012-09-221-0/+266
* Split (roughly) the code and the test. Use the 'p' prefix forArmin Rigo2012-08-311-89/+93
* Complete the example.Armin Rigo2012-08-311-6/+62
* Ask for the length of the list from C code, too.Armin Rigo2012-08-311-3/+9
* Two demos of how CFFI can be used to write your own C functionsArmin Rigo2012-08-312-0/+120
* Name this demo module.Armin Rigo2012-08-131-1/+2
* Python 3 syntax in this one demo.Armin Rigo2012-08-121-7/+7
* Fix demosArmin Rigo2012-08-036-7/+7
* Remove debugging printArmin Rigo2012-07-301-1/+0
* A ctypes version of readdir.py.Armin Rigo2012-07-301-0/+70
* Turn off a warning: on my machine at least, keyname() is documentedArmin Rigo2012-07-281-1/+1
* Bah. Fix the demos for the updated way of 'ffi.new()'.Armin Rigo2012-07-286-10/+10
* Update with a link to the more complete Cocoa library that this demo became.Armin Rigo2012-07-261-1/+2
* A demo of GMP.Armin Rigo2012-07-171-0/+30
* Add the Cocoa demo by Juraj Sukop.Armin Rigo2012-07-161-0/+101
* Yay, it works: a minimal example of setup.py to install a Python moduleArmin Rigo2012-07-151-0/+11
* This 256 is better found out automatically.Armin Rigo2012-07-131-1/+1
* Makes no sense to declare fields that we are not using.Armin Rigo2012-07-131-6/+2
* Fix for the verifier test. It lets us define as "typedef ... xyz" some typeArmin Rigo2012-07-131-1/+1
* Skip on non-Linux.Armin Rigo2012-06-272-0/+8
* fix another None -> ffi.NULLRonny Pfannschmidt2012-06-271-1/+1
* Fix.Armin Rigo2012-06-271-1/+1
* add demo/btrfs-snap.pyRonny Pfannschmidt2012-06-261-0/+52
* Fix the demos (None => ffi.NULL)Armin Rigo2012-06-265-6/+6
* Fix :-)Armin Rigo2012-06-221-3/+3
* Fixed version, sorry (from Israel Fruchter).Armin Rigo2012-06-201-21/+29
* Add a Windows clipboard demo from Fruch on the mailing list.Armin Rigo2012-06-181-0/+52
* A clean up, now that the rule has been fixed: NULL pointers should notArmin Rigo2012-06-181-2/+2
* If we know it's a 32-bit integer, use directly 'uint32_t'.Armin Rigo2012-06-181-1/+1
* A partial implementation of '_curses', done in one hour :-)Armin Rigo2012-06-171-0/+224
* Add also this, which uses bsdopendirtype.py to exposeArmin Rigo2012-06-171-0/+31
* Add another example. This one segfaults CPython on a bogusArmin Rigo2012-06-171-0/+62
* Fix the issue. Tests pass but would need some review because it'sArmin Rigo2012-06-171-0/+40
* Add this example from README.md.Armin Rigo2012-06-141-0/+14
* Rename ffi.rawload() to ffi.dlopen().Armin Rigo2012-06-141-1/+1
* Restore the comments copy-pasted from the man page.Armin Rigo2012-06-142-7/+9
* Replace this hard-coded "4" with the #define.Armin Rigo2012-06-141-1/+6
* Add a second demo using verify().Armin Rigo2012-06-142-0/+57
* Rename the package from "ffi" to "cffi".Armin Rigo2012-06-051-1/+1
* Add a demo file.Armin Rigo2012-06-031-0/+53