[Cmake-commits] CMake branch, next, updated. v2.8.3-1546-gc034167

David Cole david.cole at kitware.com
Tue Feb 1 13:56:48 EST 2011


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  c034167a0a9a400f24235dde146316635cb052df (commit)
       via  15e422249eab4d920ffeb3de08057d35f3bc6387 (commit)
      from  93b9268213631e6c64906910097f8c5acaa00576 (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 -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c034167a0a9a400f24235dde146316635cb052df
commit c034167a0a9a400f24235dde146316635cb052df
Merge: 93b9268 15e4222
Author:     David Cole <david.cole at kitware.com>
AuthorDate: Tue Feb 1 13:56:46 2011 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Feb 1 13:56:46 2011 -0500

    Merge topic 'fix-10638-add-enable-prefast-flags' into next
    
    15e4222 VS9: Map enable/disable PREfast flags (#10638)


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=15e422249eab4d920ffeb3de08057d35f3bc6387
commit 15e422249eab4d920ffeb3de08057d35f3bc6387
Author:     David Cole <david.cole at kitware.com>
AuthorDate: Tue Feb 1 13:32:43 2011 -0500
Commit:     David Cole <david.cole at kitware.com>
CommitDate: Tue Feb 1 13:37:57 2011 -0500

    VS9: Map enable/disable PREfast flags (#10638)

diff --git a/Source/cmGlobalVisualStudio8Generator.cxx b/Source/cmGlobalVisualStudio8Generator.cxx
index 2d080df..b066179 100644
--- a/Source/cmGlobalVisualStudio8Generator.cxx
+++ b/Source/cmGlobalVisualStudio8Generator.cxx
@@ -358,6 +358,9 @@ static cmVS7FlagTable cmVS8ExtraFlagTable[] =
   {"ExceptionHandling", "EHsc", "enable c++ exceptions", "1", 0},
   {"ExceptionHandling", "EHa", "enable SEH exceptions", "2", 0},
 
+  {"EnablePREfast", "analyze", "", "TRUE", 0},
+  {"EnablePREfast", "analyze-", "", "FALSE", 0},
+
   {0,0,0,0,0}
 };
 cmIDEFlagTable const* cmGlobalVisualStudio8Generator::GetExtraFlagTableVS8()

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

Summary of changes:
 Source/cmGlobalVisualStudio8Generator.cxx |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list