[Cmake-commits] CMake branch, master, updated. v3.8.0-rc1-380-g5d81817
Brad King
brad.king at kitware.com
Thu Mar 2 09:26:06 EST 2017
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 5d81817b7168d16190848807d2cfb73ed14b8ee7 (commit)
via 506207f928bfc8853864edb9a200a38e7ac2b02b (commit)
via a202749c46f84563a6cccf6d5d31808fddf53408 (commit)
via 9588d0a2e2442e6cc07dd4563399e257d95c792b (commit)
from 6d9ab1eff7bd8a1374429c61627157dda4bb127b (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=5d81817b7168d16190848807d2cfb73ed14b8ee7
commit 5d81817b7168d16190848807d2cfb73ed14b8ee7
Merge: 6d9ab1e 506207f
Author: Brad King <brad.king at kitware.com>
AuthorDate: Thu Mar 2 09:26:03 2017 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Mar 2 09:26:03 2017 -0500
Merge topic 'csproj_add_free_source_tags'
506207f9 VS: add test for VS_CSHARP_* source file property
a202749c VS: add CSharpUtilities module
9588d0a2 VS: add VS_CSHARP_<tagname> sourcefile property
-----------------------------------------------------------------------
Summary of changes:
Help/manual/cmake-modules.7.rst | 1 +
Help/manual/cmake-properties.7.rst | 1 +
Help/module/CSharpUtilities.rst | 1 +
Help/prop_sf/VS_CSHARP_tagname.rst | 19 ++
Help/release/3.8.rst | 14 +-
Modules/CSharpUtilities.cmake | 298 ++++++++++++++++++++
Source/cmSourceFile.h | 1 +
Source/cmVisualStudio10TargetGenerator.cxx | 93 +++---
Tests/RunCMake/VS10Project/RunCMakeTest.cmake | 1 +
.../VS10Project/VsCSharpCustomTags-check.cmake | 23 ++
.../RunCMake/VS10Project/VsCSharpCustomTags.cmake | 11 +
.../foo.cpp => RunCMake/VS10Project/foo.cs} | 0
12 files changed, 407 insertions(+), 56 deletions(-)
create mode 100644 Help/module/CSharpUtilities.rst
create mode 100644 Help/prop_sf/VS_CSHARP_tagname.rst
create mode 100644 Modules/CSharpUtilities.cmake
create mode 100644 Tests/RunCMake/VS10Project/VsCSharpCustomTags-check.cmake
create mode 100644 Tests/RunCMake/VS10Project/VsCSharpCustomTags.cmake
copy Tests/{CTestCoverageCollectGCOV/TestProject/3rdparty/foo.cpp => RunCMake/VS10Project/foo.cs} (100%)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list