summaryrefslogtreecommitdiff
path: root/numpy/distutils/fcompiler
Commit message (Expand)AuthorAgeFilesLines
* Simplify logicIsuru Fernando2018-07-081-11/+2
* convert env variable flags and fix LDSHAREDIsuru Fernando2018-07-082-3/+7
* Move distutils.environment.py to distutils.fcompilerIsuru Fernando2018-07-072-1/+84
* Append *FLAGS instead of overridingIsuru Fernando2018-07-071-30/+30
* ENH: disutils: add the flang compilerxoviat2017-11-222-20/+102
* MAINT: simplify logic from #9983Kristofor Maynard2017-11-121-8/+6
* Merge pull request #9977 from xoviat/squashedCharles Harris2017-11-0915-62/+32
|\
| * MAINT: distutils: trivial cleanupsxoviat2017-11-0615-62/+32
* | ENH: let f2py discover location of libgfortranKristofor Maynard2017-11-071-0/+27
|/
* ENH: Added compatability for the NAG Fortran compiler, nagforAndrew Lawson2017-10-192-10/+50
* 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-022-65/+118
* distutils: gnu: patch fcompilexoviat2017-09-022-53/+157
* MAINT: Remove unnecessary importsSrinivas Reddy Thatiparthy2017-08-261-4/+0
* BLD: remove -xhost flag from IntelFCompiler. Closes gh-9042.Ralf Gommers2017-07-271-1/+1
* BUG: Fix Intel compilation on Unix.Charles Harris2017-06-261-2/+2
* MAINT: Update Intel compiler options.Charles Harris2017-04-191-2/+6
* DEP: Fix escaped string characters deprecated in Python 3.6.Charles Harris2016-12-145-7/+7
* 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
* BLD: Remove Intel compiler flag -xSSE4.2Charles Harris2016-05-221-2/+2
* DOC: Fix more typos in docs and comments.Dongjoon Hyun2016-02-251-4/+4
* BUG: Fixed mingw.lib errorgfyoung2016-01-251-1/+1
* DOC: Comment all O1s [ci skip]Eric Larson2015-12-281-2/+2
* FIX: Fix MKL for LinuxEric Larson2015-12-281-2/+2
* 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: do not build exclusively for SSE4.2 processorsChristoph Gohlke2015-10-091-1/+1
* BLD: mingwpy fixescarlkl2015-09-241-6/+7
* MSVCCompiler overwrite 'lib' and 'include' environment variables. ThisDmitry Zagorny2015-09-152-16/+15
* BUG: fix typo which fused two compile flags on Windows for GFortran.Ralf Gommers2015-08-201-1/+1
* BUG: fix 32-bit arch flag for Intel Fortran compiler.Ralf Gommers2015-08-201-1/+1
* Merge pull request #5597 from zerothi/ENH-distutilsCharles Harris2015-04-243-0/+19
|\
| * BUG: rpath was not implemented for numpy.distutils.fcompilerNick Papior Andersen2015-02-273-0/+19
* | 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
|/
* DEV: Replace deprecated options for ifort.Åsmund Hjulstad2015-02-101-1/+1
* 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
|\