[Cmake-commits] CMake branch, next, updated. v2.8.7-3292-ge0cebaa

Stephen Kelly steveire at gmail.com
Mon Mar 19 18:07:38 EDT 2012


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  e0cebaaf7fe4828f6a0e26495f0e572c67e47704 (commit)
       via  5b8983ee0124a0abd1f3072fdfc7fca852722600 (commit)
      from  4e6fd4bf483e3e6ea260f95eb2fb7bc109f82cc3 (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=e0cebaaf7fe4828f6a0e26495f0e572c67e47704
commit e0cebaaf7fe4828f6a0e26495f0e572c67e47704
Merge: 4e6fd4b 5b8983e
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Mon Mar 19 18:07:36 2012 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Mar 19 18:07:36 2012 -0400

    Merge topic 'fix-docs-typos' into next
    
    5b8983e Fix some typos in the docs comments.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=5b8983ee0124a0abd1f3072fdfc7fca852722600
commit 5b8983ee0124a0abd1f3072fdfc7fca852722600
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Mon Mar 19 23:05:21 2012 +0100
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Mon Mar 19 23:05:21 2012 +0100

    Fix some typos in the docs comments.

diff --git a/Source/cmake.h b/Source/cmake.h
index 161e656..94c6f12 100644
--- a/Source/cmake.h
+++ b/Source/cmake.h
@@ -102,8 +102,8 @@ class cmake
   //@{
   /**
    * Set/Get the home directory (or output directory) in the project. The
-   * home directory is the top directory of the project. It is where
-   * cmake was run. Remember that CMake processes
+   * home directory is the top directory of the project. It is the
+   * path-to-source cmake was run with. Remember that CMake processes
    * CMakeLists files by recursing up the tree starting at the StartDirectory
    * and going up until it reaches the HomeDirectory.
    */
@@ -294,7 +294,7 @@ class cmake
   void SetWorkingMode(WorkingMode mode) { this->CurrentWorkingMode = mode; }
   WorkingMode GetWorkingMode() { return this->CurrentWorkingMode; }
 
-  ///! Debug the try compile stuff by not delelting the files
+  ///! Debug the try compile stuff by not deleting the files
   bool GetDebugTryCompile(){return this->DebugTryCompile;}
   void DebugTryCompileOn(){this->DebugTryCompile = true;}
 
@@ -372,7 +372,7 @@ class cmake
   /** Display a message to the user.  */
   void IssueMessage(cmake::MessageType t, std::string const& text,
                     cmListFileBacktrace const& backtrace);
-  //  * run the --build option
+  ///! run the --build option
   int Build(const std::string& dir,
             const std::string& target,
             const std::string& config,
@@ -436,7 +436,7 @@ protected:
   void SetDirectoriesFromFile(const char* arg);
 
   //! Make sure all commands are what they say they are and there is no
-  //macros.
+  /// macros.
   void CleanupCommandsAndMacros();
 
   void GenerateGraphViz(const char* fileName) const;

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

Summary of changes:
 Source/cmake.h |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list