[Cmake-commits] CMake branch, master, updated. v3.5.0-317-g5b2acf6
Brad King
brad.king at kitware.com
Thu Mar 24 08:49:43 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 5b2acf6c1c904df96bd0031c9469e61118da5200 (commit)
via ad140c6e1bb6eda5d17a199304578dbd92bedbad (commit)
via f069be054833f465ab469b534fddbc52c5c9913b (commit)
via c05ea48545f04dee8666094b0731366b64dfc9ad (commit)
via 78ec04613063653008f221eed644f1c2566fd900 (commit)
from 59f53f7422818f3ccad8518ab0863de6bb7fd293 (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=5b2acf6c1c904df96bd0031c9469e61118da5200
commit 5b2acf6c1c904df96bd0031c9469e61118da5200
Merge: 59f53f7 ad140c6
Author: Brad King <brad.king at kitware.com>
AuthorDate: Thu Mar 24 08:49:41 2016 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Mar 24 08:49:41 2016 -0400
Merge topic 'vs-startup-project'
ad140c6e VS: Put ALL_BUILD in the PREDEFINED_TARGETS_FOLDER
f069be05 VS: Fix default target support for targets nested inside a folder
c05ea485 VS: Improve unit test macros
78ec0461 VS: Add option to choose the `.sln` startup project (#15578)
-----------------------------------------------------------------------
Summary of changes:
Help/manual/cmake-properties.7.rst | 1 +
Help/prop_dir/VS_STARTUP_PROJECT.rst | 12 +++++++
Help/release/dev/vs-startup-project.rst | 6 ++++
Source/cmGlobalVisualStudio71Generator.cxx | 22 +++++++++++--
Source/cmGlobalVisualStudioGenerator.cxx | 34 ++++++++++++++++----
Source/cmGlobalVisualStudioGenerator.h | 2 ++
Tests/RunCMake/CMakeLists.txt | 5 ++-
Tests/RunCMake/VSSolution/RunCMakeTest.cmake | 6 ++++
.../RunCMake/VSSolution/StartupProject-check.cmake | 5 +++
Tests/RunCMake/VSSolution/StartupProject.cmake | 2 ++
.../VSSolution/StartupProjectMissing-check.cmake | 5 +++
.../VSSolution/StartupProjectMissing-stderr.txt | 4 +++
.../VSSolution/StartupProjectMissing.cmake | 1 +
.../StartupProjectUseFolders-check.cmake | 9 ++++++
.../VSSolution/StartupProjectUseFolders.cmake | 3 ++
Tests/RunCMake/VSSolution/solution_parsing.cmake | 15 +++++++++
16 files changed, 122 insertions(+), 10 deletions(-)
create mode 100644 Help/prop_dir/VS_STARTUP_PROJECT.rst
create mode 100644 Help/release/dev/vs-startup-project.rst
create mode 100644 Tests/RunCMake/VSSolution/StartupProject-check.cmake
create mode 100644 Tests/RunCMake/VSSolution/StartupProject.cmake
create mode 100644 Tests/RunCMake/VSSolution/StartupProjectMissing-check.cmake
create mode 100644 Tests/RunCMake/VSSolution/StartupProjectMissing-stderr.txt
create mode 100644 Tests/RunCMake/VSSolution/StartupProjectMissing.cmake
create mode 100644 Tests/RunCMake/VSSolution/StartupProjectUseFolders-check.cmake
create mode 100644 Tests/RunCMake/VSSolution/StartupProjectUseFolders.cmake
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list