summaryrefslogtreecommitdiff
path: root/numpy/distutils/fcompiler
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|\
| * 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
|/
* BLD: remove "-Wl,-framework,Python" from linker flags for Intel compiler.Ralf Gommers2014-04-211-1/+1
* BUG: ifort has issues with optimization flag /O2cgohlke2014-04-081-1/+1
* Revert "Merge pull request #4421 from meltingwax/meltingwax/4382"Daniel da Silva2014-03-051-6/+4
* BUG: Fix support for builds in dirs with whitespaceDaniel da Silva2014-03-051-4/+6
* Detect vendor versions of GNU CompilersAron Ahmadia2014-02-041-3/+3
* Add '.FOR' to src_extensionsleaz2014-01-051-1/+1
* Allow checking two or more fortran compilers instead of one.Andrew Stromnov2013-11-011-4/+5
* STY: Giant comma spacing fixup.Charles Harris2013-08-1814-107/+107
* BUG: Handle a version string from a custom-built mingw64.mwtoews2013-05-291-1/+1
* MAINT: Apply 2to3 idioms fixer.Charles Harris2013-05-021-2/+1
* ENH: remove obsolete ifort flags, ensure generated binaries work everywhere.David Cournapeau2013-04-231-14/+5
* MAINT: Fixup more dictionary fixer fixes.Charles Harris2013-04-071-2/+2
* 2to3: apply `dict` fixer.Charles Harris2013-04-061-2/+2
* 2to3: Apply `print` fixer.Charles Harris2013-04-0616-19/+19
* 2to3: Use absolute imports.Charles Harris2013-03-2816-16/+16
* 2to3: Remove xreadlines and replace f.readlines() by f where valid.Charles Harris2013-03-052-2/+2
* 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-0116-1/+26