[Cmake-commits] CMake branch, next, updated. v2.8.7-3145-g0a505f3

Brad King brad.king at kitware.com
Fri Mar 9 15:29:58 EST 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, next has been updated
       via  0a505f3f05dab1582d9a09fccc1855587044eb72 (commit)
       via  15754a55688b1f51dd0200551a84c772ce598f39 (commit)
      from  c8e97077314e1983b4e3e962da366947a8c9ab61 (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=0a505f3f05dab1582d9a09fccc1855587044eb72
commit 0a505f3f05dab1582d9a09fccc1855587044eb72
Merge: c8e9707 15754a5
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri Mar 9 15:29:48 2012 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Mar 9 15:29:48 2012 -0500

    Merge topic 'update-KWIML' into next
    
    15754a5 KWIML: Fix test_INT_format typo


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=15754a55688b1f51dd0200551a84c772ce598f39
commit 15754a55688b1f51dd0200551a84c772ce598f39
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri Mar 9 15:27:35 2012 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Fri Mar 9 15:27:35 2012 -0500

    KWIML: Fix test_INT_format typo
    
    Do not print @KWIML at _INT_ twice.

diff --git a/Utilities/KWIML/test/test_INT_format.h.in b/Utilities/KWIML/test/test_INT_format.h.in
index feca446..a8ea263 100644
--- a/Utilities/KWIML/test/test_INT_format.h.in
+++ b/Utilities/KWIML/test/test_INT_format.h.in
@@ -24,7 +24,7 @@
   {                                                                     \
   T const x = VALUE(T, U);                                              \
   T y = C(V);                                                           \
-  printf(LANG "@KWIML at _INT_" #C ":"                                     \
+  printf(LANG #C ":"                                                    \
          " expression [%"@KWIML at _INT_PRI##PRI"],"                       \
          " literal [%"@KWIML at _INT_PRI##PRI"]", x, y);                   \
   if(x == y)                                                            \

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

Summary of changes:
 Utilities/KWIML/test/test_INT_format.h.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list