summaryrefslogtreecommitdiffstats
path: root/Tests/Fortran/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* LLVMFlang: Add support for mixed-language linking with FortranBrad King2022-10-111-1/+1
* LCC: Add policy CMP0129 regarding interpreting LCC as GNUmakise-homura2021-10-211-0/+3
* LCC: Add dedicated support for MCST LCC compilermakise-homura2021-10-151-2/+2
* Tests: Update for the Fujitsu compilerChuck Atkins2021-03-311-1/+1
* Per-language Win32/Console flagsRaul Tambre2021-03-171-1/+1
* Tests: Update Fortran tests for IntelLLVMWilliam R. Dieter2021-01-281-1/+1
* Remove now-unused code once used for MIPSpro on IRIXBrad King2019-02-211-1/+1
* VS: Fix Fortran target type selection when linking C++ targetsBrad King2019-02-041-0/+5
* Various typo fixesLuz Paz2018-01-031-1/+1
* Tests: Split Fortran module testing into separate FortranModules testBrad King2016-09-221-85/+0
* Tests: Use more generic variables in Fortran testBrad King2016-09-221-10/+10
* Use string(APPEND) in TestsDaniel Pfeifer2016-07-271-1/+1
* Merge topic 'test-FortranCInterface-again'Brad King2016-02-081-2/+2
|\
| * Tests: Fix Fortran test to run FortranCInterface againBrad King2016-02-051-2/+2
* | Fix dependency scanning configuration in subdirectoriesBrad King2016-02-051-0/+1
|/
* Fortran: Fix passing of preprocessor definitions to dependency scannerBrad King2015-07-061-1/+1
* Avoid if() quoted auto-dereferenceBen Boeckel2014-10-201-9/+9
* Tests: Add generator platform supportBrad King2014-09-101-0/+1
* CMP0022: Fix link language propagation in NEW behaviorBrad King2014-05-191-1/+1
* Tests: Rename CMAKE_TEST_MAKEPROGRAM uses for nested test projectsBrad King2014-03-031-3/+3
* Tests: Fix standalone build of tests with nested projectsBrad King2013-12-051-0/+4
* Tests: Pass CMAKE_MAKE_PROGRAM instead of --build-makeprogramBrad King2013-11-181-1/+1
* Tests: Add generator toolset supportBrad King2013-02-071-0/+1
* Tests: Run ctest custom commands with VERBATIMBrad King2013-01-311-1/+2
* Remove CMake-language block-end command argumentsKitware Robot2012-08-131-6/+6
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-3/+3
* Fix and simplify Fortran test compiler compatibility checkBrad King2011-12-151-10/+2
* Fortran: Add support for free- and fixed-form flagsBrad King2011-08-311-0/+2
* Merge topic 'absoft-fortran-compiler'Brad King2011-05-241-1/+4
|\
| * Absoft: Enable FortranCInterface check in Fortran testBrad King2011-05-201-1/+4
* | Fix Fortran test .def file symbol manglingBrad King2011-02-231-1/+12
|/
* Skip Fortran module mangling test on PathScaleBrad King2010-01-251-1/+1
* Fix escapes in Fortran depend.make entriesBrad King2010-01-041-2/+9
* Skip SHARED lib Fortran test with XL and old GNUBrad King2009-10-261-1/+15
* Fix Intel and MinGW Fortran DLL import librariesBrad King2009-10-261-1/+1
* Test all target types in FortranBrad King2009-10-231-1/+4
* Fortran test: Match config for external projectBrad King2009-10-051-0/+3
* Enable C and C++ first in Fortran testBrad King2009-09-091-1/+1
* Enforce FortranCInterface_VERIFY in Fortran testBrad King2009-08-241-2/+2
* Create FortranCInterface_VERIFY functionBrad King2009-08-241-0/+2
* Rewrite FortranCInterface moduleBrad King2009-08-051-35/+37
* Test C, C++, Fortran interface combinationsBrad King2009-08-041-2/+14
* ENH: Test Fortran and C++ in one executableBrad King2009-07-271-2/+2
* ENH: Remove EXTRA_FORTRAN_C_LIBS Fortran test hackBrad King2009-07-271-5/+0
* ENH: Test included header in Fortran preprocessingBrad King2009-02-241-0/+1
* ENH: fix gcc sun fortran mixBill Hoffman2008-11-111-2/+5
* ENH: put a check in for the gnu sunpro caseBill Hoffman2008-11-101-0/+5
* ENH: make the test pass when fortran is gnu and c is clBill Hoffman2008-11-061-34/+44
* ENH: add a way to fix bullseye link with fortranBill Hoffman2008-11-061-0/+5
* ENH: only call the fortran c interface test when compilers matchBill Hoffman2008-11-051-47/+63