[Cmake-commits] CMake branch, next, updated. v3.0.0-4342-gbd02742

Clinton Stimpson clinton at elemtech.com
Thu Jul 17 10:43:26 EDT 2014


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  bd0274267f112ce43aa3f34779780026770612bd (commit)
       via  f2fbd3c4f548e7afe4f3ab7b3fa3df2268a954ef (commit)
      from  4d25272e7e1682b85164434e55fadf06e16e99f8 (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=bd0274267f112ce43aa3f34779780026770612bd
commit bd0274267f112ce43aa3f34779780026770612bd
Merge: 4d25272 f2fbd3c
Author:     Clinton Stimpson <clinton at elemtech.com>
AuthorDate: Thu Jul 17 10:43:25 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Jul 17 10:43:25 2014 -0400

    Merge topic 'encoding-ctest-fixes' into next
    
    f2fbd3c4 Encoding: Fix build error with Sun 5.9 compiler.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f2fbd3c4f548e7afe4f3ab7b3fa3df2268a954ef
commit f2fbd3c4f548e7afe4f3ab7b3fa3df2268a954ef
Author:     Clinton Stimpson <clinton at elemtech.com>
AuthorDate: Thu Jul 17 08:42:28 2014 -0600
Commit:     Clinton Stimpson <clinton at elemtech.com>
CommitDate: Thu Jul 17 08:42:28 2014 -0600

    Encoding: Fix build error with Sun 5.9 compiler.

diff --git a/Tests/CTestTestMemcheck/memtester.cxx.in b/Tests/CTestTestMemcheck/memtester.cxx.in
index fd8a2a8..43c0ba7 100644
--- a/Tests/CTestTestMemcheck/memtester.cxx.in
+++ b/Tests/CTestTestMemcheck/memtester.cxx.in
@@ -1,6 +1,7 @@
 #include <cmSystemTools.h>
 #include <cmsys/Encoding.hxx>
 #include <string>
+#include <locale.h>
 
 #define RETVAL @_retval@
 

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

Summary of changes:
 Tests/CTestTestMemcheck/memtester.cxx.in |    1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list