aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/extension.py
Commit message (Collapse)AuthorAgeFilesLines
* Converted have_pyrex into a functionJason R. Coombs2012-03-101-13/+19
| | | | | | --HG-- branch : distribute extra : rebase_source : b676ea404118a121400f2fd1b67095ab4521b7a0
* Refactored Extension class so that __init__ is always called, but patched ↵Jason R. Coombs2012-03-101-11/+9
| | | | | | | | behavior is still selected by has_pyrex. --HG-- branch : distribute extra : rebase_source : d5670bf4bc6606d828b4ec7be055e26a7d4a9730
* Reorganized importsJason R. Coombs2012-03-101-7/+9
| | | | | | --HG-- branch : distribute extra : rebase_source : 3c54aa84f71220021b92f890359546b4ff41e5f6
* Indent with spacesJason R. Coombs2012-03-101-7/+7
| | | | | | --HG-- branch : distribute extra : rebase_source : 799441b639f6f9c55fe25745e793ac29419f0293
* Refactored Cython/Pyrex optional build support to unify logicJason R. Coombs2011-03-181-14/+10
| | | | | | --HG-- branch : distribute extra : rebase_source : c924cf1817736349e9a254098b6d99cd97a3d35f
* Applying patch provided by Didrik Pinte on #195 for Cython build_ext supportJason R. Coombs2011-03-181-1/+9
| | | | | | --HG-- branch : distribute extra : rebase_source : 69be8a07f86d1fbbdace2b7965a2c4a6cc5a14bf
* Fix import that was breaking py3kagronholm2009-08-061-1/+1
| | | | | | --HG-- branch : distribute extra : rebase_source : 76bf8f9213536189bce76a41e798c44c5f468cbd
* SharedLibrary -> Library. For now, Windows libs get built as shared,PJ Eby2006-01-061-2/+2
| | | | | | | | and other platforms get static. :( --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041941
* First draft of shared library build support. See tests/shlib_testPJ Eby2006-01-051-17/+16
| | | | | | | | | | for a trivial example. This has only been tested on Windows with a MinGW compiler, and the Mac OS support isn't finished. Testing w/other platforms+compilers would be helpful. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041927
* Enhanced setuptools infrastructure to support distutils extensions thatPJ Eby2005-08-061-0/+10
| | | | | | | | | | can be plugged in at setup() time to define new setup() arguments or distutils commands. This allows modularization and reuse of distutils extensions in a way that was previously not possible. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041180
* Initial checkin of setuptools 0.0.1.PJ Eby2004-03-191-0/+27
--HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4040869