0
I Use This!
Inactive

Commits : Listings

Analyzed 29 minutes ago. based on code collected 30 minutes ago.
Jul 21, 2024 — Jul 21, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
new version number because fix library missing for gfortran More... about 19 years ago
added gfortran lib to gfortran compiler More... about 19 years ago
new files from JYP More... about 19 years ago
JYP changes for ifort, also something about linking to C codes working better (JYPs changes) More... about 19 years ago
more JYP changes More... about 19 years ago
begining of JYP changes for ifort More... about 19 years ago
got the right attirubte has_key instead of haskey More... almost 20 years ago
fixed problem that occured when import Pyfort and FC was set.... More... almost 20 years ago
*** empty log message *** More... almost 20 years ago
linux error were not caught with popen neeed popen4 More... almost 20 years ago
added gfortran compiler and autodetection for default compiler More... almost 20 years ago
updated version number More... almost 21 years ago
Updated for mac support fort77 seems to produce empty lib.a files on lates mac (some error tied to a wrong option passed to grep) So the default mac is now macg77, also need to add /sw/lib to list of default dirs for G77 when using mac More... almost 21 years ago
dding Jean Marie Epitalon patch for mirror options in order for these to work with n=size(array,dim) More... about 21 years ago
patched for PGI 5.1 and later, also changed version from 8.3 to 8.4 More... over 21 years ago
Version -> 8.3 More... over 21 years ago
File received from C. Doutriaux to fix PGI compiler. Also seems to add Intel Fortran. Not tested by me. -- PFD. Modified Files: fortran_compiler.py More... over 21 years ago
Added some line breaks for readability. More... almost 23 years ago
Added information on how to use Pyfort with Visual C++ on Windows. More... almost 23 years ago
fix setup, add -n option More... almost 23 years ago
Incorporated in testme.c More... about 23 years ago
More tests added for the C compiler, particularly for the new allocatable arrays. More... about 23 years ago
Adds variable-sized arrays for the C compiler (arrays of the form int n, int m, float** mymatrix instead of int n, int m, float mymatrix[n][m]). Fixes for the problems with single characters for the Absoft compiler on Mac OS X. Added the macg77 compiler id for GNU g77 on Mac OS X (needs special treatment for passing single characters). Some code cleanup, particularly replacing checks for compiler id in generator.py by object-oriented code. More... about 23 years ago
minor change to editor More... about 23 years ago
eliminate stupid cdat hookup More... about 23 years ago
darwin, change -x option More... about 23 years ago
oops... More... about 23 years ago
Compute the script on windows too. Fix MANIFEST to include new files. More... about 23 years ago
fix missing newline More... about 23 years ago
Information for Windows by R. Niesner. More... about 23 years ago