summaryrefslogtreecommitdiff
path: root/numpy/distutils/fcompiler/gnu.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12892 from eric-wieser/distutils-debugCharles Harris2019-01-311-1/+4
|\
| * BUG: Do not double-quote arguments passed on to the linkerEric Wieser2019-01-301-1/+4
* | gfortran needs -lpthread & -maix64(64 build) in AIXAyappan P2018-11-191-0/+6
|/
* MAINT: update gfortran RPATH for AIX/Windows non-support.Ralf Gommers2018-11-101-0/+4
* MAINT: remove unused stdlib importsEmil Hessman2018-09-301-1/+0
* MAINT: remove exec_command from gnu.pyTyler Reddy2018-09-101-9/+22
* MAINT: simplify logic from #9983Kristofor Maynard2017-11-121-8/+6
* Merge pull request #9977 from xoviat/squashedCharles Harris2017-11-091-9/+4
|\
| * MAINT: distutils: trivial cleanupsxoviat2017-11-061-9/+4
* | ENH: let f2py discover location of libgfortranKristofor Maynard2017-11-071-0/+27
|/
* BUG: adjust gfortran version search regexJonathan Helmus2017-09-201-1/+2
* distutils: gnu: revert :art:xoviat2017-09-021-8/+8
* distutils: gnu: cleanupxoviat2017-09-021-3/+0
* distutils: gnu: revert :art:xoviat2017-09-021-13/+11
* distutils: gnu: hash files + chained dllsxoviat2017-09-021-1/+1
* distutils: handle unlinkable object files in build_clib/build_ext, not gnuPauli Virtanen2017-09-021-65/+86
* distutils: gnu: patch fcompilexoviat2017-09-021-53/+156
* DEP: Fix escaped string characters deprecated in Python 3.6.Charles Harris2016-12-141-1/+1
* BUG: distutils: fix issue with rpath in fcompiler/gnu.pyRalf Gommers2016-10-021-1/+3
* BUG: Fix fid.close() to use os.close(fid)Sebastian Berg2016-09-041-1/+1
* ENH: Add stacklevel to all (or almost all) our function callsSebastian Berg2016-09-021-1/+1
* MAINT: Close some filehandlers and PIPEs after being doneSebastian Berg2016-09-021-0/+1
* ENH: Support for python runtime with no Makefile, like PyPymattip2016-07-181-2/+7
* BUG: Fixed mingw.lib errorgfyoung2016-01-251-1/+1
* Revert "Merge pull request #5614 from charris/cleanup-gh-5587"Charles Harris2015-10-201-22/+10
* Revert "Merge pull request #6354 from mingwpy/mingwpy"Charles Harris2015-10-201-7/+6
* BLD: mingwpy fixescarlkl2015-09-241-6/+7
* BUG: fix typo which fused two compile flags on Windows for GFortran.Ralf Gommers2015-08-201-1/+1
* BLD: distutils: more robust gfortran version checking. Closes gh-5768.Ralf Gommers2015-04-191-14/+33
* Merge pull request #5644 from rgommers/fix-gfortran-version-checkCharles Harris2015-03-081-0/+4
|\
| * MAINT: distutils: fix gfortran version check when gfortran emits warnings.Ralf Gommers2015-03-071-0/+4
* | STY: Some style cleanups in distutils.Charles Harris2015-02-271-44/+22
* | BLD: Add mingw-w64 support for the mingw64static option.carlkl2015-02-271-10/+21
|/
* Removed NotImplementedError for MinGW-w64Juan Luis Cano Rodríguez2014-12-291-1/+1
* BLD: Change Fortran version flag and string checkRyan Nelson2014-12-011-17/+18
* Merge pull request #4996 from fdiary/gfortran-rpathJulian Taylor2014-08-261-0/+3
|\
| * BLD: support rpath for GNU Fortran compiler.Kazuhiko Shiozaki2014-08-261-0/+3
* | BLD: add debug information to gfortran buildsJulian Taylor2014-08-241-4/+5
|/
* Detect vendor versions of GNU CompilersAron Ahmadia2014-02-041-3/+3
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-1/+1
* BUG: Handle a version string from a custom-built mingw64.mwtoews2013-05-291-1/+1
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3:DEP: Remove interactive setup and gnu compiler configuration.Charles Harris2013-03-051-2/+2
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* Fix whitespace formattingcgohlke2012-09-161-1/+1
* BUG: fix issue with incorrect Fortran arch flags. Closes #1399.rgommers2010-11-071-1/+31
* BUG: on Windows the sysconfig module does not contain CFLAGS info.rgommers2010-10-171-1/+4
* UPDATE: gcc-4 series do not support -mno-cygwin option.Pearu Peterson2010-10-161-7/+11
* BF - get fortran arch flags from C arch flags if availableMatthew Brett2010-10-161-25/+11