- 09 May, 2016 1 commit
-
-
Erik M. Bray authored
-
- 06 May, 2016 8 commits
-
-
Erik M. Bray authored
This test is broken on Windows due to the issue discussed in https://github.com/cython/cython/pull/360
-
Erik M. Bray authored
c++ on Cygwin is missing the 'const char *' redefinition of strchr, and complains angrily that this test does not get the signature right, so tell it to be more permissive.
-
Erik M. Bray authored
These test fails with C++ on Cygwin due to lack of long double functions. This was not a problem in plain C, but the C++ compiler is stricter about undeclared functions. Better to skip them anyways.
-
Erik M. Bray authored
os.rename() could fail sometimes with a permission error; using shutil.move() instead seems to be more robust against that.
-
Erik M. Bray authored
-
Erik M. Bray authored
see https://mail.python.org/pipermail/cython-devel/2016-April/004776.html Also note better support for gcc variants that are not named 'gcc' exactly.
-
Erik M. Bray authored
Right now this is the only such test. There are other tests that generate code that uses long double math functions, but not in a way that appears to break the test.
-
Erik M. Bray authored
This issue is particular to Cygwin since on Cygwin distutils.spawn uses os.fork(). Deleting DLLs can lead to Cygwin's fork() breaking, due to trying to load a DLL that no longer exists. This means that the test run will use a little more disk space on Cygwin, but still allows full (or partial) cleanup at the end.
-
- 26 Apr, 2016 2 commits
-
-
-
Erik M. Bray authored
Fix declarations and callingconvention tests to not incorrectly use DL_IMPORT when building the module See https://github.com/cython/cython/pull/360#issuecomment-214420624
-
- 05 Apr, 2016 4 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 01 Apr, 2016 9 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 30 Mar, 2016 1 commit
-
-
Robert Bradshaw authored
-
- 29 Mar, 2016 2 commits
-
-
Stefan Behnel authored
-
scoder authored
Python3
-
- 28 Mar, 2016 13 commits
-
-
Phil Austin authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-