[cmake-developers] [PATCH] CMakeDetermineSystem.cmake distinguishes-MSYS-MINGW32 (was Re: Distinguishing MSYS2

2015-08-07 Thread Greg Jung
Here is a patch that incorporates mingw/msys run via "MSYS Makefiles" generator to obtain the system name via "uname -s". On Fri, Aug 7, 2015 at 4:45 PM, Greg Jung wrote: > On Fri, Aug 7, 2015 at 1:16 PM, Brad King wrote: >> > On 08/07/2015 05:25 AM, Ray Donnelly wrote: >> >> CMake needs to be

Re: [cmake-developers] Supporting monolithic and efficient CMake + Ninja builds for LLVM developers

2015-08-07 Thread Stephen Kelly
Chris Bieneman wrote: > One big things I’m working on is improving the way we build our runtime > libraries. These libraries are built for the targets that the compiler > supports generating code for, so they can use different architectures, > headers, and libraries than are used to build the comp

Re: [cmake-developers] Distinguishing MSYS2 (was: FindPythonLibs repaired for MINGW -vs- WIN32 version confusion)

2015-08-07 Thread Greg Jung
> > On Fri, Aug 7, 2015 at 1:16 PM, Brad King wrote: > > On 08/07/2015 05:25 AM, Ray Donnelly wrote: > >> CMake needs to be able to identify MSYS2 distinctly from both MINGW and > MSYS > >> first. Would a patch making that distinction be acceptable to CMake? > > Yes, I think that makes sense sinc

Re: [cmake-developers] [PATCH] FindPythonLibs repaired for MINGW -vs- WIN32 version confusion

2015-08-07 Thread Greg Jung
> > > I have two changes in FindPythonLibs that should make for less failure > in > > the MINGW/MSYS camp. > > While I support this stuff, I think for it to not > break other people (who use either mingw.org/MinGW-w64 compilers or > the old MSYS with 'normal' Windows CPython), If there is not a

[cmake-developers] [CMake 0015690]: ctest doing one more undesirable run

2015-08-07 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=15690 == Reported By:Clinton Stimpson Assigned To:

[cmake-developers] [CMake 0015689]: target_include_directories INTERFACE does not work for IMPORTED targets

2015-08-07 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=15689 == Reported By:James Johnston Assigned To:

[cmake-developers] [patch] Support debug libraries for TIFF and Xerces-C libraries

2015-08-07 Thread rleigh
Please find attached two patches which allow these libraries to detect debug versions of the libraries on Windows. I copied the behaviour from the PNG module as suggested on #cmake. Kind regards, Roger Leigh 0001-FindTIFF-Find-debug-libraries.patch Description: Binary data 0001-FindXercesC-Fi

[cmake-developers] [CMake 0015688]: ADD_CUSTOM_TARGET with Fortran sources creates invalid Unix Makefiles

2015-08-07 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=15688 == Reported By:bburgerm Assigned To:

Re: [cmake-developers] Distinguishing MSYS2

2015-08-07 Thread Ray Donnelly
On Fri, Aug 7, 2015 at 2:21 PM, Brad King wrote: > On 08/07/2015 08:33 AM, Ray Donnelly wrote: >> Finally, there's the consideration as to whether "MSYS2" implies you >> are using just the minimum amount of the MSYS2 shell or whether you've >> gone all-in with MSYS2 > > CMAKE_SYSTEM_NAME should re

Re: [cmake-developers] Distinguishing MSYS2

2015-08-07 Thread Brad King
On 08/07/2015 08:33 AM, Ray Donnelly wrote: > Finally, there's the consideration as to whether "MSYS2" implies you > are using just the minimum amount of the MSYS2 shell or whether you've > gone all-in with MSYS2 CMAKE_SYSTEM_NAME should refer to the target application environment. If you're build

Re: [cmake-developers] Distinguishing MSYS2 (was: FindPythonLibs repaired for MINGW -vs- WIN32 version confusion)

2015-08-07 Thread Ray Donnelly
On Fri, Aug 7, 2015 at 1:16 PM, Brad King wrote: > On 08/07/2015 05:25 AM, Ray Donnelly wrote: >> CMake needs to be able to identify MSYS2 distinctly from both MINGW and MSYS >> first. Would a patch making that distinction be acceptable to CMake? > > Yes, I think that makes sense since the MSYS2

Re: [cmake-developers] Distinguishing MSYS2 (was: FindPythonLibs repaired for MINGW -vs- WIN32 version confusion)

2015-08-07 Thread Brad King
On 08/07/2015 05:25 AM, Ray Donnelly wrote: > CMake needs to be able to identify MSYS2 distinctly from both MINGW and MSYS > first. Would a patch making that distinction be acceptable to CMake? Yes, I think that makes sense since the MSYS2 environment is distinct from Windows, MinGW, MSYS, and Cy

[cmake-developers] [PATCH] Imported OpenSSL

2015-08-07 Thread Konstantin Podsvirov
Hi developers and experts OpenSSL! I added a little boring and dense of code at the end FindOpenSSL.cmake module. I just want to have imported the OpenSSL library for creating relocatable packages. I created a theme topic-imported-openssl on my server: http://git.podsvirov.pro/?p=kitware/cmake.g

Re: [cmake-developers] Fixing bug #12506 (iOS install)

2015-08-07 Thread Ruslan Baratov via cmake-developers
On 07-Aug-15 11:31, Gregor Jasny wrote: Hi, On 07/08/15 00:43, Ruslan Baratov via cmake-developers wrote: Hi, I'm thinking about fixing bug http://public.kitware.com/Bug/view.php?id=12506 and before I go deeper in CMake internals just want to ask is there any work-in-progress attempts already

Re: [cmake-developers] [PATCH] FindPythonLibs repaired for MINGW -vs- WIN32 version confusion

2015-08-07 Thread Ray Donnelly
On Fri, Aug 7, 2015 at 7:58 AM, Greg Jung wrote: > Hi there, > A patch for review: > > I have two changes in FindPythonLibs that should make for less failure in > the MINGW/MSYS camp. I think you explicitly mean the MSYS2 camp here. We have our own Pythons (4 of them, 2 native and 2 cygwin-y)

Re: [cmake-developers] Fixing bug #12506 (iOS install)

2015-08-07 Thread Gregor Jasny via cmake-developers
Hi, On 07/08/15 00:43, Ruslan Baratov via cmake-developers wrote: Hi, I'm thinking about fixing bug http://public.kitware.com/Bug/view.php?id=12506 and before I go deeper in CMake internals just want to ask is there any work-in-progress attempts already or hints/directions of how it can be done

[cmake-developers] [CMake 0015687]: target_include_directories(): SYSTEM option does not seem to work when targeting Xcode.

2015-08-07 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=15687 == Reported By:Adn Assigned To:

Re: [cmake-developers] Java support

2015-08-07 Thread CHEVRIER, Marc
Hi, New version of patch attached. I added a check on java tool to execute test only if java and shared library built by test have same architecture (32 or 64bit). Marc On 05/08/15 17:49, "Brad King" wrote: >On 08/05/2015 03:15 AM, CHEVRIER, Marc wrote: >> For point 2., The best approach