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

2016-03-09 Thread Ben Boeckel
On Tue, Mar 08, 2016 at 12:36:31 +0100, Nicolas Desprès wrote: > Did you have a chance to review my patches? So I looked at it today, and it looks good overall. A few niggles: +inline bool cmEndsWith(const std::string& str, const std::string& what) +{ + assert(str.size() >= what.size());

Re: [cmake-developers] [ANNOUNCE] CMake 3.5.0 available for download

2016-03-09 Thread Konstantin Podsvirov
Thank you! Experimental installer (based on IFW generator): Windows offline 32-bit (MSVC2013): http://ifw.podsvirov.pro/cmake/files/v3.5/cmake-3.5.0-win32-x86.exe Windows offline 64-bit (MSVC2013): http://ifw.podsvirov.pro/cmake/files/v3.5/cmake-3.5.0-win64-x64.exe Today online master:

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

2016-03-09 Thread Ben Boeckel
On Tue, Mar 08, 2016 at 12:36:31 +0100, Nicolas Desprès wrote: > Did you have a chance to review my patches? Sorry, not yet. I hope to have a peek at it today or tomorrow. --Ben -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at:

Re: [cmake-developers] [PATCH SET] Support of Clang/C2 compiler

2016-03-09 Thread Brad King
On 02/27/2016 09:38 AM, Mariusz Pluciński wrote: > Following is the list of patches with descriptions: Thanks! > 1. kwsys: fix build on VS Clang/C2 toolset > Makes it possible to build CMake itself with Clang/C2. Applied to KWSys [upstream] (http://review.source.kitware.com/#/c/20856/) and

Re: [cmake-developers] CTest custom HTML

2016-03-09 Thread Brad King
On 03/09/2016 04:13 AM, Charles Huet wrote: > We used to use this, by creating a composite image containing the reference, > generated and diff, but in some cases comparing accurately was tedious. > Having the 3 images separately allows us to open each in a tab and quickly > switch from one to the

[cmake-developers] CTest Usage

2016-03-09 Thread CHEVRIER, Marc
Hi, Is there someone able to help me regarding ctest usage with labels? Here is the problem: I have various tests which have labels attached to them: set_property (TEST test1 PROPERTY LABELS LABEL1) set_property (TEST test2 PROPERTY LABELS LABEL1 LABEL2) set_property (TEST test3 PROPERTY LABELS

Re: [cmake-developers] CTest custom HTML

2016-03-09 Thread Charles Huet
Sadly this is quite not good enough. We used to use this, by creating a composite image containing the reference, generated and diff, but in some cases comparing accurately was tedious. Having the 3 images separately allows us to open each in a tab and quickly switch from one to the other, making

Re: [cmake-developers] CMake for 64Win7

2016-03-09 Thread Bartosz Kosiorek
Hello. I checked the generation performance for our huge project for Linux and Windows, and there is big improvement for 64bit over 32 bit for Linux. For Windows there is no such big difference between 32bit and 64bit in generation time: CMake 3.5.0 Windows 64 bits: End time: 9.41:45