[Cmake-commits] CMake branch, next, updated. v2.8.2-1019-ga692da3

Ben Boeckel ben.boeckel at kitware.com
Wed Oct 6 15:02:02 EDT 2010


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  a692da327906df8bb556844e846316b86eec87eb (commit)
       via  a267b99cd64a17781bf7af3fd6b53a4acb9c10ff (commit)
      from  153fb9cecf97e5b12dd7c2523b5218c6a9d54fff (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=a692da327906df8bb556844e846316b86eec87eb
commit a692da327906df8bb556844e846316b86eec87eb
Merge: 153fb9c a267b99
Author:     Ben Boeckel <ben.boeckel at kitware.com>
AuthorDate: Wed Oct 6 15:02:00 2010 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Oct 6 15:02:00 2010 -0400

    Merge topic 'dev/strict-mode' into next
    
    a267b99 Fix line lengths


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a267b99cd64a17781bf7af3fd6b53a4acb9c10ff
commit a267b99cd64a17781bf7af3fd6b53a4acb9c10ff
Author:     Ben Boeckel <ben.boeckel at kitware.com>
AuthorDate: Wed Oct 6 15:00:52 2010 -0400
Commit:     Ben Boeckel <ben.boeckel at kitware.com>
CommitDate: Wed Oct 6 15:00:52 2010 -0400

    Fix line lengths

diff --git a/Source/cmake.cxx b/Source/cmake.cxx
index 845ab9b..37373ae 100644
--- a/Source/cmake.cxx
+++ b/Source/cmake.cxx
@@ -524,7 +524,8 @@ void cmake::ReadListFile(const char *path)
 }
 
 // Parse the args
-void cmake::SetArgs(const std::vector<std::string>& args, bool directoriesSetBefore)
+void cmake::SetArgs(const std::vector<std::string>& args,
+                    bool directoriesSetBefore)
 {
   bool directoriesSet = directoriesSetBefore;
   for(unsigned int i=1; i < args.size(); ++i)
diff --git a/Source/cmake.h b/Source/cmake.h
index 36c0f4a..9001748 100644
--- a/Source/cmake.h
+++ b/Source/cmake.h
@@ -212,7 +212,8 @@ class cmake
   bool CommandExists(const char* name) const;
     
   ///! Parse command line arguments
-  void SetArgs(const std::vector<std::string>&, bool directoriesSetBefore = false);
+  void SetArgs(const std::vector<std::string>&,
+               bool directoriesSetBefore = false);
 
   ///! Is this cmake running as a result of a TRY_COMPILE command
   bool GetIsInTryCompile() { return this->InTryCompile; }

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

Summary of changes:
 Source/cmake.cxx |    3 ++-
 Source/cmake.h   |    3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list