| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | meh, fix demo | Armin Rigo | 2015-11-20 | 1 | -1/+1 |
| | | |||||
| * | Change the docs to use extern "Python" as discussed yesterday on irc | Armin Rigo | 2015-11-18 | 2 | -29/+26 |
| | | | | | (thanks antocuni) | ||||
| * | Add a minimal demo of CFFI_CALL_PYTHON | Armin Rigo | 2015-11-16 | 1 | -0/+29 |
| | | |||||
| * | Use '...' here | Armin Rigo | 2015-05-30 | 1 | -2/+2 |
| | | |||||
| * | Last TODO item: setuptools on out-of-line ABI-mode modules | Armin Rigo | 2015-05-17 | 1 | -0/+11 |
| | | |||||
| * | Use execfile() to load the build script from setuptools_ext, instead | Armin Rigo | 2015-05-17 | 3 | -5/+3 |
| | | | | | of importing it the usual way. | ||||
| * | Best-effort attempt at supporting C++. There is still one issue shown | Armin Rigo | 2015-05-17 | 1 | -1/+3 |
| | | | | | in test_recompiler if we replace "if 0:" with "if 1:". | ||||
| * | Bump the internal version number | Armin Rigo | 2015-05-16 | 2 | -6/+3 |
| | | |||||
| * | Modernize this dlopen() demo | Armin Rigo | 2015-05-16 | 2 | -30/+39 |
| | | |||||
| * | the big Moving Files Around step | Armin Rigo | 2015-05-12 | 3 | -0/+208 |
| | | |||||
| * | Add ffi.distutils_extension() and adapt a demo to show the | Armin Rigo | 2015-05-02 | 1 | -7/+3 |
| | | | | | non-setuptools way | ||||
| * | tweaks tweaks | Armin Rigo | 2015-04-30 | 3 | -6/+6 |
| | | |||||
| * | Python 3 compatible code in these demos | Armin Rigo | 2015-04-29 | 2 | -12/+12 |
| | | |||||
| * | A demo using ffi.include() --- which doesn't work right now | Armin Rigo | 2015-04-29 | 2 | -0/+69 |
| | | |||||
| * | Change the other two demos to the ffi.set_source() style too | Armin Rigo | 2015-04-29 | 4 | -4/+34 |
| | | |||||
| * | Add the setup.py corresponding to the demo | Armin Rigo | 2015-04-29 | 1 | -21/+12 |
| | | |||||
| * | first attempt at writing setuptools hooks | Armin Rigo | 2015-04-29 | 1 | -2/+4 |
| | | |||||
| * | Move the demos from _cffi1/ back in the demo/ directory. Add the | Armin Rigo | 2015-04-26 | 5 | -252/+1409 |
| | | | | | cffi-1.0 version of the _curses demo too. | ||||
| * | Quick and dirty hack to get started | Armin Rigo | 2015-04-08 | 2 | -19/+27 |
| | | |||||
| * | Document a more "real" implementation :-) | Armin Rigo | 2013-05-05 | 1 | -0/+6 |
| | | |||||
| * | Fix a warning. | Armin Rigo | 2013-03-29 | 1 | -1/+1 |
| | | |||||
| * | Implement enough extra bits to make pypy REPL and Twisted trial happy.less-partial-curses-demo | Jeremy Thurgood | 2012-10-08 | 1 | -1/+42 |
| | | |||||
| * | Trying out a "fast csv" module that compiles specialized versions | Armin Rigo | 2012-09-22 | 1 | -0/+266 |
| | | | | | of the parsing function... | ||||
| * | Split (roughly) the code and the test. Use the 'p' prefix for | Armin Rigo | 2012-08-31 | 1 | -89/+93 |
| | | | | | object descriptors (_P_ython) instead of 'i'. | ||||
| * | Complete the example. | Armin Rigo | 2012-08-31 | 1 | -6/+62 |
| | | |||||
| * | Ask for the length of the list from C code, too. | Armin Rigo | 2012-08-31 | 1 | -3/+9 |
| | | |||||
| * | Two demos of how CFFI can be used to write your own C functions | Armin Rigo | 2012-08-31 | 2 | -0/+120 |
| | | | | | using whatever API is most suitable. | ||||
| * | Name this demo module. | Armin Rigo | 2012-08-13 | 1 | -1/+2 |
| | | |||||
| * | Python 3 syntax in this one demo. | Armin Rigo | 2012-08-12 | 1 | -7/+7 |
| | | |||||
| * | Fix demos | Armin Rigo | 2012-08-03 | 6 | -7/+7 |
| | | |||||
| * | Remove debugging print | Armin Rigo | 2012-07-30 | 1 | -1/+0 |
| | | |||||
| * | A ctypes version of readdir.py. | Armin Rigo | 2012-07-30 | 1 | -0/+70 |
| | | |||||
| * | Turn off a warning: on my machine at least, keyname() is documented | Armin Rigo | 2012-07-28 | 1 | -1/+1 |
| | | | | | as returning a "char *" but really returns a "const char *". | ||||
| * | Bah. Fix the demos for the updated way of 'ffi.new()'. | Armin Rigo | 2012-07-28 | 6 | -10/+10 |
| | | |||||
| * | Update with a link to the more complete Cocoa library that this demo became. | Armin Rigo | 2012-07-26 | 1 | -1/+2 |
| | | |||||
| * | A demo of GMP. | Armin Rigo | 2012-07-17 | 1 | -0/+30 |
| | | |||||
| * | Add the Cocoa demo by Juraj Sukop. | Armin Rigo | 2012-07-16 | 1 | -0/+101 |
| | | |||||
| * | Yay, it works: a minimal example of setup.py to install a Python module | Armin Rigo | 2012-07-15 | 1 | -0/+11 |
| | | | | | together with the custom C extension module generated by CFFI. | ||||
| * | This 256 is better found out automatically. | Armin Rigo | 2012-07-13 | 1 | -1/+1 |
| | | |||||
| * | Makes no sense to declare fields that we are not using. | Armin Rigo | 2012-07-13 | 1 | -6/+2 |
| | | |||||
| * | Fix for the verifier test. It lets us define as "typedef ... xyz" some type | Armin Rigo | 2012-07-13 | 1 | -1/+1 |
| | | | | | | whose value we are never interested in, but who might not be a struct type at all --- but instead e.g. some integer handle. | ||||
| * | Skip on non-Linux. | Armin Rigo | 2012-06-27 | 2 | -0/+8 |
| | | |||||
| * | fix another None -> ffi.NULL | Ronny Pfannschmidt | 2012-06-27 | 1 | -1/+1 |
| | | |||||
| * | Fix. | Armin Rigo | 2012-06-27 | 1 | -1/+1 |
| | | |||||
| * | add demo/btrfs-snap.py | Ronny Pfannschmidt | 2012-06-26 | 1 | -0/+52 |
| | | | | | this is a example for ioctrl structure usage | ||||
| * | Fix the demos (None => ffi.NULL) | Armin Rigo | 2012-06-26 | 5 | -6/+6 |
| | | |||||
| * | Fix :-) | Armin Rigo | 2012-06-22 | 1 | -3/+3 |
| | | |||||
| * | Fixed version, sorry (from Israel Fruchter). | Armin Rigo | 2012-06-20 | 1 | -21/+29 |
| | | |||||
| * | Add a Windows clipboard demo from Fruch on the mailing list. | Armin Rigo | 2012-06-18 | 1 | -0/+52 |
| | | |||||
| * | A clean up, now that the rule has been fixed: NULL pointers should not | Armin Rigo | 2012-06-18 | 1 | -2/+2 |
| | | | | | be inside <cdata> boxes (unless you explicitly force it with ffi.cast()). | ||||
