Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Require language libs in Fortran/C test | Brad King | 2009-07-27 | 1 | -0/+1 |
| | | | | | | This extends the Fortran/C interface test to require that the executable link to the fortran language runtime libraries. We must verify that the proper linker is chosen. | ||||
* | ENH: Test included header in Fortran preprocessing | Brad King | 2009-02-24 | 3 | -5/+7 |
| | | | | | This extends the Fortran preprocessing test to include a header file through a preprocessor directive. | ||||
* | ENH: fix gcc sun fortran mix | Bill Hoffman | 2008-11-11 | 1 | -2/+5 |
| | |||||
* | ENH: put a check in for the gnu sunpro case | Bill Hoffman | 2008-11-10 | 1 | -0/+5 |
| | |||||
* | ENH: make the test pass when fortran is gnu and c is cl | Bill Hoffman | 2008-11-06 | 1 | -34/+44 |
| | |||||
* | ENH: add a way to fix bullseye link with fortran | Bill Hoffman | 2008-11-06 | 1 | -0/+5 |
| | |||||
* | ENH: only call the fortran c interface test when compilers match | Bill Hoffman | 2008-11-05 | 1 | -47/+63 |
| | |||||
* | ENH: only allow matching fortran a c compilers to be used | Bill Hoffman | 2008-11-03 | 1 | -2/+11 |
| | |||||
* | ENH: do not error when sunpro or mipspro fortran used | Bill Hoffman | 2008-10-31 | 1 | -1/+1 |
| | |||||
* | ENH: do not error when sunpro or mipspro fortran used | Bill Hoffman | 2008-10-31 | 1 | -2/+13 |
| | |||||
* | ENH: add some debug stuff for the dashboards | Bill Hoffman | 2008-10-30 | 1 | -0/+28 |
| | |||||
* | ENH: add test for FortranCInterface | Bill Hoffman | 2008-10-29 | 4 | -1/+40 |
| | |||||
* | BUG: Fix Fortran test to use more portable comment syntax in fixed format ↵ | Brad King | 2008-03-28 | 1 | -3/+3 |
| | | | | source. | ||||
* | ENH: preclean some warnings | Ken Martin | 2008-03-25 | 1 | -0/+1 |
| | |||||
* | ENH: Patch from Maik to add preprocessor directive handling to Fortran ↵ | Brad King | 2008-01-09 | 2 | -0/+58 |
| | | | | dependency scanning. Also added -fpp flag to Intel Fortran compiler on Windows by default. | ||||
* | ENH: Implemented Fortran module output directory and search path flags. | Brad King | 2007-12-30 | 3 | -4/+17 |
| | |||||
* | BUG: Disable test of fortran module dependencies except on GNU for now. A ↵ | Brad King | 2007-12-29 | 1 | -1/+8 |
| | | | | module path feature is needed for Sun support because it uses -M instead of -I for the module search path. | ||||
* | ENH: Add tests of Fortran module dependencies across directories and on ↵ | Brad King | 2007-12-28 | 5 | -0/+54 |
| | | | | external modules. Tests based on cases provided by Maik in issue #5809. | ||||
* | ENH: Added test for Fortran90 modules in subdirectories. | Brad King | 2007-12-15 | 5 | -0/+12 |
| | |||||
* | ENH: Added test for 'use' keyword in a comment. Patch from Maik Beckmann. ↵ | Brad King | 2007-10-10 | 5 | -0/+39 |
| | | | | See bug#5809. | ||||
* | ENH: Removed CMAKE_GENERATOR_NEW now that the old unix makefile generator is ↵ | Brad King | 2005-04-06 | 1 | -2/+2 |
| | | | | never used. | ||||
* | ENH: Added Fortran 90 test if the platform supports it. | Brad King | 2005-02-15 | 4 | -0/+26 |
| | |||||
* | clean up output of test and force verbose makefiles | Bill Hoffman | 2004-09-27 | 1 | -5/+1 |
| | |||||
* | ENH: major changes to support addition of languages from cmake modules ↵ | Bill Hoffman | 2004-09-22 | 1 | -1/+1 |
| | | | | directory. | ||||
* | ENH: add more output for fortran so I can figure out what is going on with ↵ | Bill Hoffman | 2004-09-08 | 1 | -0/+10 |
| | | | | other fortran compilers | ||||
* | ENH: more uniform approach to enable language, one step closer to being able ↵ | Bill Hoffman | 2004-08-26 | 1 | -1/+1 |
| | | | | to enable a language without modifing cmake source code | ||||
* | ENH: initial fortran | Bill Hoffman | 2004-08-06 | 2 | -0/+8 |