Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improved build:HEADmaster | Joseph Hunkeler | 2021-08-16 | 2 | -6/+85 |
| | | | | | | | * Add distclean target * clean target does not remove generated files * Add check_lib to configure script * Report state of libraries at the end of the configuration pass | ||||
* | Update types in other plotting drivers | Joseph Hunkeler | 2021-08-12 | 3 | -6/+6 |
| | |||||
* | Fix point plotting | Joseph Hunkeler | 2021-08-12 | 2 | -4/+4 |
| | |||||
* | Change mode | Joseph Hunkeler | 2021-08-09 | 1 | -0/+0 |
| | |||||
* | SuperMongo is SM, not SuperMongo | Joseph Hunkeler | 2021-08-09 | 1 | -3/+3 |
| | |||||
* | Configure script | Joseph Hunkeler | 2021-08-09 | 1 | -1/+1 |
| | | | | | * Fix execute bit * Use sed to determine GCC version instead. Vendor text can throw awk off. | ||||
* | Only check for Fortran. There is no C code. | Joseph Hunkeler | 2021-08-05 | 1 | -9/+20 |
| | |||||
* | README.md | Joseph Hunkeler | 2021-08-05 | 1 | -6/+10 |
| | |||||
* | Add help option to configure script | Joseph Hunkeler | 2021-08-05 | 2 | -8/+28 |
| | | | | * Add FC compiler variable to makefile template | ||||
* | Ignore generated files | Joseph Hunkeler | 2021-08-05 | 1 | -0/+2 |
| | |||||
* | Change mode of all files to 644 | Joseph Hunkeler | 2021-08-05 | 114 | -1/+1 |
| | |||||
* | Add basic configuration script | Joseph Hunkeler | 2021-08-05 | 3 | -14/+112 |
| | | | | | * Generate Moog.f with correct data path * Generate Makefile with properties set by configure script | ||||
* | Update readme | Joseph Hunkeler | 2021-08-04 | 1 | -0/+6 |
| | |||||
* | Use modern equality operators | Joseph Hunkeler | 2021-08-04 | 90 | -1203/+1203 |
| | |||||
* | Fall through on non-argument | Joseph Hunkeler | 2021-08-04 | 1 | -4/+6 |
| | |||||
* | MODERN_GCC flag enables -fallow-argument-mismatch | Joseph Hunkeler | 2021-08-04 | 1 | -1/+5 |
| | |||||
* | More type conversions | Joseph Hunkeler | 2021-08-04 | 2 | -4/+4 |
| | |||||
* | Add README.md | Joseph Hunkeler | 2021-08-03 | 1 | -0/+12 |
| | |||||
* | Ignore executables | Joseph Hunkeler | 2021-08-03 | 1 | -0/+2 |
| | |||||
* | Force REAL8 | Joseph Hunkeler | 2021-08-03 | 1 | -2/+1 |
| | |||||
* | Changeset: | Joseph Hunkeler | 2021-08-03 | 18 | -409/+73 |
| | | | | | | | | * Simplify Makefile * Accept input file as command line argument * Increase path length to 1024 for all path-related variables * Replace hard-coded path to \*.dat files with environment variable MOOG_DATA * SM needs double precision for several of its functions. Pass REAL8 not REAL4 to those. | ||||
* | Initial commit | Joseph Hunkeler | 2021-08-03 | 124 | -0/+45553 |