summaryrefslogtreecommitdiff
path: root/c/lib_obj.c
Commit message (Expand)AuthorAgeFilesLines
* update the code to use 'extern "Python"'Armin Rigo2015-11-181-2/+2
* in-progressArmin Rigo2015-11-131-1/+1
* tweak tweak tweak until we can at least read the function pointer out ofArmin Rigo2015-11-131-0/+10
* Explicitly protect against variables that end up resolving at address NULL,Armin Rigo2015-07-061-2/+2
* Refactor the way global variables are accessed. Now, every access toArmin Rigo2015-07-031-13/+29
* Test and fix: Python 3.5 (at least the current beta) is unhappyArmin Rigo2015-06-261-0/+5
* Redo lib.__dict__, like in the in-line mode. Figured out that it's likeArmin Rigo2015-06-191-0/+31
* "from foo.lib import *"Armin Rigo2015-06-151-18/+37
* Some detailsArmin Rigo2015-06-071-1/+1
* Issue 200: bad interaction between "ffi.typeof(function_t)" andArmin Rigo2015-05-301-12/+19
* Better compatibility: detect if we have an old cffi running a new ABIArmin Rigo2015-05-281-0/+3
* ABI mode: allow constants of any type, which are looked up from the libArmin Rigo2015-05-281-12/+19
* Issue #198 bis: fix for constants of unknown sizeArmin Rigo2015-05-281-1/+4
* Issue 198: corrupted constant of type 'struct'Armin Rigo2015-05-281-1/+11
* ffi.addressof(lib, "function") now returns a regular cdata function pointerArmin Rigo2015-05-261-22/+39
* CommentArmin Rigo2015-05-261-0/+5
* test and fixArmin Rigo2015-05-171-0/+2
* ffi.dlclose(). Global variables.Armin Rigo2015-05-161-13/+15
* Various tweaks until we get some more-or-less complete dlopen() supportArmin Rigo2015-05-161-24/+34
* Python 3 compatArmin Rigo2015-05-121-2/+2
* the big Moving Files Around stepArmin Rigo2015-05-121-0/+495