summaryrefslogtreecommitdiff
path: root/numpy/distutils/command
Commit message (Expand)AuthorAgeFilesLines
...
* | FEAT: add a try_output_compile in numpy.distutils.David Cournapeau2014-07-061-0/+20
|/
* BUG: Fix use of setuptools.command.install._install.Charles Harris2014-05-041-3/+6
* BLD: allow strings for check_func declarationsJulian Taylor2014-04-231-1/+4
* ENH: Make output of get_atlas_info conditional on system_info.verbosityArnaud Bergeron2014-02-271-2/+3
* BUG: fix wrong gcc version checkJulian Taylor2013-09-271-2/+2
* STY: Giant comma spacing fixup.Charles Harris2013-08-1812-108/+108
* STY: Giant whitespace cleanup.Charles Harris2013-08-182-2/+2
* reduces excess cleverness from 1/2 to 1/3Adam Ginsburg2013-04-211-2/+2
* bugfix in build_ext: check that ext has an attribute before trying toAdam Ginsburg2013-04-181-2/+2
* 2to3: apply `dict` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Apply `print` fixer.Charles Harris2013-04-0618-18/+18
* Merge pull request #460 from endolith/regex_formattingCharles Harris2013-04-031-1/+1
|\
| * DOC: Used regex to find colons missing spaces which render wrong online, also...endolith2013-03-191-1/+1
* | 2to3: Use absolute imports.Charles Harris2013-03-2818-18/+18
|/
* 2to3: Remove xreadlines and replace f.readlines() by f where valid.Charles Harris2013-03-052-6/+4
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-0118-2/+44
* Merge pull request #3056 from charris/2to3-filterCharles Harris2013-03-012-3/+3
|\
| * REF: Replace filters with list comprehensions.Charles Harris2013-02-281-1/+1
| * 2to3: Apply `filter` fixes. Closes #3053.Charles Harris2013-02-282-3/+3
* | 2to3: Apply `funcattrs` fixer. Closes #3058.Charles Harris2013-02-281-1/+1
|/
* DEP: Remove scons related files and code.Charles Harris2013-01-132-594/+0
* Fix distutils build_src with 'c++' in swig_opts and a c++ comment in the .i f...Dan Hipschman2012-12-061-5/+2
* ENH: Introduce new options extra_f77_compile_args and extra_f90_compile_args toPearu Peterson2011-08-202-0/+7
* BUG: Revert commit that causes many tests not to run.Charles Harris2011-08-202-7/+0
* BLD: follow build_ext coding convention in build_clib to catch strange fcompi...Pearu Peterson2011-08-191-12/+14
* Introduce new options extra_f77_compiler_args and extra_f90_compiler_args to ...Pearu Peterson2011-08-162-0/+7
* BUG: core: use #if check instead of #ifdef in checking HAVE_DECL_ISFINITE (ti...Pauli Virtanen2010-10-061-0/+16
* BUG: distutils: use // in a binary search (fixes #1604 on Python 3)Pauli Virtanen2010-09-041-1/+1
* Implemented detection of gfortran usage for ATLAS linkage. get_atlas_version ...Pearu Peterson2010-08-301-3/+26
* Fix bug to ensure that swig generated .py files are installed.Pearu Peterson2010-08-252-1/+9
* Fix swig target extension when swig target is not defined by the .i file but ...Pearu Peterson2010-08-251-3/+11
* Make extension swig_opts effective to build_src command.Pearu Peterson2010-08-251-2/+6
* remove has_key from config.David Cournapeau2009-12-031-2/+2
* Fix callable in build_src command.David Cournapeau2009-12-031-3/+3
* Py3k: make scons command py3k importable.David Cournapeau2009-12-031-2/+5
* Make build_src and build_clib python3 importable.David Cournapeau2009-12-032-7/+6
* Fix print/repr/raise python3 incompatibilities in system_info and build_ext c...David Cournapeau2009-12-031-5/+5
* Py3k: make config command py3k importable.David Cournapeau2009-12-031-5/+8
* BUG: retrieve build_clib in build_ext even if it has already been run.David Cournapeau2009-11-161-0/+1
* BUG: setuptools does not run install_clib automatically -- run it manually in...Pauli Virtanen2009-11-122-2/+16
* BUG: pkg_paths was wrongly set when using --package-list for numscons build.David Cournapeau2009-10-271-1/+1
* Add a pkg_path option to add_sconcript.David Cournapeau2009-10-011-4/+9
* Put scons data into its own class.David Cournapeau2009-10-011-9/+11
* Add debug option to scons command.David Cournapeau2009-09-191-0/+6
* Add option to import user environment into numscons.David Cournapeau2009-09-171-0/+3
* BUG: fix #1194.David Cournapeau2009-09-161-4/+4
* BUG: fix clib install directory for scons command.David Cournapeau2009-09-141-1/+7
* Start adding library options for scons option.David Cournapeau2009-09-141-1/+22
* Re-indent scons command options.David Cournapeau2009-09-141-20/+20
* Further whitespace/tab fixes.David Cournapeau2009-09-141-3/+3