summaryrefslogtreecommitdiff
path: root/scipy_distutils/command/build_src.py
Commit message (Expand)AuthorAgeFilesLines
* renamed directoriesTravis Oliphant2005-09-141-609/+0
* Improved build_ext --backends support, setup.py files should not use numpy_in...Pearu Peterson2005-03-241-20/+38
* Fixed bug in build_ext --backend support, expose also ext. module private nam...Pearu Peterson2005-03-221-2/+9
* Introduced --backends option for build_ext command, when used then also build...Pearu Peterson2005-03-081-1/+103
* Revised from_template (bug fixes, new features, support including .src files).Pearu Peterson2004-11-191-7/+7
* Minor fix.Pearu Peterson2004-10-281-1/+1
* Added comment about requiring swig 1.3.14 or later.Pearu Peterson2004-09-281-0/+3
* Fixed target_dir of pure Fortran extensions to include extension names.Pearu Peterson2004-05-131-1/+4
* Fixed bug where targets of different extensions had the same file name and so...Pearu Peterson2004-05-091-2/+6
* Added template source support using simple rulesTravis Oliphant2004-04-271-0/+26
* Fixed bug: target from a source file having absolute path did not end up insi...Pearu Peterson2004-04-211-4/+11
* Fixed --inplace building of swig extensions: .py files are put (by 'swig -out...Pearu Peterson2004-04-051-6/+15
* Implemented {lapack,blas}_opt_info. It contains darwin support. But note that...Pearu Peterson2004-02-181-1/+1
* library sources list may now contain source building functions.Pearu Peterson2004-02-181-2/+20
* Reduced scipy_distutils verbosityPearu Peterson2004-02-131-29/+34
* Extension may specify f2py_options.Pearu Peterson2004-02-121-1/+1
* New commands: config_fc and build_srcPearu Peterson2004-01-311-0/+407