[Cmake-commits] CMake branch, master, updated. v3.6.2-1140-gc60fe33
Brad King
brad.king at kitware.com
Fri Sep 23 08:40:12 EDT 2016
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, master has been updated
via c60fe3307591a76d498b4eae7ab8d801c65a709d (commit)
via eb8cd35684f2dc2f53d205d7738e1c01a12a493f (commit)
via a41c8724d155f1cd74ce36cdfbd10da0eac5b389 (commit)
via 1ec5097d4d15cfb2d24a8f23cb6accf38f870981 (commit)
via d7bd2efbc4ffeb56cc1f9ddafffc49a8e42d09c2 (commit)
from e9cae187c38ffef4da0b486980491d87e1d91507 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c60fe3307591a76d498b4eae7ab8d801c65a709d
commit c60fe3307591a76d498b4eae7ab8d801c65a709d
Merge: e9cae18 eb8cd35
Author: Brad King <brad.king at kitware.com>
AuthorDate: Fri Sep 23 08:40:10 2016 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Sep 23 08:40:10 2016 -0400
Merge topic 'test-Fortran-split'
eb8cd356 Tests: Split Fortran module testing into separate FortranModules test
a41c8724 Tests: Check if Fortran compiler supports F90
1ec5097d Tests: Use more generic variables in Fortran test
d7bd2efb Tests: Remove trailing line from Fortran/External
-----------------------------------------------------------------------
Summary of changes:
Tests/CMakeLists.txt | 14 ++-
Tests/CheckFortran.cmake | 3 +
Tests/Fortran/CMakeLists.txt | 89 +-------------------
Tests/FortranModules/CMakeLists.txt | 78 +++++++++++++++++
.../Executable/CMakeLists.txt | 0
.../Executable/main.f90 | 0
.../External/CMakeLists.txt | 1 -
Tests/{Fortran => FortranModules}/External/a.f90 | 0
.../Library/CMakeLists.txt | 0
Tests/{Fortran => FortranModules}/Library/a.f90 | 0
Tests/{Fortran => FortranModules}/Library/b.f90 | 0
Tests/{Fortran => FortranModules}/Library/main.f90 | 0
.../Subdir/CMakeLists.txt | 0
.../{Fortran => FortranModules}/Subdir/subdir.f90 | 0
.../in_interface/main.f90 | 0
.../in_interface/module.f90 | 0
.../include/test_preprocess.h | 0
.../test_module_implementation.f90 | 0
.../test_module_interface.f90 | 0
.../test_module_main.f90 | 0
.../test_preprocess.F90 | 0
.../test_preprocess_module.F90 | 0
.../test_use_in_comment_fixedform.f | 0
.../test_use_in_comment_freeform.f90 | 0
24 files changed, 96 insertions(+), 89 deletions(-)
create mode 100644 Tests/FortranModules/CMakeLists.txt
rename Tests/{Fortran => FortranModules}/Executable/CMakeLists.txt (100%)
rename Tests/{Fortran => FortranModules}/Executable/main.f90 (100%)
rename Tests/{Fortran => FortranModules}/External/CMakeLists.txt (98%)
rename Tests/{Fortran => FortranModules}/External/a.f90 (100%)
rename Tests/{Fortran => FortranModules}/Library/CMakeLists.txt (100%)
rename Tests/{Fortran => FortranModules}/Library/a.f90 (100%)
rename Tests/{Fortran => FortranModules}/Library/b.f90 (100%)
rename Tests/{Fortran => FortranModules}/Library/main.f90 (100%)
rename Tests/{Fortran => FortranModules}/Subdir/CMakeLists.txt (100%)
rename Tests/{Fortran => FortranModules}/Subdir/subdir.f90 (100%)
rename Tests/{Fortran => FortranModules}/in_interface/main.f90 (100%)
rename Tests/{Fortran => FortranModules}/in_interface/module.f90 (100%)
rename Tests/{Fortran => FortranModules}/include/test_preprocess.h (100%)
rename Tests/{Fortran => FortranModules}/test_module_implementation.f90 (100%)
rename Tests/{Fortran => FortranModules}/test_module_interface.f90 (100%)
rename Tests/{Fortran => FortranModules}/test_module_main.f90 (100%)
rename Tests/{Fortran => FortranModules}/test_preprocess.F90 (100%)
rename Tests/{Fortran => FortranModules}/test_preprocess_module.F90 (100%)
rename Tests/{Fortran => FortranModules}/test_use_in_comment_fixedform.f (100%)
rename Tests/{Fortran => FortranModules}/test_use_in_comment_freeform.f90 (100%)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list