summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Document NetBSDArmin Rigo2017-07-011-0/+11
* Expand this paragraphArmin Rigo2017-06-231-10/+20
* List _cffi_errors.h here (oops, thanks gabriel-m)Armin Rigo2017-06-201-1/+1
* bah, I won't attempt to find the correct #ifdef magic to use on MSVC in C++ m...Armin Rigo2017-06-191-1/+4
* More test fixes on Windows on Python 3Armin Rigo2017-06-192-1/+2
* Probable improvementArmin Rigo2017-06-191-8/+2
* Write a copy of wchar_helper.h that uses CPython 3.3's newArmin Rigo2017-06-192-1/+160
* Don't use error capture around ffi.gc() finalizer errorsArmin Rigo2017-06-191-3/+6
* Some test fixes for Python 3 on WindowsArmin Rigo2017-06-196-3/+44
* Py3 compatArmin Rigo2017-06-191-0/+4
* Issue #316Armin Rigo2017-06-165-142/+180
* Windows: when a CFFI embedding attempt fails, attempt toArmin Rigo2017-06-162-1/+150
* Basic "does not crash" test for the error logic in _cffi_initialize_pythonArmin Rigo2017-06-162-0/+24
* Document issue #319Armin Rigo2017-06-161-0/+6
* Issue #319Armin Rigo2017-06-152-11/+16
* including <complex.h> fails on some systems with C++Armin Rigo2017-06-041-4/+4
* Didn't figure out how to cleanly define charN_t inside _cffi_include.h.Armin Rigo2017-06-046-16/+34
* Another missing Py_DECREFArmin Rigo2017-06-041-2/+5
* Figured out a memory leak in an error caseArmin Rigo2017-06-041-1/+5
* Detect and complain when trying to convert a char32_t to unicode ifArmin Rigo2017-06-042-12/+16
* extra testArmin Rigo2017-06-041-0/+5
* More tests for char16_t and char32_tArmin Rigo2017-06-021-13/+20
* an extra testArmin Rigo2017-06-021-0/+16
* Mention that 0.10.1 is only inside PyPy 5.8.0Armin Rigo2017-06-021-0/+2
* Document the signedness of charN_tArmin Rigo2017-06-021-2/+9
* An extra test to distinguish wchar_t from char32_t, at least on linuxArmin Rigo2017-06-021-0/+4
* Fix: the type char32_t is defined by the standard as always unsignedArmin Rigo2017-06-024-13/+31
* Don't pass '-Werror' to MSVCArmin Rigo2017-06-021-1/+1
* Document char16_t and char32_tArmin Rigo2017-06-024-16/+33
* hg merge char16_char32_tArmin Rigo2017-06-0217-160/+599
|\
| * ready to mergechar16_char32_tArmin Rigo2017-06-020-0/+0
| * tweaksArmin Rigo2017-05-312-8/+10
| * fixesArmin Rigo2017-05-314-4/+12
| * in-progressArmin Rigo2017-05-317-18/+130
| * more testsArmin Rigo2017-05-314-2/+33
| * Tests and fixesArmin Rigo2017-05-315-18/+69
| * fixesArmin Rigo2017-05-312-26/+47
| * A branch for issue #315Armin Rigo2017-05-312-113/+327
* | updateArmin Rigo2017-05-311-1/+1
* | Update the version to 1.11Armin Rigo2017-05-317-12/+12
* | no-op, but avoids confusion because these two are always listed in theArmin Rigo2017-05-311-1/+1
|/
* WhatsnewArmin Rigo2017-05-311-0/+9
* pypy tweakArmin Rigo2017-05-301-3/+8
* Merge branch sirtom67/float_complex, adding support for complex numbers.Armin Rigo2017-05-3016-106/+428
|\
| * Close branch, ready to mergesirtom67/float_complexArmin Rigo2017-05-300-0/+0
| * DocumentationArmin Rigo2017-05-303-23/+40
| * MSVC fixesArmin Rigo2017-05-291-3/+6
| * fixArmin Rigo2017-05-291-1/+2
| * More tweaks, more tests, try harder to avoid including <complex.h>Armin Rigo2017-05-299-53/+62
| * Support parsing "float _Complex" and "double _Complex" inside parse_c_typeArmin Rigo2017-05-292-0/+21