summaryrefslogtreecommitdiff
path: root/numpy/distutils/fcompiler/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-181-51/+51
* 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-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Remove xreadlines and replace f.readlines() by f where valid.Charles Harris2013-03-051-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* prefer gfortran over g77 and vendor compilers on OS X and LinuxAron Ahmadia2012-07-171-4/+4
* prefer gfortran (g95) over vendor compilers, g77 and g95 on OSX and Linux. ahmadia2012-06-281-8/+8
* BLD: Avoid repeatedly testing for the Fortran compiler when it is missingMark Wiebe2012-02-191-0/+8
* ENH: Introduce new options extra_f77_compile_args and extra_f90_compile_args toPearu Peterson2011-08-201-1/+14
* BUG: Revert commit that causes many tests not to run.Charles Harris2011-08-201-14/+1
* Introduce new options extra_f77_compiler_args and extra_f90_compiler_args to ...Pearu Peterson2011-08-161-1/+14
* BUG: deal with shared lib extension in a single place. Fix ctypes.load_library.rgommers2011-06-231-6/+5
* BUG: fix up shared library extension, which changed in Python 3.2. Closes #1749.rgommers2011-03-021-1/+4
* ENH: add support for the PathScale compilers on Linux. Closes #1043.rgommers2010-12-021-1/+1
* Added Portland Group compiler support for Darwin platform (thanks to Josef Ko...Pearu Peterson2010-10-061-2/+2
* BUG: distutils: make is_free_format et al. not choke on non-ascii Fortran filesPauli Virtanen2010-09-111-3/+5
* Apply ifort.patch from ticket #1372 to allow Intel Fortran Compiler 11.1 to b...Travis Oliphant2010-01-241-1/+2
* 3K: distutils: ordering between None and str is undefined in Py3K, so fcompil...Pauli Virtanen2009-12-061-1/+4
* 3K: distutils: there is no types.InstanceType in Py3, so don't use itPauli Virtanen2009-12-061-1/+2
* Py3k: make fcompiler module py3k-importable.David Cournapeau2009-12-031-12/+16
* Fix print statements in fcompiler for python3.David Cournapeau2009-12-031-6/+6
* Fix debug mode with fortran compiler: the tuple for debug was too big, with a...David Cournapeau2008-08-241-1/+1
* ran reindent.py to clean up whitespaceJarrod Millman2007-10-291-1/+1
* - fix specification of noopt, etc. in the config_fc commandcookedm2007-08-171-1/+9
* Using own quote_args, trying to fix build failures with MSVC compiler.Pearu Peterson2007-07-271-2/+0
* More fixes for building scipy with Mingw32 compilers.Pearu Peterson2007-07-251-7/+21
* Don't use _nt_quote_args as exec_command shouldPearu Peterson2007-07-251-5/+0
* Add support for aliases for Fortran compilers.cookedm2007-07-061-11/+21
* Fix build breakage.Pearu Peterson2007-06-161-1/+1
* Better version handling in fcompilercookedm2007-06-151-127/+127
* add fdebug as distutils key in [config_fc] for compiler flags to use whencookedm2007-06-121-1/+1
* Fix typo.Pearu Peterson2007-06-081-1/+1
* use get_flags_version to set version cmd flags.Pearu Peterson2007-06-081-1/+2
* Fix #534, introduced by r3856. The return when exe_cache had something in itcookedm2007-06-031-3/+4
* Reduced find_executables messages.Pearu Peterson2007-06-011-3/+4
* Fixed detecting fortran compilers under windows.Pearu Peterson2007-06-011-8/+13
* new_fcompiler returns None when it can't match the platform. Hopefully clears...cookedm2007-05-311-1/+2
* Add a convert procedure to the flag-getting logic in fcompiler and environment.cookedm2007-05-291-34/+47
* Better temporary file handling by using one temporary directory forcookedm2007-05-281-18/+8
* distutils: clean up imports (found by running pyflakes)cookedm2007-05-251-5/+4
* Fix at least one bug in fcompiler introduced by mecookedm2007-05-251-12/+13
* Add a few more log.debug's in fcompilercookedm2007-05-251-7/+7
* merge from distutils-revamp branch (step 2)cookedm2007-05-251-282/+372
* fix ticket 526Pearu Peterson2007-05-251-13/+13