[Cmake-commits] CMake branch, next, updated. v3.7.0-1257-g4545da9

Brad King brad.king at kitware.com
Fri Nov 18 09:14:14 EST 2016


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  4545da9029b0882f36722197ea80a81f32f8c219 (commit)
       via  4775a99f61ff7982a37432625e37869e436cd1bd (commit)
       via  0a56e6fe35b89778a7e08a0341d3b08450aebd19 (commit)
      from  d94e9ed19aa2c5b2e1a78c737aa5c0887c975c2c (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=4545da9029b0882f36722197ea80a81f32f8c219
commit 4545da9029b0882f36722197ea80a81f32f8c219
Merge: d94e9ed 4775a99
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri Nov 18 09:14:13 2016 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Nov 18 09:14:13 2016 -0500

    Merge topic 'update-kwsys' into next
    
    4775a99f Merge branch 'upstream-KWSys' into update-kwsys
    0a56e6fe KWSys 2016-11-18 (2a3f6f6b)


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=4775a99f61ff7982a37432625e37869e436cd1bd
commit 4775a99f61ff7982a37432625e37869e436cd1bd
Merge: c9d142c 0a56e6f
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri Nov 18 09:13:40 2016 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Fri Nov 18 09:13:40 2016 -0500

    Merge branch 'upstream-KWSys' into update-kwsys
    
    * upstream-KWSys:
      KWSys 2016-11-18 (2a3f6f6b)


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0a56e6fe35b89778a7e08a0341d3b08450aebd19
commit 0a56e6fe35b89778a7e08a0341d3b08450aebd19
Author:     KWSys Upstream <kwrobot at kitware.com>
AuthorDate: Fri Nov 18 08:56:10 2016 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Fri Nov 18 09:13:39 2016 -0500

    KWSys 2016-11-18 (2a3f6f6b)
    
    Code extracted from:
    
        http://public.kitware.com/KWSys.git
    
    at commit 2a3f6f6b9098d10afb05e894faf262efa22f38b8 (master).
    
    Upstream Shortlog
    -----------------
    
    Dāvis Mosāns (2):
          a7e82be0 ConsoleBuf: Expose Manager ConsoleBuf to be accessible
          2a3f6f6b ConsoleBuf: Add Manager convenience method for UTF-8 pipes

diff --git a/ConsoleBuf.hxx.in b/ConsoleBuf.hxx.in
index 34c69a0..717462e 100644
--- a/ConsoleBuf.hxx.in
+++ b/ConsoleBuf.hxx.in
@@ -48,6 +48,17 @@ public:
       };
     }
 
+    BasicConsoleBuf<CharT, Traits>* GetConsoleBuf() { return m_consolebuf; }
+
+    void SetUTF8Pipes()
+    {
+      if (m_consolebuf) {
+        m_consolebuf->input_pipe_codepage = CP_UTF8;
+        m_consolebuf->output_pipe_codepage = CP_UTF8;
+        m_consolebuf->activateCodepageChange();
+      }
+    }
+
     ~Manager()
     {
       if (m_consolebuf) {

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

Summary of changes:
 Source/kwsys/ConsoleBuf.hxx.in |   11 +++++++++++
 1 file changed, 11 insertions(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list