summaryrefslogtreecommitdiff
path: root/c/cffi1_module.c
Commit message (Expand)AuthorAgeFilesLines
* Systematically expose all types on the _cffi_backend moduleArmin Rigo2020-05-281-15/+0
* Issue #437Armin Rigo2020-01-051-1/+1
* in-progressArmin Rigo2017-05-311-2/+5
* Make 'ffi.buffer' be the type of minibuffers returned by cffi, andArmin Rigo2017-02-041-0/+3
* hg merge static-callback-embeddingArmin Rigo2016-01-151-1/+8
|\
| * in-progress: work work work to port this to Python 3Armin Rigo2016-01-081-0/+7
| * Update the version numbers and make sure the _cffi_backend module isArmin Rigo2016-01-011-1/+1
* | Expand the error messageArmin Rigo2016-01-141-2/+4
|/
* hg merge static-callbackArmin Rigo2015-12-071-2/+6
|\
| * update the code to use 'extern "Python"'Armin Rigo2015-11-181-1/+1
| * in-progressArmin Rigo2015-11-131-2/+6
* | fix for a case that never occursArmin Rigo2015-12-061-4/+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