summaryrefslogtreecommitdiff
path: root/Cython/Build/BuildExecutable.py
Commit message (Expand)AuthorAgeFilesLines
* Split the interface of "cythonrun" and "BuildExecutable" so that the latter n...Stefan Behnel2021-06-091-21/+40
* Fix many indentation and whitespace issues throughout the code base (GH-3673)scoder2020-06-101-8/+4
* Delete trailing spacesmathbunnyru2017-01-121-1/+1
* use explicit relative imports everywhere and enable absolute imports by defaultStefan Behnel2014-06-171-1/+4
* Fix executable bits.Robert Bradshaw2013-11-011-0/+0
* work around for broken PyPy distutils buildStefan Behnel2012-05-151-4/+4
* cythonrun: fix rerunning with existing exe fileStefan Behnel2011-11-111-2/+2
* cythonrun: refuse to overwrite input file with output file if both have the s...Stefan Behnel2011-11-111-0/+2
* cythonrun: do not regenerate executable if it is already up-to-dateStefan Behnel2011-11-111-1/+6
* BuildExecutable: use correct executable extension, build dynamically instead ...Stefan Behnel2011-04-231-5/+14
* link statically against libpython in BuildExecutable (hack to make it work if...Stefan Behnel2011-04-221-3/+2
* config cleanup in BuildExecutable.py, make it executableStefan Behnel2011-04-221-11/+19
* Py2.3 fixStefan Behnel2011-04-161-2/+7
* moved cythonrun implementation into Cython/Build/BuildExecutable.py to make i...Stefan Behnel2011-04-151-0/+111