[Cmake-commits] CMake branch, master, updated. v2.8.8-60-gc4aa538

David Cole david.cole at kitware.com
Wed Apr 25 14:04:09 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, master has been updated
       via  c4aa5386fb69822e1b131fb95cc11682ed1f5219 (commit)
       via  05604eb9cb7ced290af67dcc392f0a9a10e64386 (commit)
      from  f45d004c0a052646494085b687af6aa1d539c876 (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=c4aa5386fb69822e1b131fb95cc11682ed1f5219
commit c4aa5386fb69822e1b131fb95cc11682ed1f5219
Merge: f45d004 05604eb
Author:     David Cole <david.cole at kitware.com>
AuthorDate: Wed Apr 25 14:03:53 2012 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Apr 25 14:03:53 2012 -0400

    Merge topic 'list-empty-error'
    
    05604eb list: Handle errors on empty lists more gracefully (#13138)


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

Summary of changes:
 Source/cmListCommand.cxx                           |   15 ++++++++++++++-
 Tests/RunCMake/CMakeLists.txt                      |    1 +
 .../RunCMake/{find_package => list}/CMakeLists.txt |    0
 .../EmptyGet0-result.txt}                          |    0
 Tests/RunCMake/list/EmptyGet0-stderr.txt           |    4 ++++
 Tests/RunCMake/list/EmptyGet0.cmake                |    2 ++
 .../EmptyInsert-1-result.txt}                      |    0
 Tests/RunCMake/list/EmptyInsert-1-stderr.txt       |    4 ++++
 Tests/RunCMake/list/EmptyInsert-1.cmake            |    2 ++
 .../EmptyRemoveAt0-result.txt}                     |    0
 Tests/RunCMake/list/EmptyRemoveAt0-stderr.txt      |    4 ++++
 Tests/RunCMake/list/EmptyRemoveAt0.cmake           |    2 ++
 Tests/RunCMake/list/RunCMakeTest.cmake             |    5 +++++
 13 files changed, 38 insertions(+), 1 deletions(-)
 copy Tests/RunCMake/{find_package => list}/CMakeLists.txt (100%)
 copy Tests/RunCMake/{ObjectLibrary/BadObjSource1-result.txt => list/EmptyGet0-result.txt} (100%)
 create mode 100644 Tests/RunCMake/list/EmptyGet0-stderr.txt
 create mode 100644 Tests/RunCMake/list/EmptyGet0.cmake
 copy Tests/RunCMake/{ObjectLibrary/BadObjSource1-result.txt => list/EmptyInsert-1-result.txt} (100%)
 create mode 100644 Tests/RunCMake/list/EmptyInsert-1-stderr.txt
 create mode 100644 Tests/RunCMake/list/EmptyInsert-1.cmake
 copy Tests/RunCMake/{ObjectLibrary/BadObjSource1-result.txt => list/EmptyRemoveAt0-result.txt} (100%)
 create mode 100644 Tests/RunCMake/list/EmptyRemoveAt0-stderr.txt
 create mode 100644 Tests/RunCMake/list/EmptyRemoveAt0.cmake
 create mode 100644 Tests/RunCMake/list/RunCMakeTest.cmake


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list