[Cmake-commits] CMake branch, master, updated. v2.8.11-31-g3a0014a

Brad King brad.king at kitware.com
Thu May 16 14:36:46 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  3a0014a1fe0166846db026f9b715a52142c056bf (commit)
       via  d118b8b389b680abf5d23ed5e66eabda418b89e0 (commit)
       via  d33f40638dcc34a8c15b6605325446c777afd249 (commit)
       via  22fb73a0d6e27f0ecaf4e10705de204742427b31 (commit)
      from  0d217e64d02e8f56a720097925da8edb497c4c9d (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=3a0014a1fe0166846db026f9b715a52142c056bf
commit 3a0014a1fe0166846db026f9b715a52142c056bf
Merge: 0d217e6 d118b8b
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu May 16 14:36:44 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu May 16 14:36:44 2013 -0400

    Merge topic 'AddIARToolchain2'
    
    d118b8b Add IAR to the CMakeDetectC(XX)CompilerID.c(pp).in
    d33f406 Add regexps for the IAR toolchain to the vendor list.
    22fb73a Add support files for C, C++ and ASM for the IAR toolchain.


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

Summary of changes:
 Modules/CMakeCCompilerId.c.in           |    7 ++---
 Modules/CMakeCXXCompilerId.cpp.in       |    5 +++
 Modules/CMakeDetermineASMCompiler.cmake |    4 +++
 Modules/CMakeDetermineCCompiler.cmake   |    7 +++++
 Modules/CMakeDetermineCXXCompiler.cmake |    7 +++++
 Modules/Compiler/IAR-ASM.cmake          |   14 +++++++++
 Modules/Compiler/IAR-C.cmake            |   34 +++++++++++++++++++++++
 Modules/Compiler/IAR-CXX.cmake          |   34 +++++++++++++++++++++++
 Modules/Compiler/IAR.cmake              |   46 +++++++++++++++++++++++++++++++
 9 files changed, 154 insertions(+), 4 deletions(-)
 create mode 100644 Modules/Compiler/IAR-ASM.cmake
 create mode 100644 Modules/Compiler/IAR-C.cmake
 create mode 100644 Modules/Compiler/IAR-CXX.cmake
 create mode 100644 Modules/Compiler/IAR.cmake


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list