summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert the changes to vengine_cpy: better to say that theArmin Rigo2017-05-291-24/+0
* commentArmin Rigo2017-05-291-0/+2
* MSVC might not support _Complex (and the include <complex.h>).Armin Rigo2017-05-291-2/+7
* TweaksArmin Rigo2017-05-291-49/+33
* Test explicitly that if we try to call a function in ABI mode with aArmin Rigo2017-05-292-26/+35
* Fix test, fix all abort()Armin Rigo2017-05-292-20/+18
* Minor style clean-ups. Update the test to conform more closely to theArmin Rigo2017-05-292-44/+56
* hg merge defaultArmin Rigo2017-05-2914-35/+320
|\
| * merge in default again. All tests pass in 2.7 on linux.Tom Krauss2017-04-021-6/+1
| |\
| * \ merge default into sirtom67/float_complex.Tom Krauss2017-03-274-15/+19
| |\ \
| * | | tests pass. Had to #include <complex.h> - might want to make that optionalTom Krauss2017-03-278-9/+73
| * | | merge default in again.Tom Krauss2017-03-199-31/+252
| |\ \ \
| | * | | fix test (now apparently cast(p, -1.1j) == cast(p, -1.1j))Tom Krauss2017-03-122-2/+1
| | * | | Merge default in.Tom Krauss2017-03-129-30/+252
| | |\ \ \
| | | * | | Support for "double _Complex". Skip the test_c tests for nowTom Krauss2017-03-124-2/+58
| | | * | | in test_c.py, add a test_call_function24 whichTom Krauss2017-02-262-0/+17
| | | * | | "c" tests pass!Tom Krauss2017-02-192-20/+56
| | | * | | all but two tests in c/test_c.py:test_complex_types() pass.Tom Krauss2017-02-122-3/+6
| | | * | | float complex progress. Added __complex__ method to cdata.Tom Krauss2017-02-053-9/+47
| | | * | | unskip the complex test in c/test_c.py. It still doesn't pass but gets past a...Tom Krauss2017-01-222-3/+55
| | | * | | initial support for 'float _Complex' and 'double _Complex'Tom Krauss2017-01-156-4/+24
* | | | | | tweaksArmin Rigo2017-05-292-3/+3
* | | | | | Py3 compatArmin Rigo2017-05-091-1/+1
* | | | | | Print the current directory (or the value tmpdir if explicit)Armin Rigo2017-05-091-0/+6
* | | | | | Try to systematically include the line numberArmin Rigo2017-05-095-10/+39
* | | | | | Issue 314Armin Rigo2017-05-093-13/+42
* | | | | | hg merge find-vcvarsArmin Rigo2017-04-252-11/+13
|\ \ \ \ \ \
| * | | | | | move _hack_at_distutils from global to per-functionfind-vcvarsMatti Picus2017-04-251-3/+2
| * | | | | | fix for importing setuptools on win32Matti Picus2017-04-202-11/+14
|/ / / / / /
* | | | | | (dstufft) Don't overwrite a user-specified value for Py_LIMITED_API, ifArmin Rigo2017-04-111-1/+1
| |_|_|_|/ |/| | | |
* | | | | Pull request #79 by xwangArmin Rigo2017-03-281-6/+1
| |_|_|/ |/| | |
* | | | hg merge release-1.10Armin Rigo2017-03-212-13/+16
|\ \ \ \
| * | | | md5/sharelease-1.10Armin Rigo2017-03-211-3/+3
| * | | | update the whatsnewArmin Rigo2017-03-211-10/+13
| * | | | hg merge defaultArmin Rigo2017-03-210-0/+0
| |\ \ \ \ |/ / / / /
| * | | | hg merge defaultArmin Rigo2017-03-152-1/+12
| |\ \ \ \ | | |/ / /
| * | | | release branchArmin Rigo2017-03-150-0/+0
* | | | | Add the module name in front of the error for missing def_extern().Armin Rigo2017-03-212-2/+3
| |/ / / |/| | |
* | | | Merged in realitix/cffi/binary_enum (pull request #78)Armin Rigo2017-03-152-1/+12
|\ \ \ \ | |/ / / |/| | |
| * | | Add test for binary operation in enum definitionbinary_enumJean-Sebastien Bevilacqua2017-03-151-1/+2
| * | | Add operation support in enumJean-Sebastien Bevilacqua2017-03-151-0/+10
|/ / /
* | | skip on windowsArmin Rigo2017-03-131-0/+2
* | | python 2.6 compatArmin Rigo2017-03-131-1/+2
* | | silence warningsArmin Rigo2017-03-131-5/+5
|/ /