summaryrefslogtreecommitdiff
path: root/cffi/parse_c_type.h
Commit message (Expand)AuthorAgeFilesLines
* in-progressArmin Rigo2017-05-311-1/+3
* initial support for 'float _Complex' and 'double _Complex'Tom Krauss2017-01-151-1/+3
* hg merge defaultArmin Rigo2015-11-301-1/+2
|\
| * Update this doc, which ends up (also) in C sources produced byArmin Rigo2015-11-231-1/+2
* | update the code to use 'extern "Python"'Armin Rigo2015-11-181-2/+2
* | ffi.call_python()Armin Rigo2015-11-131-2/+1
* | in-progressArmin Rigo2015-11-131-2/+2
* | tweak tweak tweak until we can at least read the function pointer out ofArmin Rigo2015-11-131-6/+3
* | fixArmin Rigo2015-11-131-1/+1
* | Finally found a way to arrange the generated codeArmin Rigo2015-11-131-0/+11
|/
* Issue #228: do the same for "FILE". Only remaining case now is theArmin Rigo2015-11-031-0/+2
* fix on 32-bit for test_some_float_invalid_2Armin Rigo2015-10-061-1/+1
* Test the various cases, fix issues with rounding, etc.Armin Rigo2015-08-281-1/+3
* Refactor the way global variables are accessed. Now, every access toArmin Rigo2015-07-031-0/+1
* Tweaks and minor fixesArmin Rigo2015-05-301-0/+1
* Better compatibility: detect if we have an old cffi running a new ABIArmin Rigo2015-05-281-0/+1
* ffi.addressof(lib, "function") now returns a regular cdata function pointerArmin Rigo2015-05-261-1/+2
* Fix commentsArmin Rigo2015-05-221-1/+1
* ffi.dlclose(). Global variables.Armin Rigo2015-05-161-1/+1
* the big Moving Files Around stepArmin Rigo2015-05-121-0/+161