summaryrefslogtreecommitdiff
path: root/c/cffi1_module.c
Commit message (Expand)AuthorAgeFilesLines
* update the code to use 'extern "Python"'Armin Rigo2015-11-181-1/+1
* in-progressArmin Rigo2015-11-131-2/+6
* Issue #228: "bool" not working in out-of-line FFI objects. Same problemArmin Rigo2015-11-021-0/+1
* More attempts at fixes for multiple interpretersArmin Rigo2015-09-301-1/+1
* Maybe a fix for multiple interpretersArmin Rigo2015-09-301-19/+24
* Found a simpler and more efficient way to implement any ffi.gc().Armin Rigo2015-07-061-1/+0
* Allow "from _cffimodule.lib import a, b, c". (thanks DanielHolth on irc)Armin Rigo2015-06-151-2/+14
* Forgot about the version checking and specifying in the ABI-mode modulesArmin Rigo2015-05-181-3/+3
* Add RTLD_xxx flags to the CompiledFFI typeArmin Rigo2015-05-161-0/+10
* Bump the internal version numberArmin Rigo2015-05-161-2/+2
* Various tweaks until we get some more-or-less complete dlopen() supportArmin Rigo2015-05-161-1/+1
* the big Moving Files Around stepArmin Rigo2015-05-121-0/+183