[Cmake-commits] CMake branch, master, updated. v2.8.12-374-gd066108

Brad King brad.king at kitware.com
Mon Oct 21 09:02:28 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  d06610888dd357a7085be0bfff86f5d5d291771d (commit)
       via  765d783972dbacc336d11803cccf56cdc9aac6c5 (commit)
       via  52b80b2643acdd2f31582fe20773cc4c3740b9ad (commit)
       via  c076476d7de18802d99d3c715caee54f05d52781 (commit)
       via  f551135208adc1ac8990f5309ec54325cf897d7d (commit)
      from  595060f3837a7da28810c644177b63d6319631b6 (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=d06610888dd357a7085be0bfff86f5d5d291771d
commit d06610888dd357a7085be0bfff86f5d5d291771d
Merge: 595060f 765d783
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Oct 21 09:02:26 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Oct 21 09:02:26 2013 -0400

    Merge topic 'remove-old-process-execution'
    
    765d783 cmSystemTools: Drop old RunCommand method
    52b80b2 exec_program: Re-implement using KWSys Process
    c076476 cmake: Drop "cmake -E comspec" Win9x helper
    f551135 cmExtraEclipseCDT4Generator: Replace RunCommand with RunSingleCommand


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

Summary of changes:
 Help/manual/cmake.1.rst                |    2 +-
 Source/CMakeLists.txt                  |   12 -
 Source/CPack/cpack.cxx                 |    5 -
 Source/cmExecProgramCommand.cxx        |  196 +++++++-
 Source/cmExecProgramCommand.h          |    4 +
 Source/cmExtraEclipseCDT4Generator.cxx |    2 +-
 Source/cmSystemTools.cxx               |  358 -------------
 Source/cmSystemTools.h                 |   27 -
 Source/cmWin32ProcessExecution.cxx     |  884 --------------------------------
 Source/cmWin32ProcessExecution.h       |  169 ------
 Source/cmake.cxx                       |    4 -
 Source/cmcmd.cxx                       |   14 +-
 Source/cmw9xcom.cxx                    |   45 --
 Source/ctest.cxx                       |    4 -
 bootstrap                              |    3 +-
 15 files changed, 201 insertions(+), 1528 deletions(-)
 delete mode 100644 Source/cmWin32ProcessExecution.cxx
 delete mode 100644 Source/cmWin32ProcessExecution.h
 delete mode 100644 Source/cmw9xcom.cxx


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list