[Cmake-commits] CMake branch, next, updated. v2.8.3-1544-g93b9268

David Cole david.cole at kitware.com
Tue Feb 1 13:28:44 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  93b9268213631e6c64906910097f8c5acaa00576 (commit)
       via  6cf5772a934f8408dbf0615a0a981239f461a28f (commit)
      from  ae66ec29b69ddbf31ff8dbadca2f3377186a2e69 (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=93b9268213631e6c64906910097f8c5acaa00576
commit 93b9268213631e6c64906910097f8c5acaa00576
Merge: ae66ec2 6cf5772
Author:     David Cole <david.cole at kitware.com>
AuthorDate: Tue Feb 1 13:28:42 2011 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Feb 1 13:28:42 2011 -0500

    Merge topic 'fix-10263-add-whole-program-opt-flags' into next
    
    6cf5772 VS7/8/9: Map whole program optimization flags (#10263)


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=6cf5772a934f8408dbf0615a0a981239f461a28f
commit 6cf5772a934f8408dbf0615a0a981239f461a28f
Author:     Philip Lowman <philip at yhbt.com>
AuthorDate: Tue Feb 1 13:12:58 2011 -0500
Commit:     David Cole <david.cole at kitware.com>
CommitDate: Tue Feb 1 13:16:40 2011 -0500

    VS7/8/9: Map whole program optimization flags (#10263)

diff --git a/Source/cmLocalVisualStudio7Generator.cxx b/Source/cmLocalVisualStudio7Generator.cxx
index f65a134..4f0cbb9 100644
--- a/Source/cmLocalVisualStudio7Generator.cxx
+++ b/Source/cmLocalVisualStudio7Generator.cxx
@@ -456,6 +456,10 @@ cmVS7FlagTable cmLocalVisualStudio7GeneratorFlagTable[] =
    "Turn off Run time type information for c++", "FALSE", 0},
   {"SmallerTypeCheck", "RTCc", "smaller type check", "TRUE", 0},
   {"SuppressStartupBanner", "nologo", "SuppressStartupBanner", "TRUE", 0},
+  {"WholeProgramOptimization", "GL",
+   "Enables whole program optimization", "TRUE", 0},
+  {"WholeProgramOptimization", "GL-",
+   "Disables whole program optimization", "FALSE", 0},
   {"WarnAsError", "WX", "Treat warnings as errors", "TRUE", 0},
   {"BrowseInformation", "FR", "Generate browse information", "1", 0},
   {0,0,0,0,0}

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list