[Cmake-commits] CMake branch, master, updated. v2.8.6-206-g6ac35e5

David Cole david.cole at kitware.com
Tue Nov 15 14:39:15 EST 2011


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  6ac35e5cb3538c40bbfa662c6485684c26c7297d (commit)
       via  5be0e92218f4f82766389d7c8bb3193d98a09a87 (commit)
       via  a8f6159f69dbfdacf4d48ff26f21862d83fa7fd8 (commit)
       via  33fff24aca46c4eca17997c42c5f62d71666b836 (commit)
       via  bcc06d498ccdc6af80544b415678f4385f99279b (commit)
       via  6d12ab3f897310354bbaffd7a07b0458f489a7df (commit)
       via  553acec76b2dc333a418e0218d65dacb76e30a81 (commit)
       via  93cebcaf23118425c1ac51fcd07073c376be4e34 (commit)
       via  b2975adb31b891d87bb9828097a10167b811e96b (commit)
       via  831badeca25a8eca9e92dbbb181ea69b58112b2c (commit)
      from  c616f46fc56ae1433b6dcc54270b652f99fb7904 (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=6ac35e5cb3538c40bbfa662c6485684c26c7297d
commit 6ac35e5cb3538c40bbfa662c6485684c26c7297d
Merge: c616f46 5be0e92
Author:     David Cole <david.cole at kitware.com>
AuthorDate: Tue Nov 15 14:39:12 2011 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Nov 15 14:39:12 2011 -0500

    Merge topic 'import-KWIML'
    
    5be0e92 Merge branch 'upstream-kwiml' into import-KWIML
    a8f6159 KWIML: Create test output dir for Xcode
    33fff24 KWIML: No INT_SCN*8 on Intel for Windows
    bcc06d4 KWIML: No INT_SCN*8 on SunPro compiler
    6d12ab3 KWIML: Suppress printf/scanf format warnings in test
    553acec KWIML: Avoid redefining _CRT_SECURE_NO_DEPRECATE in test.h
    93cebca Configure KWIML inside CMake as cmIML
    b2975ad Merge branch 'upstream-kwiml' into import-KWIML
    831bade KWIML: The Kitware Information Macro Library


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

Summary of changes:
 CMakeLists.txt                            |    6 +
 Utilities/KWIML/ABI.h.in                  |  461 ++++++++++++++++++
 Utilities/KWIML/CMakeLists.txt            |   79 +++
 Utilities/KWIML/Copyright.txt             |   30 ++
 Utilities/KWIML/INT.h.in                  |  736 +++++++++++++++++++++++++++++
 Utilities/KWIML/README.txt                |   29 ++
 Utilities/KWIML/test/CMakeLists.txt       |   68 +++
 Utilities/KWIML/test/test.c               |   35 ++
 Utilities/KWIML/test/test.cxx             |   12 +
 Utilities/KWIML/test/test.h               |   37 ++
 Utilities/KWIML/test/test_ABI_C.c         |   22 +
 Utilities/KWIML/test/test_ABI_CXX.cxx     |   22 +
 Utilities/KWIML/test/test_ABI_endian.h.in |   47 ++
 Utilities/KWIML/test/test_INT_C.c         |   22 +
 Utilities/KWIML/test/test_INT_CXX.cxx     |   22 +
 Utilities/KWIML/test/test_INT_format.h.in |  188 ++++++++
 16 files changed, 1816 insertions(+), 0 deletions(-)
 create mode 100644 Utilities/KWIML/ABI.h.in
 create mode 100644 Utilities/KWIML/CMakeLists.txt
 create mode 100644 Utilities/KWIML/Copyright.txt
 create mode 100644 Utilities/KWIML/INT.h.in
 create mode 100644 Utilities/KWIML/README.txt
 create mode 100644 Utilities/KWIML/test/CMakeLists.txt
 create mode 100644 Utilities/KWIML/test/test.c
 create mode 100644 Utilities/KWIML/test/test.cxx
 create mode 100644 Utilities/KWIML/test/test.h
 create mode 100644 Utilities/KWIML/test/test_ABI_C.c
 create mode 100644 Utilities/KWIML/test/test_ABI_CXX.cxx
 create mode 100644 Utilities/KWIML/test/test_ABI_endian.h.in
 create mode 100644 Utilities/KWIML/test/test_INT_C.c
 create mode 100644 Utilities/KWIML/test/test_INT_CXX.cxx
 create mode 100644 Utilities/KWIML/test/test_INT_format.h.in


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list