summaryrefslogtreecommitdiff
path: root/numpy/distutils/fcompiler
Commit message (Expand)AuthorAgeFilesLines
* fix #234: IntelVisualFCompiler is brokencookedm2006-08-081-3/+0
* Fix bugs in gnu and vast fcompilers (should fix #214)cookedm2006-07-292-2/+2
* Fix #114: Problems with building with MSVC and GCC under Cygwincookedm2006-07-281-11/+34
* fix arch flags for ifort on machines in em64t modecookedm2006-07-171-0/+6
* Eliminate more warnings and add fixes from #149 and #150Travis Oliphant2006-06-211-1/+3
* Add power to integer scalar types.cookedm2006-06-061-3/+3
* Updated g95 version pattern.Pearu Peterson2006-05-311-1/+4
* 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
* Fix for using NAG Fortran 95, due to James Graham <jg307@cam.ac.uk>cookedm2006-05-171-1/+1
* Fix version detection of an older absoft compiler (version 2.3 to be specific).Pearu Peterson2006-04-191-1/+4
* Some fixes for Absoft Fortran 10.0 on 64-bit Linux. I would appreciate some d...Robert Kern2006-04-191-2/+13
* Actually return the appropriate version if found.Robert Kern2006-04-161-1/+1
* Add Intel EM64T Fortran Compiler support.Pearu Peterson2006-04-092-3/+26
* 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
* Removed cc_dynamic from libraries list for Gnu95FCompiler (darwin).Pearu Peterson2006-04-081-0/+6
* Applied http://projects.scipy.org/scipy/numpy/ticket/39Pearu Peterson2006-03-311-4/+9
* Fixed import.Pearu Peterson2006-03-281-1/+1
* Better version matching for Sun Fortran, and don't panic when we can't match ...cookedm2006-03-211-1/+5
* whoops, readd cc_dynamic to libs to link with for darwin platform.cookedm2006-03-211-2/+2
* For version checking of compilers, first look for a .version_match methodcookedm2006-03-181-5/+7
* Run reindent.py (script distributed with Python) over the source to remove ex...cookedm2006-03-102-6/+6
* Run tabnanny over the code, and replace uses of tab for indentation with spacescookedm2006-03-101-1/+1
* Fixing mingw32 building: fixes undefined referece __EH_FRAME_BEGIN__ linker f...Pearu Peterson2006-02-181-1/+5
* Applied Matthew Brett patch: clean up the logic in gnu.get_flags_arch, suppor...Pearu Peterson2006-02-151-52/+59
* Back out mistaken commitRobert Kern2006-02-092-3/+3
* Fixed join() -> os.path.join()Robert Kern2006-02-092-3/+3
* Changed -M to -J for gfortran.Pearu Peterson2006-02-061-1/+1
* Replace type(a) is (something) with appropiate is_string/is_sequence testscookedm2006-02-011-10/+11
* Revert passing -m32 to g77cookedm2006-01-181-3/+3
* added passing optional context to the __array__ methodsasha2006-01-181-1/+1
* Making f2py and distutils scipy-style packages. Using pkgload to load numpy p...Pearu Peterson2006-01-141-1/+2
* Changed all references to scipy to numpyTravis Oliphant2006-01-0415-48/+48
* Moved scipy directory to numpyTravis Oliphant2006-01-0415-0/+1870