[Cmake-commits] CMake branch, master, updated. v3.1.2-1152-g32821bb

Brad King brad.king at kitware.com
Thu Feb 12 11:53:12 EST 2015


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  32821bb3190a9539ebe98fb7dfa0ba7c7a890ff7 (commit)
       via  b5f98e5012ef53ee6746c42131fc66892bfff717 (commit)
       via  83414d5a07753d004f5e663c385ef0c713895d46 (commit)
       via  9a1f8f35f48d7dcfefc70de9ae530c31b16cd9e0 (commit)
       via  4aa7bd2ac11aa2edb0288e5ba360984b7799130d (commit)
       via  6774c92b5809b80c767ef8094b2f26d06556e0fd (commit)
       via  2c4a7298fcb3ac6a6b6c0a9545b343c814f3d6ec (commit)
       via  a551851ab3f23f58074638ffcf38a08d98a35fa8 (commit)
       via  f79c0f7697ee0bd25ec74f7dbb2ac0cf6189a9df (commit)
       via  8e0827b646b14028446503ac392a9ab7bb5a53a3 (commit)
       via  f2c49f59d8dbca936a40b62a9079fa71ca551365 (commit)
       via  3250a7e535684bec684c0109b31675ba72dc3aa9 (commit)
       via  081a13f7c011d0ebd28caebfedee1e3e3f7602c9 (commit)
       via  17b5ebd383df4c0c731b5c687ccaa3608b2d188f (commit)
      from  e6ae3c6ae0540de51b3d615aea3abd49ccc70a34 (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=32821bb3190a9539ebe98fb7dfa0ba7c7a890ff7
commit 32821bb3190a9539ebe98fb7dfa0ba7c7a890ff7
Merge: e6ae3c6 b5f98e5
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Feb 12 11:53:11 2015 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Feb 12 11:53:11 2015 -0500

    Merge topic 'clean-up-cmMacroCommand'
    
    b5f98e50 cmMacroCommand: Manipulate target string directly.
    83414d5a cmMacroCommand: Move computation of ARGV%n names out of double loop.
    9a1f8f35 cmMacroCommand: Move ARGV replacement out of condition.
    4aa7bd2a cmMacroCommand: Remove condition around ARGN replacement.
    6774c92b cmMacroCommand: Declare tmps in the scope that it's used.
    2c4a7298 cmMacroCommand: Declare arg in the scope that it is used.
    a551851a cmMacroCommand: Inline variable computation.
    f79c0f76 cmMacroCommand: Compute variables outside of two loops.
    8e0827b6 cmMacroCommand: Remove intermediate arg variables.
    f2c49f59 cmMacroCommand: Remove condition around ARGN computation.
    3250a7e5 cmMacroCommand: Remove conditional append of semicolon.
    081a13f7 cmMacroCommand: Declare arg variables where used and initialized.
    17b5ebd3 cmMacroCommand: Join the args strings outside of the loops.


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

Summary of changes:
 Source/cmMacroCommand.cxx |   93 ++++++++++++++++-----------------------------
 1 file changed, 32 insertions(+), 61 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list