summaryrefslogtreecommitdiff
path: root/Cython/Build/BuildExecutable.py
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Stefan Behnel2011-11-111-0/+2
| | | | same name
* 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
| | | | of statically when possible
* link statically against libpython in BuildExecutable (hack to make it work ↵Stefan Behnel2011-04-221-3/+2
| | | | if libpython is in a non-standard directory)
* 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 ↵Stefan Behnel2011-04-151-0/+111
it generally available --HG-- rename : bin/cythonrun => Cython/Build/BuildExecutable.py