summaryrefslogtreecommitdiff
path: root/tests/build
Commit message (Expand)AuthorAgeFilesLines
* [ENH] Propagate exceptions from `cdef` functions by default (#4670)Ashwin Srinath2022-09-101-1/+1
* Implement the --depfile command-line option for the "cython" tool (GH-4916)Eli Schwartz2022-07-292-2/+66
* Fix typo in unittests (GH-4715)Matus Valo2022-04-061-1/+1
* Try to fix test on Windows.Stefan Behnel2022-02-191-2/+2
* Simplify test command.Stefan Behnel2022-02-191-1/+1
* Merge branch '0.29.x'Stefan Behnel2022-02-171-2/+2
|\
| * Fix test on Windows.Stefan Behnel2022-02-171-2/+2
* | Merge branch '0.29.x'Stefan Behnel2022-02-163-18/+25
|\ \ | |/
| * Fix depfile tests on Windows.Stefan Behnel2022-02-163-19/+25
| * Backport GH-4563 : generate dependency files (GH-4576)Evgeni Burovski2022-01-283-0/+140
| * Adapt to upcoming PyPy3.8/9 releases (GH4517)Matti Picus2021-12-251-1/+2
| * Fix "common_include_dir" test on OS X on Travis (GH-3893)da-woods2020-11-081-1/+6
* | Use context manager when opening files instead of leaving a file dangling ope...Matti Picus2022-02-061-3/+4
* | Allow globally forcing C file regeneration by setting the env var CYTHON_FORC...Stefan Behnel2022-02-021-0/+9
* | Always regenerate .c/cpp output files when changing the Cython version. This ...Stefan Behnel2022-02-021-0/+87
* | Add depfile generation support to cythonize (GH-4563)Evgeni Burovski2022-01-143-0/+141
* | Adapt to upcoming PyPy3.8/9 releases (GH4517)Matti Picus2021-12-251-1/+2
* | Make "new_build_ext" the new "build_ext" (GH-4498)Matus Valo2021-12-203-0/+114
* | Enable initial testing with GraalPython (GH-4328)da-woods2021-12-161-1/+3
* | Switch to github actions (GH-3943)davfsa2021-04-301-5/+4
* | Support namespace packages inside regular packages (GH-3905)Fedor Alekseev2020-11-141-1/+16
* | Fix "common_include_dir" test on OS X on Travis (GH-3893)da-woods2020-11-071-1/+6
* | Fix test in Py2.Stefan Behnel2020-06-041-1/+5
* | Add "show_all_warnings" option to cythonize() to provide a simpler interface ...Stefan Behnel2020-06-041-8/+28
* | Deprecate dotted filenames for package qualified module names.Stefan Behnel2020-02-162-0/+7
* | Fix the handling of --annotate-fullc in cythonize.py (GH-3103)realead2019-09-181-0/+36
* | Support showing the complete C code in the annotated html-file (GH-2858)realead2019-05-302-0/+72
* | Test PEP420 namespace support.Dr Alex Meakins2019-05-041-0/+44
* | Fix syntax in test code.Stefan Behnel2019-01-121-1/+1
|/
* fail early if module is called cython (and not submodule)Egor Dranischnikow2018-07-151-17/+25
* 1) unifies handling of "cython cython.pyx" and "cythonize cython.pyx" - both ...Egor Dranischnikow2018-06-291-0/+50
* Add an integration test for the setuptools based build from #2104.Stefan Behnel2018-02-231-0/+23
* Allow overriding the extension module name in cythonize() by setting an expli...Stefan Behnel2017-12-151-0/+38
* Fix module.__file__ checks to work on pypyRonan Lamy2017-09-133-6/+6
* fix module_api testStefan Behnel2017-07-231-0/+12
* Fix some tests.Robert Bradshaw2016-09-081-2/+2
* Deprecate language as a special cythonize argument.Robert Bradshaw2016-04-211-1/+3
* Additional build_dir test with all sources in src/Jeroen Demeyer2016-02-091-0/+90
* avoid multiprocessing test usage in pypyStefan Behnel2015-04-111-6/+9
* add cythonize([Extension]) build test with additional source filesStefan Behnel2014-11-071-0/+38
* implement'language='c++' option for cythonize()Stefan Behnel2014-10-031-3/+1
* undo last commitStefan Behnel2014-10-031-1/+3
* fix a reference leak for non-simple conditions in boolean and/or expressionsStefan Behnel2014-10-031-3/+1
* TST: Fix detection of Windows platformcgohlke2014-01-181-2/+1
* Py3 test fixesStefan Behnel2014-01-141-3/+3
* Avoid use of grep, ls on WindowsRobert Bradshaw2014-01-131-4/+26
* Remove use of symlink on Windows.Robert Bradshaw2014-01-131-2/+13
* add test for cythonize excludesStefan Behnel2013-09-291-0/+49
* make test terminate in Py2.6 by disabling parallel compilationStefan Behnel2013-08-111-1/+1
* extract normal cythonize script test from package compilation test as the lat...Stefan Behnel2013-08-112-8/+45