[cmake-developers] [PATCH] CPackIFW: Added cpack_ifw_update_repository command and other

2016-05-17 Thread Konstantin Podsvirov
Hello, Brad! Please consider my changes in part CPack IFW generator. This is a small but very useful functional improvement. It came with 2.0.3 release QtIFW. Read Promoting Updates for more information: http://doc.qt.io/qtinstallerframework/ifw-updates.html The last 3 commits in a topic

[cmake-developers] Errors when Compiling mysql-5.7.12 on Nexenta 4.0.4

2016-05-17 Thread Mariano Apilado via cmake-developers
Hi, I received this error when compiling mysql-5.7.12 on Nexenta 4.0.4 ( OpenSolaris / Illumos ).  To bypass the problem, I commented out the following. File: /usr/local/mysql-5.7.12/cmd-line-utils/libedit/terminal.c /* *#ifdef HAVE_CURSES_H *#include *#elif HAVE_NCURSES_H *#include *#endif

Re: [cmake-developers] Error when compiling mysql-5.7.12 source on Nexenta 4.0.4

2016-05-17 Thread Brad King
On 05/17/2016 02:42 PM, Mariano Apilado via cmake-developers wrote: > I received an error while compiling mysql-5.7.12 source. CMake is a general-purpose build system that is not specific to mysql in any way. It just happens to be the build system mysql uses. Trouble with mysql should be

Re: [cmake-developers] Using CMake generated ninja file as a subninja file

2016-05-17 Thread Brad King
On 05/17/2016 01:42 PM, Nicolas Desprès wrote: > That's great! The code is way cleaner this way. I have tested it with > my generator and it works fine. Great, thanks for trying it out. We'll see how nightly testing goes tonight but otherwise I think this topic is all set. Thanks for

Re: [cmake-developers] [PATCH] Allow for toolchain override of AIX/HP libpath.

2016-05-17 Thread Matthew Hanna (BLOOMBERG/ 731 LEX)
From: brad.k...@kitware.com At: May 17 2016 13:37:50 To: Matthew Hanna (BLOOMBERG/ 731 LEX) Cc: cmake-developers@cmake.org Subject: Re: [cmake-developers] [PATCH] Allow for toolchain override of AIX/HP libpath. On 05/17/2016 12:26 PM, Matthew Hanna (BLOOMBERG/ 731 LEX) wrote: > The attached

Re: [cmake-developers] Using CMake generated ninja file as a subninja file

2016-05-17 Thread Nicolas Desprès
On Tue, May 17, 2016 at 4:23 PM, Brad King wrote: > On 05/13/2016 07:19 PM, Nicolas Desprès wrote: > > Ok. See the new implementation > > Thanks. I've rebased your topic on 'master' after the style transition > commit and updated the style accordingly. Then I split the

Re: [cmake-developers] [PATCH] Allow for toolchain override of AIX/HP libpath.

2016-05-17 Thread Brad King
On 05/17/2016 12:26 PM, Matthew Hanna (BLOOMBERG/ 731 LEX) wrote: > The attached patch allows for a toolchain or command line override > of the CMAKE_PLATFORM_REQUIRED_RUNTIME_PATH Thanks. Applied with a revised commit message: AIX,HP: Allow user to override the default runtime path (libpath)

[cmake-developers] [PATCH] Allow for toolchain override of AIX/HP libpath.

2016-05-17 Thread Matthew Hanna (BLOOMBERG/ 731 LEX)
Hi, The attached patch allows for a toolchain or command line override of the CMAKE_PLATFORM_REQUIRED_RUNTIME_PATH that is only used in AIX.cmake and HP-UX.cmake. The specific case this patch is for, is compiling third party code on AIX for deployment in an environment in which we maintain

[cmake-developers] Problem compiling mysql-5.7.12 on NexentaStor

2016-05-17 Thread Mariano Apilado via cmake-developers
Hi, I have a problem compiling mysql-5.7.12 on Nexenta Open Storage Appliance 4.0.4-FP4. NexentaStor is OpenSolaris through the Illumos Open Source Project. Any help with this would be greatly appreciated. Thanks and Regards, Mariano Here is the error I am getting. [ 69%] Linking CXX shared

Re: [cmake-developers] Using CMake generated ninja file as a subninja file

2016-05-17 Thread Brad King
On 05/13/2016 07:19 PM, Nicolas Desprès wrote: > Ok. See the new implementation Thanks. I've rebased your topic on 'master' after the style transition commit and updated the style accordingly. Then I split the topic up into more commits and simplified the prefix insertion logic a bit. I've

Re: [cmake-developers] GHS Multi Duplicate Filenames

2016-05-17 Thread Brad King
On 05/15/2016 12:24 PM, Geoffrey Viola wrote: > Attached is a patch to shorten the names and avoid collisions Thanks, applied here: GHS: Use shorter object file names on collision https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=ae1f90c7 I rebased it on the style transition commit with the

Re: [cmake-developers] [ANNOUNCE] CMake C++ coding style transition

2016-05-17 Thread Brad King
On 05/12/2016 09:58 AM, Brad King wrote: > The transition will be implemented as a one-shot automated style conversion > recorded as a commit by "Kitware Robot". The use of this author will call > out the transition in `git blame` output that reaches it. I plan to perform > the final conversion