summaryrefslogtreecommitdiffstats
path: root/Help/release/dev
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-04-15 13:30:14 (GMT)
committerBrad King <brad.king@kitware.com>2015-04-15 13:58:42 (GMT)
commit885ab9ab37b1f4c094036814882886f5ec9efaf4 (patch)
tree4f20a6ab6c4f846c420f400fe97322e168098235 /Help/release/dev
parentcdc53b62c20605467334ecb80c474533e04ff26c (diff)
downloadCMake-885ab9ab37b1f4c094036814882886f5ec9efaf4.zip
CMake-885ab9ab37b1f4c094036814882886f5ec9efaf4.tar.gz
CMake-885ab9ab37b1f4c094036814882886f5ec9efaf4.tar.bz2
VS: Drop reload macros for VS >= 10 (#11258,#14680)
We never implemented them for VS 11 (2012), 12 (2013), or 14 (2015). For VS 10 (2010) the reload macro does not work correctly when run from inside a build launched through the IDE because stopping the build kills the CMake that is driving the reload. Fortunately VS >= 10 know how to reload the whole solution anyway.
Diffstat (limited to 'Help/release/dev')
-rw-r--r--Help/release/dev/vs10-no-macros.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/Help/release/dev/vs10-no-macros.rst b/Help/release/dev/vs10-no-macros.rst
new file mode 100644
index 0000000..89377dc
--- /dev/null
+++ b/Help/release/dev/vs10-no-macros.rst
@@ -0,0 +1,9 @@
+vs10-no-macros
+--------------
+
+* The :generator:`Visual Studio 10 2010` generator no longer checks
+ for running VS IDEs with the project open or asks them to reload.
+ This was originally done for VS 10 because it had been done for
+ VS 7 through 9 to avoid prompting for every project in a solution.
+ Since VS >= 10 allow the whole solution to reload at once they
+ do not need CMake to help them.