summaryrefslogtreecommitdiff
path: root/numpy/distutils/fcompiler/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* ENH: Add new options extra_f77_compile_args and extra_f90_compile_args.Pearu Peterson2012-04-291-2/+2
* ENH: Introduce new options extra_f77_compiler_args and extra_f90_compiler_args.Pearu Peterson2012-04-291-1/+14
* BUG: deal with shared lib extension in a single place. Fix ctypes.load_library.rgommers2011-07-011-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
* Added --fcompiler,--help-fcompiler options to build command parallel to --com...Pearu Peterson2007-05-181-1/+2
* Better version handling for gnu and intel Fortran compilerscookedm2007-04-221-1/+7
* Really fix linking with Fortran on AIXcookedm2007-04-041-3/+9
* Improved is_free_format.Pearu Peterson2006-10-101-8/+10
* numpy.distutils: fixed bug.Pearu Peterson2006-10-081-0/+3
* numpy.distutils: use language flag or source file extension to select default...Pearu Peterson2006-10-081-5/+22
* label g95 as the G95 Fortran Compiler, not GNU Fortran 95cookedm2006-05-201-1/+1
* Add feature: read f77 compiler flags from source. Added a section for extra f...Pearu Peterson2006-05-191-1/+29
* Add Intel EM64T Fortran Compiler support.Pearu Peterson2006-04-091-1/+3
* Fixed typo.Pearu Peterson2006-04-081-1/+1
* Add support to specify config_fc option in setup.py file.Pearu Peterson2006-04-081-2/+6
* Replace type(a) is (something) with appropiate is_string/is_sequence testscookedm2006-02-011-10/+11
* Changed all references to scipy to numpyTravis Oliphant2006-01-041-6/+6
* Moved scipy directory to numpyTravis Oliphant2006-01-041-0/+755