[Cmake-commits] CMake branch, master, updated. v2.8.4-178-g036aab0

Brad King brad.king at kitware.com
Tue Mar 8 14:22:39 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  036aab093b30e3305e1eef66b9fba7317c2af600 (commit)
       via  b3ce4200dca9903e9ac56f6924aa4cc349aa0f7a (commit)
       via  80f6a344fc7cba25419e27b078a52d1c41280b02 (commit)
       via  1dafa7498f0dced8522b8244dd8dbf8176f0fe5b (commit)
       via  4139a734fae11d2ece631ff4805556ee2a6de66b (commit)
       via  1f6c6b1cc27fe867fa942210a657d691b8fb575c (commit)
       via  d0f71e2545e234671abe3b6de325726f23cf854d (commit)
       via  bd580be526f7b394fb84960f3f706dae2d0eb940 (commit)
       via  a0bab7ae694b65c68c1ab463fafbe036af73949f (commit)
       via  c03b610c0aa20b298b15af401e1312c2b73beceb (commit)
       via  c623008376a0758b1cb1b8f404d6a148ce938b8e (commit)
       via  17c658f819cee5af4854239f8d4aa6b0f51970ce (commit)
       via  4258b241349153c9154f70bd4bb2f6ba8bfc9af6 (commit)
       via  9071b8b87f0e63f10f1f77949246c1b4241cfb6c (commit)
       via  48f7199df083f1b6f18a02b97cfec09ce5efffbd (commit)
       via  d103c751fa0b89215ed2a4dd143ab2bb980b270f (commit)
       via  20fe0beb7e205db76af4db1babe30f9f3bd62992 (commit)
       via  861447097ca772434325d31b31fd8c86d9cbfc6f (commit)
       via  cf8809203ae4e37a529879bd41ae5c7b058a3cf9 (commit)
       via  66614a868d7f7c3493d75c7047f1c0ca443ce099 (commit)
       via  78f7c592eb3ded4eb7871cd012f46948fd35aa8e (commit)
       via  74564615889e35b8794e62325aa10d46d525bba4 (commit)
       via  5542d5801417946988e6bf5adb79a10dc9e73b55 (commit)
       via  f745220a32dd123f694c69b2ac871491c26afa76 (commit)
       via  00735d40556a97996697d546f6efb3bd4592202a (commit)
       via  d3e9e8a078a01df4a50f824e0a41b7ca8caf99bf (commit)
       via  64e66ebdc8449aa92f1a0aa66d649aedab0af92d (commit)
       via  38f92bfbe19afa18f92d336b69576bcba5d1cc35 (commit)
       via  4b40d4297aa7b984e9b5fa905cdee21960ec4f8a (commit)
      from  831fef8167cfdcc86dfb838f60ef9dd5ba864a72 (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=036aab093b30e3305e1eef66b9fba7317c2af600
commit 036aab093b30e3305e1eef66b9fba7317c2af600
Merge: 831fef8 b3ce420
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Mar 8 14:22:38 2011 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Mar 8 14:22:38 2011 -0500

    Merge topic 'ReworkedAsmSupport'
    
    b3ce420 Do not bother enabling C++ in Assembler test
    80f6a34 Teach Assembler test to generate main.s at build time
    1dafa74 Fix Assembler test to parse C flags string before using
    4139a73 -only enable the asm test for the Intel compiler if we are under UNIX
    1f6c6b1 -use CMAKE_C_FLAGS when generating the assembler file
    d0f71e2 Add ASM platform information for HP compiler on HP
    bd580be Merge branch 'hp-compiler-info' into ReworkedAsmSupport
    a0bab7a Add ASM platform information for XL compiler on AIX
    c03b610 Merge branch 'aix-xl-platform-info' into ReworkedAsmSupport
    c623008 Initialize ASM rpath flags for executables with those for shared libs
    17c658f Add support for the Intel compiler used for ASM under Windows
    4258b24 Add more regex for gcc, always print the ASM compiler ID
    9071b8b Add temporary debug output for compiler ID detection for ASM
    48f7199 It's ELSEIF(), not ELSIF()
    d103c75 Fix bad comparison in the detect assembler-code
    20fe0be Only try assembler support for Makefile-based generators
    8614470 Use a regexp instead a lot of ORs for checking the compiler ID
    cf88092 The Assembler test now tests ASM for GNU, Intel, HP, XL and SunPro
    66614a8 Add assemble- and preprocess commands for HP
    78f7c59 Fix the default CMAKE_ASM_COMPILE_OBJECT, make XL-ASM use it
    7456461 Change the default rules so they fit better to the new ASM handling
    5542d58 Set the HP asm file suffix
    f745220 Add support for ASm for the HP compiler.
    00735d4 Add suport for ASM for the IBM XL compiler
    d3e9e8a Add support for ASM for the SunPro compiler
    64e66eb Actually use CMAKE_ASM_COMPILER for asm, instead of CMAKE_C_COMPILER
    38f92bf Add ASM support for the Intel compiler
    4b40d42 Rework the way assembler is handled, use the C/CXX compiler by default


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

Summary of changes:
 Modules/CMakeASM-ATTInformation.cmake              |    3 +
 Modules/CMakeASMCompiler.cmake.in                  |    1 +
 Modules/CMakeASMInformation.cmake                  |   21 ++++-
 Modules/CMakeDetermineASMCompiler.cmake            |   86 +++++++++++++++++---
 Modules/CMakeDetermineCompilerId.cmake             |    7 ++
 Modules/Compiler/GNU-ASM.cmake                     |    6 ++
 Modules/Compiler/HP-ASM.cmake                      |    3 +
 Modules/Compiler/HP-C.cmake                        |    3 +
 Modules/Compiler/HP-CXX.cmake                      |    3 +
 Modules/Compiler/Intel-ASM.cmake                   |   13 +++
 Modules/Compiler/SunPro-ASM.cmake                  |   24 ++++++
 Modules/Compiler/XL-ASM.cmake                      |   13 +++
 .../Platform/{AIX-XL-C.cmake => AIX-XL-ASM.cmake}  |    2 +-
 Modules/Platform/HP-UX-HP-ASM.cmake                |    6 ++
 Modules/Platform/HP-UX-HP.cmake                    |    1 +
 ...ndows-Intel-C.cmake => Windows-Intel-ASM.cmake} |    2 +-
 Tests/Assembler/CMakeLists.txt                     |   40 +++++----
 17 files changed, 198 insertions(+), 36 deletions(-)
 create mode 100644 Modules/Compiler/GNU-ASM.cmake
 create mode 100644 Modules/Compiler/HP-ASM.cmake
 create mode 100644 Modules/Compiler/Intel-ASM.cmake
 create mode 100644 Modules/Compiler/SunPro-ASM.cmake
 create mode 100644 Modules/Compiler/XL-ASM.cmake
 copy Modules/Platform/{AIX-XL-C.cmake => AIX-XL-ASM.cmake} (52%)
 create mode 100644 Modules/Platform/HP-UX-HP-ASM.cmake
 copy Modules/Platform/{Windows-Intel-C.cmake => Windows-Intel-ASM.cmake} (51%)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list