summaryrefslogtreecommitdiff
path: root/numpy/distutils/command/config.py
Commit message (Expand)AuthorAgeFilesLines
* DOC: remove reference to Python 2Dimitri Papadopoulos2022-10-181-3/+2
* MAINT: Added Chain exceptions where appropriate (#18394)Abhay Raghuvanshi2021-03-181-3/+2
* MAINT: improve failure message when compiler is unavailablePearu Peterson2021-02-091-0/+2
* BLD: add new check_compiler_gcc and check_gcc_version_at_least configureE. Madison Bray2020-10-131-4/+10
* STY,MAINT: avoid 'multiple imports on one line' (flake8 E401)Mike Taves2020-01-281-3/+4
* Merge pull request #15248 from eric-wieser/avoid-exc_infoCharles Harris2020-01-051-5/+3
|\
| * MAINT: cleanup use of sys.exc_infoEric Wieser2020-01-051-5/+3
* | MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-1/+1
* | MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
|/
* MAINT: Remove unnecessary backslashes when not needed.MSeifert042019-07-021-4/+4
* MAINT: Use textwrap.dedent for multiline stringsEric Wieser2019-06-121-71/+72
* BUG: Adding macro HAVE_ATTRIBUTE_TARGET_@ISA@_WITH_INTRINSICSRaghuveer Devulapalli2019-04-191-0/+6
* MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#1...Roman Yurchak2018-12-061-1/+1
* MAINT: remove usage of exec_command in config.pyTyler Reddy2018-09-121-6/+27
* MAINT: remove redundant importsmattip2018-09-091-1/+0
* BLD: cleanup _configtest.o.d during buildAllan Haldane2018-06-011-2/+6
* More misc. typosluz.paz2018-01-041-1/+1
* BUG: KeyboardInterrupt is swallowed all over the placeEric Wieser2017-06-031-1/+1
* ENH: Add stacklevel to all (or almost all) our function callsSebastian Berg2016-09-021-1/+1
* Restore get_outputMarshall Bockrath-Vandegrift2016-07-151-0/+45
* DOC: Fix mismatched variable names in docstrings.Dongjoon Hyun2016-02-151-1/+1
* BLD: some fixes for Intel compilers.Ralf Gommers2015-08-031-1/+2
* DEP,MAINT: Remove try_run and get_output.Charles Harris2015-06-211-57/+0
* MAINT: Mark deprecation warning with a date and Numpy version.Charles Harris2015-06-211-0/+2
* BLD: add check for C99 restrict keywordJulian Taylor2014-09-291-0/+6
* MAINT: make main a strict prototype in configure checksJulian Taylor2014-09-091-6/+6
* Merge pull request #4892 from rgommers/msvc10-fixJulian Taylor2014-07-201-5/+16
|\
| * BLD: fix build issues with MSVC10 on Windows. Closes gh-4245.Ralf Gommers2014-07-201-5/+16
* | REF: remove obsolete code.David Cournapeau2014-07-071-26/+1
* | FEAT: add a check_gcc_variable_attribute function in config command.David Cournapeau2014-07-071-0/+4
* | FEAT: add check to ensure compilation without warning for a piece of code.David Cournapeau2014-07-061-1/+7
* | FEAT: add check_gcc_function_attribute check.David Cournapeau2014-07-061-1/+5
* | FEAT: add a try_output_compile in numpy.distutils.David Cournapeau2014-07-061-0/+20
|/
* 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