[Cmake-commits] CMake branch, master, updated. v2.8.11.2-1001-g1d9af19

Brad King brad.king at kitware.com
Mon Oct 7 15:45:17 EDT 2013


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, master has been updated
       via  1d9af198a8ea4e9329839c2e1f101106d8bdf505 (commit)
       via  c04995b46eb93d39f97ee12ab63a5479c0b79b41 (commit)
      from  b41f2dd7d2baddd2d02d4e167121337d1f171d06 (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=1d9af198a8ea4e9329839c2e1f101106d8bdf505
commit 1d9af198a8ea4e9329839c2e1f101106d8bdf505
Merge: b41f2dd c04995b
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Oct 7 15:45:15 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Oct 7 15:45:15 2013 -0400

    Merge topic 'split-cmake-E'
    
    c04995b cmake: Split -E command implementation into separate source file


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

Summary of changes:
 Source/CMakeLists.txt |    2 +-
 Source/cmake.cxx      | 1355 ------------------------------------------------
 Source/cmake.h        |   28 -
 Source/cmakemain.cxx  |    3 +-
 Source/cmcmd.cxx      | 1374 +++++++++++++++++++++++++++++++++++++++++++++++++
 Source/cmcmd.h        |   54 ++
 bootstrap             |    1 +
 7 files changed, 1432 insertions(+), 1385 deletions(-)
 create mode 100644 Source/cmcmd.cxx
 create mode 100644 Source/cmcmd.h


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list