summaryrefslogtreecommitdiff
path: root/numpy/distutils/command/config.py
Commit message (Expand)AuthorAgeFilesLines
* BLD: fix build issues with MSVC10 on Windows. Closes gh-4245.Ralf Gommers2014-07-201-5/+16
* 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
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-10/+10
* STY: Giant whitespace cleanup.Charles Harris2013-08-181-1/+1
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 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-281-1/+1
|/
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+1
* 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
* remove has_key from config.David Cournapeau2009-12-031-2/+2
* Py3k: make config command py3k importable.David Cournapeau2009-12-031-5/+8
* Add check_type functionality to numpy.distutils.David Cournapeau2009-07-011-0/+29
* Do not harcode visibility macro, enable it for gcc 4.David Cournapeau2009-04-301-1/+5
* Add check for (C) inline.David Cournapeau2009-03-111-0/+6
* Add an expected keyword for check_type_size check, to speed things up on comm...David Cournapeau2009-02-261-1/+22
* Find sizeof wo running on the target platform.David Cournapeau2009-02-261-61/+48
* Merged revisions 6479 via svnmerge from David Cournapeau2009-02-261-16/+16
|\
| * Fix docstring format for check_funcs_once.David Cournapeau2009-02-261-16/+16
* | Support library_dirs in check_type.David Cournapeau2009-02-191-2/+2
* | Merge r6410.David Cournapeau2009-02-191-1/+1
|\ \ | |/
* | Add our own check_header, since distutils one is broken.David Cournapeau2009-02-191-0/+6
* | Add check_type_sizeof function.David Cournapeau2009-02-181-0/+76
|/
* ran reindentJarrod Millman2008-12-311-2/+2
* Try to initialize the msvc compiler before the general code to detect the err...David Cournapeau2008-12-271-9/+10
* Improve the error message when initializing compiler failed.David Cournapeau2008-12-271-6/+10
* BUG (#970): fix a python 2.6 bug in distutils which caused an unhelpful Error...David Cournapeau2008-12-271-0/+21
* Refactor manifest generation and put it back into mingw32ccompiler module.David Cournapeau2008-11-171-21/+2
* Disable .rc generation for manifest: having the xml file in the same dir as t...David Cournapeau2008-11-171-6/+6
* temp_files is a list of filenames, not files.David Cournapeau2008-11-171-2/+2
* Fix configtest and manifest_name.David Cournapeau2008-11-171-1/+1
* Generate the rc file for manifest embedding.David Cournapeau2008-11-171-1/+7
* Generate the xml manifest file.David Cournapeau2008-11-171-2/+9
* fix imports.David Cournapeau2008-11-171-2/+2
* Refactor msvc runtime checking, put it into mingw32compilerDavid Cournapeau2008-11-171-12/+3
* Detect whether config link needs embedding the manifest for the MSVC runtime.David Cournapeau2008-11-171-0/+18
* Add deprecation warning for get_output and try_run: we should not use it anym...David Cournapeau2008-11-161-0/+19
* Some spelling corrections.Charles Harris2008-11-121-2/+2
* Fix function prototypes decl in check_func to avoid warning with -Wstrict-pro...David Cournapeau2008-10-051-2/+2
* define -> pragma, stupid mistake.David Cournapeau2008-09-211-2/+2
* Handle msvc intrisincs in check_funcs_once.David Cournapeau2008-09-211-0/+6
* Handle msvc intrisincs in check_func.David Cournapeau2008-09-211-0/+7
* Add a check_funcs_once function to speed up func checks.David Cournapeau2008-09-051-0/+55
* Add a check_decl function to check for declarationDavid Cournapeau2007-12-221-0/+15
* ran reindent.py to clean up whitespaceJarrod Millman2007-10-291-1/+0
* More fixes for building scipy with Mingw32 compilers.Pearu Peterson2007-07-251-1/+2
* Better version handling in fcompilercookedm2007-06-151-3/+4