[cmake-developers] [PATCH] Update documentation for VERSION and SOVERSION for Mach-O file formats (OSX, iOS, BSD etc.)

2016-06-23 Thread Bartosz Kosiorek
Hello. Last time I faced problem, how to set "current version" and "compatibility version" on binaries produced by OS X. I have updated documentation to describe how to archieve that, to make life easier for new CMake users. Please let me know what do you think about it. Do you think it could be

[cmake-developers] Multiple files support for touch and touch_nocreate

2016-05-02 Thread Bartosz Kosiorek
Hello. I implemented multiple files support for touch and touch_nocreate. It seems that partially it was implemented but: 1. Documentation didn't mention about multi file support for touch command 2. When some unspecified error will occur, the touching multiple files was interrupted. `i fixed tha

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 Star

Re: [cmake-developers] Changes for v3.5.0

2016-02-10 Thread Bartosz Kosiorek
Good Morning/Evening. I have great news. With Nighly Build 3.5.20160208 the regression was gone, and the Generation performance is almost the as with CMake 3.4.3. Here are details: Version 3.2.2 real2m0.780s user1m55.704s sys0m2.360s Version 3.4.3 real1m30.223s user1m24.816s

Re: [cmake-developers] CMake 3.5 generation time

2016-02-05 Thread Bartosz Kosiorek
Date Stamp real 12m6.370s user 12m2.872s sys 0m4.392s # good: [a03c13a710fc4c65035e92749720b559cbeeff2e] CMake Nightly Date Stamp real 3m54.556s user 3m44.596s sys 0m4.284s # bad: [e069aa05c6a0d8e89a677fa4f00d33432191eeaa] Merge topic 'regex-explorer' real 12m36.866s user 12m31.864s sys 0m

Re: [cmake-developers] CMake 3.5 generation time

2016-02-04 Thread Bartosz Kosiorek
s user 3m36.880s sys 0m3.872s 2016-02-04 20:56 GMT+01:00 Bartosz Kosiorek : > Hi. > I would like to mention that all my previous times, was measured for clean > Generation (I deleted all generation files) > I will try to make bisect build, to check where regression occur. > >

Re: [cmake-developers] CMake 3.5 generation time

2016-02-04 Thread Bartosz Kosiorek
sys 0m2.984s 2016-02-04 18:57 GMT+01:00 Brad King : > On 02/04/2016 10:29 AM, Bartosz Kosiorek wrote: > > I downloaded cmakes from website: > > https://cmake.org/download/ > > > > All generation were done on clean output (deleted all files generated by > cmake) >

Re: [cmake-developers] CMake 3.5 generation time (was: CMake 3.5.0-rc1 now ready for testing!)

2016-02-04 Thread Bartosz Kosiorek
directory. The only difference was cmake version used for configuring. How I could check what was caused such long times? Best Regards Bartosz 2016-02-04 14:30 GMT+01:00 Brad King : > On 02/04/2016 07:09 AM, Bartosz Kosiorek wrote: > > There is huge difference in Unix Makefile generatio

Re: [cmake-developers] [ANNOUNCE] CMake 3.5.0-rc1 now ready for testing!

2016-02-04 Thread Bartosz Kosiorek
Unfortunately there no 64bit CMake version for Windows: https://cmake.org/download/ Is it possible to create 64 bit build for Windows? Best Regards Bartosz 2016-02-04 11:17 GMT+01:00 Bartosz Kosiorek : > Hi > I just started testing 3.5.0-rc1 on Linux and I noticed regression in > Makefile g

Re: [cmake-developers] [ANNOUNCE] CMake 3.5.0-rc1 now ready for testing!

2016-02-04 Thread Bartosz Kosiorek
Hi I just started testing 3.5.0-rc1 on Linux and I noticed regression in Makefile generation time. I checked 3.5.0rc1, 3.4.3 and 3.2.2 versions, and the results are as follows: 64bit cmake 3.5.0-rc1 Makefile Generation 1. Run real2m36.457s user2m32.008s sys0m3.184s 2. Run real2m36.

Re: [cmake-developers] Profile Cmake scripts

2016-01-05 Thread Bartosz Kosiorek
Hi Ben. 2016-01-04 17:39 GMT+01:00 Ben Boeckel : > The > big remaining problem is passing char* as an argument where functions do > std::string(arg) right away. I fixed all of those which did explicit > std::string conversions (via assignment or otherwise), but those which > are conditional shoul

Re: [cmake-developers] Create subdirectories in Resource directory for Frameworks and Application bundle.

2015-12-21 Thread Bartosz Kosiorek
So it seems in our case, for Generation performance step, we should use Ninja. Best Regards Bartosz From: Ruslan Baratov Sent: Saturday, December 19, 2015 6:27 PM To: Bartosz Kosiorek Cc: Clinton Stimpson; Gregor Jasny; CMake Developers Subject: Re: [cmake-dev

Re: [cmake-developers] [PATCH] Re: Create subdirectories in Resource directory for Frameworks and Application bundle.

2015-12-11 Thread Bartosz Kosiorek
ratov Sent: Saturday, December 12, 2015 2:15 AM To: Bartosz Kosiorek Cc: Clinton Stimpson; cmake-developers; Gregor Jasny Subject: Re: [cmake-developers] [PATCH] Re: Create subdirectories in Resource directory for Frameworks and Application bundle. On 12-Dec-15 07:26, Bartosz Kosiorek wrote: Hi I

[cmake-developers] [PATCH] Re: Create subdirectories in Resource directory for Frameworks and Application bundle.

2015-12-11 Thread Bartosz Kosiorek
From: Clinton Stimpson Sent: Friday, December 11, 2015 10:16 PM To: Bartosz Kosiorek Cc: cmake-developers; Gregor Jasny Subject: Re: Create subdirectories in Resource directory for Frameworks and Application bundle. On Friday, December 11, 2015 08:46:56 PM Bartosz Kosiorek wrote: >

Re: [cmake-developers] Create subdirectories in Resource directory for Frameworks and Application bundle.

2015-12-11 Thread Bartosz Kosiorek
e/CMAKE_OSX_SYSROOT.html What do you think? ​ From: clin...@elemtech.com Sent: Friday, December 11, 2015 8:21 PM To: Bartosz Kosiorek Cc: Bartosz Kosiorek; cmake-developers; Gregor Jasny Subject: Re: [cmake-developers] Create subdirectories in Resource directory for Frame

Re: [cmake-developers] Create subdirectories in Resource directory for Frameworks and Application bundle.

2015-12-11 Thread Bartosz Kosiorek
ink the same should be applied to "Headers"? Best Regards Bartosz 2015-12-11 19:06 GMT+01:00 Clinton Stimpson : > > > On Friday, December 11, 2015 05:01:41 PM Bartosz Kosiorek wrote: > > Thanks Clint > > > > Unfortunately MACOSX_PACKAGE_LOCATION is not working

Re: [cmake-developers] Create subdirectories in Resource directory for Frameworks and Application bundle.

2015-12-11 Thread Bartosz Kosiorek
ON 3.2.10 XCODE_ATTRIBUTE_CODE_SIGN_IDENTITY "iPhone Developer" PUBLIC_HEADER mul.h RESOURCE "${RESLIST}" ) Thanks in advance Bartosz From: clin...@elemtech.com Sent: Friday, December 11, 2015 4:24 PM To: Brad King Cc: B

[cmake-developers] [Apple/iOS/OS X] Create subdirectories in Resource directory for Frameworks and Application bundle.

2015-12-10 Thread Bartosz Kosiorek
Hello. With CMake 3.5 it is possible to put Resources into the Bundle (Frameworks and Applications) More information: https://cmake.org/gitweb?p=cmake.git;a=blob;f=Help/prop_tgt/RESOURCE.rst So with code: add_executable(ExecutableTarget addDemo.c resourcefile.txt appresourced

[cmake-developers] [PATCH] Support multiple directories by "cmake -E make_directory" command

2015-12-09 Thread Bartosz Kosiorek
Hello. With following patch, I have added support for multiple directories for make_directory command. ?Best Regards Bartosz From e189db26e60254712e3e73a11296c58d8f61fe68 Mon Sep 17 00:00:00 2001 From: Bartosz Kosiorek Date: Wed, 9 Dec 2015 15:59:43 +0100 Subject: [PATCH] Extend

[cmake-developers] [PATCH] Add support for multiple parameters in cmake -E copy_directory command

2015-12-06 Thread Bartosz Kosiorek
Hello. I following patch I have added support for multiple source directories into copy_directory command. Comments are welcomed. Best Regards Bartosz From 6ff0139ae43d4ac4a503007dd6abac5dcefd1083 Mon Sep 17 00:00:00 2001 From: Bartosz Kosiorek Date: Sun, 6 Dec 2015 20:30:44 +0100 Subject

Re: [cmake-developers] [PATCH] Extend copy and copy_if_different commands with support multiple files

2015-12-04 Thread Bartosz Kosiorek
egards Bartosz 2015-12-04 16:35 GMT+01:00 Brad King : > On 12/04/2015 09:18 AM, Bartosz Kosiorek wrote: > > Finally I manage to add wildcard support. > > I have taken SimpleGlob.h library from: > > https://github.com/brofield/simpleopt > > We don't want to do wild

Re: [cmake-developers] [PATCH] Extend copy and copy_if_different commands with support multiple files

2015-12-04 Thread Bartosz Kosiorek
me. SimpleGlob.h library you need to copy into Source/SimpleGlob.h path. Please let me know what do you think about that solution. If it is ok for you, I will continue testing on WIndows and OS X platforms. Best Regards Bartosz 2015-12-03 21:56 GMT+01:00 Bartosz Kosiorek : > Hello. >

Re: [cmake-developers] [PATCH] Extend copy and copy_if_different commands with support multiple files

2015-12-03 Thread Bartosz Kosiorek
Hello. Here is the patch with tests. From: Brad King Sent: Thursday, December 3, 2015 7:07 PM To: Bartosz Kosiorek Cc: cmake-developers@cmake.org Subject: Re: [cmake-developers] [PATCH] Extend copy and copy_if_different commands with support multiple

Re: [cmake-developers] [PATCH] Extend copy and copy_if_different commands with support multiple files

2015-12-03 Thread Bartosz Kosiorek
y_command_dir What I'm doing wrong ? From: Brad King Sent: Thursday, December 3, 2015 5:38 PM To: Bartosz Kosiorek Cc: cmake-developers@cmake.org Subject: Re: [cmake-developers] [PATCH] Extend copy and copy_if_different commands with support multiple files On 12/03/2015 11:05 AM, Bartosz Kosior

Re: [cmake-developers] [PATCH] Extend copy and copy_if_different commands with support multiple files

2015-12-03 Thread Bartosz Kosiorek
with support multiple files On 12/02/2015 07:05 PM, Bartosz Kosiorek wrote: > This patch allows to use multiple files in commands "copy" and > "copy_if_different". Good, thanks. Please also extend the Tests/RunCMake/CommandLine test to cover this these operations. Tha

Re: [cmake-developers] Fw: Please comment on ios-universal topic

2015-12-03 Thread Bartosz Kosiorek
. Best Regads Bartosz From: Bartosz Kosiorek Sent: Thursday, December 3, 2015 12:45 PM To: Ruslan Baratov Cc: Gregor Jasny; cmake-developers@cmake.org Subject: Re: Fw: [cmake-developers] Please comment on ios-universal topic Hello Ruslan The Android supports

Re: [cmake-developers] Fw: Please comment on ios-universal topic

2015-12-03 Thread Bartosz Kosiorek
spect that it will be similar. Best Regards Bartosz From: Ruslan Baratov Sent: Thursday, December 3, 2015 11:06 AM To: Bartosz Kosiorek Cc: Gregor Jasny; cmake-developers@cmake.org Subject: Re: Fw: [cmake-developers] Please comment on ios-universal topic

Re: [cmake-developers] Fw: Please comment on ios-universal topic

2015-12-02 Thread Bartosz Kosiorek
4:09 AM To: Bartosz Kosiorek Cc: Gregor Jasny; cmake-developers@cmake.org Subject: Re: Fw: [cmake-developers] Please comment on ios-universal topic On 02-Dec-15 19:44, Bartosz Kosiorek wrote: > Hi. > > Currently we already support similar target properties: > - IN

[cmake-developers] [PATCH] Extend copy and copy_if_different commands with support multiple files

2015-12-02 Thread Bartosz Kosiorek
provided, then destination could be either file or directory: ./bin/cmake -E copy file.tar dupajasia/ctest This path is starting point for fixing bug 15703: ?https://public.kitware.com/Bug/view.php?id=15703 Best Regards Bartosz From 8225688074386ac8633bad5e6f9fdb4a7caf9775 Mon Sep 17 00:00

[cmake-developers] [PATCH] Fix Resource directory structure for iOS Bundles (Framework and Application), update Tests and Help

2015-12-02 Thread Bartosz Kosiorek
Hello. Patch in attachment allows to place resources in main Bundle directory (iOS specification), instead to always place in Resource directory (OSX specification. See more: https://public.kitware.com/Bug/view.php?id=15848 ? I tested it intensively with different generators (Makefile, Ninj

[cmake-developers] Fw: Please comment on ios-universal topic

2015-12-02 Thread Bartosz Kosiorek
Hi. Currently we already support similar target properties: - INSTALL_NAME_DIR - INSTALL_RPATH - INSTALL_RPATH_USE_LINK_PATH It will be great to follow the same name convention. Because this new property is only applicable for INSTALL step, I would like to propose to rename property name to INS

Re: [cmake-developers] [PATCH] Fix Resource directory structure for iOS Bundles (Framework and Application), and update documentation

2015-11-26 Thread Bartosz Kosiorek
Good Morning/Evening. I applied all post review comments. Feedback is much welcomed. Thanks in advance Bartosz -Original Message- From: Brad King [mailto:brad.k...@kitware.com] Sent: Friday, November 20, 2015 3:17 PM To: Bartosz Kosiorek Cc: cmake-developers@cmake.org; Gregor Jasny

[cmake-developers] FW: [PATCH] CMake 3.4.0rc3 Apple documentation update

2015-11-20 Thread Bartosz Kosiorek
umentation. Thanks in advance Bartosz -Original Message- From: cmake-developers [mailto:cmake-developers-boun...@cmake.org] On Behalf Of Bartosz Kosiorek Sent: Wednesday, November 11, 2015 5:48 AM To: Gregor Jasny; cmake-developers@cmake.org Subject: [SPAM] [cmake-developers] [PATCH] CMake 3.4.

[cmake-developers] [PATCH] Fix Resource directory structure for iOS Bundles (Framework and Application), and update documentation

2015-11-18 Thread Bartosz Kosiorek
To: Ruslan Baratov Cc: Bartosz Kosiorek; CMake Developers; Gregor Jasny Subject: Re: [cmake-developers] [PATCH] iOS Framework Bundle support In my case, I’ve switched all my company builds from xcodebuild (or msbuild) to Ninja as it is much faster and parallelises the build better on all platforms.

Re: [cmake-developers] [PATCH] iOS Framework Bundle support

2015-11-13 Thread Bartosz Kosiorek
you want to use generators like make, ninja, fastbuild, etc. What is your opinion about that? Best Regards Bartosz -Original Message- From: Gregor Jasny [mailto:gja...@gmail.com] Sent: Friday, November 13, 2015 2:09 PM To: Bartosz Kosiorek; cmake-developers@cmake.org Subject: Re: [cmake

Re: [cmake-developers] [PATCH] iOS Framework Bundle support

2015-11-12 Thread Bartosz Kosiorek
From: cmake-developers on behalf of Bartosz Kosiorek Sent: Wednesday, November 11, 2015 2:19 AM To: Gregor Jasny; cmake-developers@cmake.org Subject: Re: [cmake-developers] [PATCH] iOS Framework Bundle support Hi Generally I created this cmake scripts to to able to test creating iOS/OSX

Re: [cmake-developers] [PATCH] CMake 3.4.0rc3 Apple documentation update

2015-11-11 Thread Bartosz Kosiorek
duce it in details. I'm using iOS 9 and Makefile for generate. Best Regards Bartosz W dniu środa, 11 listopada 2015 Gregor Jasny via cmake-developers < cmake-developers@cmake.org> napisał(a): > On 11/11/15 05:48, Bartosz Kosiorek wrote: >> >> Hello. >> >> I th

[cmake-developers] [PATCH] CMake 3.4.0rc3 Apple documentation update

2015-11-10 Thread Bartosz Kosiorek
. Best Regards Bartosz From f4889ec1dbe8348baab544e6aa378f8cee12b2b7 Mon Sep 17 00:00:00 2001 From: Bartosz Kosiorek Date: Wed, 11 Nov 2015 05:37:15 +0100 Subject: [PATCH] Update documentation to reflect support for iOS. --- Help/manual/cmake-buildsystem.7.rst | 9 ++--- Help

Re: [cmake-developers] [PATCH] iOS Framework Bundle support

2015-11-10 Thread Bartosz Kosiorek
iOS (both from Application and Frameworks) ? Best Regards Bartosz From: Gregor Jasny Sent: Tuesday, November 10, 2015 9:54 PM To: Bartosz Kosiorek; cmake-developers@cmake.org Subject: Re: [cmake-developers] [PATCH] iOS Framework Bundle support Hello, On