summaryrefslogtreecommitdiff
path: root/tests/build
Commit message (Expand)AuthorAgeFilesLines
* 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
* minor cleanupStefan Behnel2013-08-111-2/+2
* mergeStefan Behnel2013-08-111-1/+10
|\
| * Fix common_include_dir test for TravisCI.Robert Bradshaw2013-08-101-1/+10
* | move cythonize script to Cython.Build.Cythonize to make it generally availabl...Stefan Behnel2013-08-111-1/+1
|/
* add simple test for cythonize scriptStefan Behnel2013-08-101-0/+25
* extend testStefan Behnel2013-08-101-0/+4
* Tests for common include dir.Robert Bradshaw2013-08-091-0/+49
* always set __path__ for compiled packages and in Py3.3 actually implement fin...Stefan Behnel2013-07-261-0/+51
* add fix for in-tree symlinks, with updated testR. Andrew Ohana2013-05-131-0/+6
* extend build_dir test in a way that I think should work but doesn'tStefan Behnel2013-05-101-8/+51
* Fix build_dir test.Robert Bradshaw2013-05-101-12/+9
* Add build_dir test.Robert Bradshaw2013-05-091-0/+36
* handle 'cpp' tag in end-to-end srctree testsStefan Behnel2012-07-293-0/+6
* allow passing additional sources into cythonize() through the 'distutils: sou...Stefan Behnel2012-06-221-0/+33
* Better tests for ext module C-API headersLisandro Dalcin2012-02-241-0/+26
* Allow conditional compilation environment in distutilsMark Peek2012-01-141-0/+23
* Extended glob that handles ** for arbitrary directory nesting.Robert Bradshaw2011-11-121-0/+38
* Support pxd/public/api import/export for C variablesLisandro Dalcin2011-05-211-0/+121
* Windows: fix testcase to not link libmLisandro Dalcin2011-02-071-1/+6
* Complicated cythonize setup.Robert Bradshaw2010-12-051-0/+29
* C++ cythonize test.Robert Bradshaw2010-12-051-0/+27
* Fix doctests.Robert Bradshaw2010-11-042-2/+2
* Simplify cythonize api.Robert Bradshaw2010-09-132-4/+4
* Aliases for inline dependencies (e.g. numpy_include_dirs).Robert Bradshaw2010-09-131-2/+3
* Parse distutils directives.Robert Bradshaw2010-09-121-0/+33
* Test of new build mechanism.Robert Bradshaw2010-09-121-0/+16
* Most basic distutils test.Robert Bradshaw2010-09-121-0/+16