summaryrefslogtreecommitdiff
path: root/scipy_distutils/fcompiler.py
Commit message (Expand)AuthorAgeFilesLines
* renamed directoriesTravis Oliphant2005-09-141-870/+0
* Added g95 compiler support (thanks to Bill McLean)Pearu Peterson2005-03-221-5/+7
* Fixing setup.py build_ext -O..Pearu Peterson2004-10-291-2/+6
* Increased micro version number and undone 0.3.2 release.Pearu Peterson2004-10-071-1/+1
* Prepearing for the 0.3.2 release.Pearu Peterson2004-10-071-1/+1
* Backporting CCompiler.compiler hacks to Python <=2.2 distutils, fixes scipy i...Pearu Peterson2004-09-281-4/+38
* Fixed compiler choice for .f files containing f90 code in free format.Pearu Peterson2004-09-011-3/+13
* Fixed bug (len(conf.pop())==2 always).Pearu Peterson2004-04-221-2/+5
* Incr. micro version to 1. Enabled CVS version info in version. Enabled arch-d...Pearu Peterson2004-04-221-1/+1
* Setting 'config_fc --noarch' default for the release process (Remember to set...Pearu Peterson2004-04-101-1/+1
* Added .F, .F90 to the list of Fortran source extensions.Pearu Peterson2004-03-301-2/+5
* Added test for f2py --include_paths optionPearu Peterson2004-03-291-1/+1
* commented out call to recently commented out __get_cc_argsTravis Vaught2004-03-171-1/+1
* Fixes to use msvc linker on windowsTravis Oliphant2004-03-051-2/+7
* Remove dummy cc_args from Fcompiler class so that include files get used for ...Travis Oliphant2004-03-041-2/+2
* Added flavor info to fortran compilation message.Pearu Peterson2004-02-261-2/+4
* Ignore lines starting with tab as it contains no info whether Fortran source ...Pearu Peterson2004-02-231-1/+1
* Moved get_version to ccompiler.py.Pearu Peterson2004-02-201-18/+0
* Fixed fcompiler search mechanism (it seems that implementation of compiler se...Pearu Peterson2004-02-201-13/+33
* Rolled gnu to the end of default compilers for darwin system.Pearu Peterson2004-02-181-1/+1
* Setting ibm as default compiler for AIXPearu Peterson2004-02-161-1/+2
* Initial support for IBM XL Fortran CompilerPearu Peterson2004-02-161-0/+3
* Using new.instancemethod to override distutils internal methods - this is ver...Pearu Peterson2004-02-131-42/+17
* Reduced scipy_distutils verbosityPearu Peterson2004-02-131-29/+15
* Disabled debug messages. On WinXP MSYS defines MSYSTEM instead of OSTYPE.Pearu Peterson2004-02-061-4/+4
* Scipy builds under cygwin with build_src branch.Pearu Peterson2004-02-051-2/+9
* fcompiler classesPearu Peterson2004-01-311-61/+215
* Added lahey,pg compilers, renamed forte to sun.Pearu Peterson2004-01-191-5/+5
* Refactoring build_flib.py (to follow and use standard distutils conventions a...Pearu Peterson2004-01-191-0/+679