summaryrefslogtreecommitdiff
path: root/Cython/Distutils
Commit message (Expand)AuthorAgeFilesLines
* Deprecation warning for old build_ext.Robert Bradshaw2016-06-141-0/+5
* Ensure that extension's include_dirs is a listKacper Kowalik2016-02-181-3/+7
* make 'basestring' usages compatible with Py2/Py3Stefan Behnel2015-07-251-0/+5
* make dict iteration compatible with Py2/Py3Stefan Behnel2015-07-251-1/+1
* remove unused importsStefan Behnel2015-03-191-4/+0
* Recompiles source even only .pxd file change (if exist)Martin Quarda2014-02-261-0/+2
* reformat and clean up some old codeStefan Behnel2013-08-091-58/+59
* Py3 fixStefan Behnel2013-08-091-2/+3
* fix docstring reuse from distutils Extension base classStefan Behnel2013-08-091-22/+25
* Runtime pyrex -> cython option renamingRobert Bradshaw2012-01-222-3/+39
* Rename many of the pyrex_ options to cython_ (as several are Cython-specific).Robert Bradshaw2012-01-222-81/+105
* Allow conditional compilation environment in distutilsMark Peek2012-01-142-1/+10
* merge -- working fused types, broken cython testscopeMark Florisson2011-10-021-3/+4
|\
| * Fix a couple of typos in distutils docstringsYury V. Zaytsev2011-09-061-3/+4
* | Fix some code style issuesMark Florisson2011-05-251-6/+2
* | Fix Python 3 compatibilityMark Florisson2011-05-011-1/+3
* | Fix compiler crash with type inferencing and add all() and any() to UtilsMark Florisson2011-04-271-10/+2
|/
* remove outdated commentsLisandro Dalcin2011-04-011-11/+1
* patch for ticket #646 by klepa: provide dedicated switches for 'c_line_in_tra...Stefan Behnel2011-01-172-0/+8
* Fix --pyrex-c-in-temp compiling package1/module.pyx and package2/module.pyxAlexey Borzenkov2010-12-221-0/+2
* Remove trailing whitespace.Robert Bradshaw2010-12-132-17/+17
* Excluded cygdb from python 2.3 and 2.4 installations and made it 2.5 compatibleMark Florisson2010-12-012-13/+23
* disable C/C++ compiler optimization when compiling with the "debug" flagMark Florisson2010-11-081-1/+47
* merge with cython-develMark Florisson2010-11-031-5/+6
|\
| * clean up some importsStefan Behnel2010-10-221-4/+5
| * code cleanupStefan Behnel2010-10-221-1/+1
* | Have cygdb pass gdb command line arguments to gdbMark Florisson2010-09-241-0/+5
* | Preliminary debug support for CythonMark Florisson2010-09-192-3/+12
|/
* safety fixStefan Behnel2010-08-301-1/+1
* Check dependencies defined for the extension to determine if cythonEric Huss2009-06-011-1/+4
* Easy enough to wrap in a hasattr. On my system only py31 complains, but onChuck Blake2010-07-221-1/+2
* Add pyrex_directives dictionary optional attribute of Extension objects toChuck Blake2010-07-222-0/+17
* Add control of --line-directives to Distutils build_extChuck Blake2010-06-102-1/+11
* somewhat ugly hack for Py3.1+ to get Cython modules compiled on installationStefan Behnel2010-02-172-17/+12
* major cleanup to fix Py3 code issues (found by 2to3 and 'python2.6 -3')Stefan Behnel2009-03-132-3/+3
* Remove tabsRobert Bradshaw2009-02-091-15/+15
* give a hint on what went wrong on a failed Cython import from distutilsStefan Behnel2008-12-171-0/+1
* Cleared file executable bit that was set earlier by a mistakeDag Sverre Seljebotn2008-07-293-0/+0
* Buffer type checking cleanup/rewrite (now uses use_utility_code)Dag Sverre Seljebotn2008-07-263-0/+0
* treat .py files in distutils Extension() sources like .pyx filesStefan Behnel2008-04-251-3/+6
* Transformation fixesRobert Bradshaw2008-04-031-0/+79
* support adding pxd/pxi dependencies to Extension sources and force rebuild on...Stefan Behnel2008-03-141-1/+9
* another Distutils fix: keep source directory as target if not requested other...Stefan Behnel2008-01-011-2/+3
* C target directory fix for build_extStefan Behnel2007-12-311-1/+1
* Enable relative cimportsRobert Bradshaw2007-10-241-1/+1
* greg: Add --force support to distutils extensionStefan Behnel2007-10-171-8/+2
* removed debug codeStefan Behnel2007-10-171-1/+0
* preliminary merge of Pyrex 0.9.6.2 -> crashesStefan Behnel2007-10-152-79/+191
* honour Extension.include_dirsStefan Behnel2007-08-061-3/+5
* extract Cython 'cplus' option from Extension 'language' optionStefan Behnel2007-08-061-5/+8