[Cmake-commits] CMake branch, next, updated. v3.7.0-1459-g7080e8b

Brad King brad.king at kitware.com
Wed Nov 30 14:09:58 EST 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, next has been updated
       via  7080e8b39714568a81f8bd80e5ae79d00ee3eb23 (commit)
       via  315d44f77348ab80824353df2622c3d3d5445518 (commit)
      from  b98f80e22e4625e339121eea3cf766346bd7c96f (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=7080e8b39714568a81f8bd80e5ae79d00ee3eb23
commit 7080e8b39714568a81f8bd80e5ae79d00ee3eb23
Merge: b98f80e 315d44f
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Nov 30 14:09:57 2016 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Nov 30 14:09:57 2016 -0500

    Merge topic 'vs15-Zc-inline-false' into next
    
    315d44f7 VS: Add v141 flag table entry for `-Zc:inline-`


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=315d44f77348ab80824353df2622c3d3d5445518
commit 315d44f77348ab80824353df2622c3d3d5445518
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Nov 30 13:44:50 2016 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Wed Nov 30 14:04:02 2016 -0500

    VS: Add v141 flag table entry for `-Zc:inline-`
    
    The negative form of the `-Zc:inline` flag is missing from
    
        c:/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/VC/VCTargets/1033/cl.xml
    
    so it was not included in our flag table automatically.  Add it manually.
    
    Suggested-by: Serti Ayoub <ayb.serti at gmail.com>

diff --git a/Source/cmVS141CLFlagTable.h b/Source/cmVS141CLFlagTable.h
index 895b3e8..f751fc8 100644
--- a/Source/cmVS141CLFlagTable.h
+++ b/Source/cmVS141CLFlagTable.h
@@ -171,6 +171,7 @@ static cmVS7FlagTable cmVS141CLFlagTable[] = {
   { "TreatWChar_tAsBuiltInType", "Zc:wchar_t", "", "true", 0 },
   { "ForceConformanceInForLoopScope", "Zc:forScope-", "", "false", 0 },
   { "ForceConformanceInForLoopScope", "Zc:forScope", "", "true", 0 },
+  { "RemoveUnreferencedCodeData", "Zc:inline-", "", "false", 0 },
   { "RemoveUnreferencedCodeData", "Zc:inline", "", "true", 0 },
   { "EnforceTypeConversionRules", "Zc:rvalueCast-", "", "false", 0 },
   { "EnforceTypeConversionRules", "Zc:rvalueCast", "", "true", 0 },

-----------------------------------------------------------------------

Summary of changes:
 Source/cmVS141CLFlagTable.h |    1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list