[Cmake-commits] CMake branch, next, updated. v3.5.2-1334-g824fa31

Clinton Stimpson clinton at elemtech.com
Wed May 11 14:52:36 EDT 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  824fa316be79bc424901f35176df3eaa087bc4df (commit)
       via  97775975d544b60aeb3810a07387fd11d229dfaa (commit)
      from  3f9a01c14cd232c8d1a3ecf552b42df131bbdd6e (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=824fa316be79bc424901f35176df3eaa087bc4df
commit 824fa316be79bc424901f35176df3eaa087bc4df
Merge: 3f9a01c 9777597
Author:     Clinton Stimpson <clinton at elemtech.com>
AuthorDate: Wed May 11 14:52:32 2016 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed May 11 14:52:32 2016 -0400

    Merge topic 'cmake-gui-locale' into next
    
    97775975 cmake-gui: set LC_NUMERIC = "C" at startup.


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=97775975d544b60aeb3810a07387fd11d229dfaa
commit 97775975d544b60aeb3810a07387fd11d229dfaa
Author:     Clinton Stimpson <clinton at elemtech.com>
AuthorDate: Wed May 11 12:51:32 2016 -0600
Commit:     Clinton Stimpson <clinton at elemtech.com>
CommitDate: Wed May 11 12:51:32 2016 -0600

    cmake-gui: set LC_NUMERIC = "C" at startup.

diff --git a/Source/QtDialog/CMakeSetup.cxx b/Source/QtDialog/CMakeSetup.cxx
index b78a5df..1e1f040 100644
--- a/Source/QtDialog/CMakeSetup.cxx
+++ b/Source/QtDialog/CMakeSetup.cxx
@@ -94,6 +94,8 @@ int main(int argc, char** argv)
 
   QApplication app(argc, argv);
 
+  setlocale(LC_NUMERIC, "C");
+
 #if defined(CMAKE_ENCODING_UTF8)
   QTextCodec* utf8_codec = QTextCodec::codecForName("UTF-8");
   QTextCodec::setCodecForLocale(utf8_codec);

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

Summary of changes:
 Source/QtDialog/CMakeSetup.cxx |    2 ++
 1 file changed, 2 insertions(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list