Re: [cmake-developers] CPack IFW generator

2014-07-30 Thread Brad King
On 07/29/2014 01:47 PM, Konstantin Podsvirov wrote: I have some news and changes. The source code is now available here: http://git.podsvirov.pro/?p=kitware/cmake.git New changes applied here: CPackIFW: Document cpack_ifw_configure_component DEPENDS option

Re: [cmake-developers] CPack IFW generator

2014-07-30 Thread Konstantin Podsvirov
Hi guys! 30.07.2014, 17:15, Brad King brad.k...@kitware.com: New changes applied here: CPackIFW: Document cpack_ifw_configure_component DEPENDS option http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b2340001 CPackIFW: Add package configuration variables

Re: [cmake-developers] CPack IFW generator

2014-07-29 Thread Konstantin Podsvirov
Hello Developers! The topic 'cpack-ifw-generator' now in the branch 'master'. 28.07.2014, 18:58, Brad King brad.k...@kitware.com: After squashing in one fixup for building with CMake 2.8.9 this feature is now in master... This is good news for me and I hope for others. I hope the IFW

Re: [cmake-developers] CPack IFW generator

2014-07-28 Thread Brad King
On 07/23/2014 04:44 PM, Brad King wrote: These draft commits are now in 'next' for upstream testing. After squashing in one fixup for building with CMake 2.8.9 this feature is now in master: CPack: Add an IFW generator for Qt Framework Installer

Re: [cmake-developers] CPack IFW generator

2014-07-23 Thread Konstantin Podsvirov
Update as of July 23, available! 17.07.2014, 12:04, Konstantin Podsvirov konstan...@podsvirov.pro: Hello fans of CMake and Windows! I want to present the online installer CMake for 32-bit and 64-bit versions of Windows. And immediately the binaries:

Re: [cmake-developers] CPack IFW generator

2014-07-23 Thread Konstantin Podsvirov
CPack IFW generator built an online installer itself on Linux! 23.07.2014, 12:39, Konstantin Podsvirov konstan...@podsvirov.pro: Update as of July 23, available! The installer for 64-bit versions of Linux are available here: http://ifw.podsvirov.pro/cmake/cmake-master-linux-64bit-online.run

Re: [cmake-developers] CPack IFW generator

2014-07-23 Thread Brad King
On 07/17/2014 03:33 AM, Konstantin Podsvirov wrote: Now I fixed it. Should work. Thanks for this contribution! I finally made time to look over the changes and integrate them. Overall, very nice work. I squashed your history down to a single commit, fixed newlines, fixed indentation, fixed

[cmake-developers] CPack IFW generator

2014-07-17 Thread Konstantin Podsvirov
Hi Nils, and other developers! 15.07.2014, 01:21, Nils Gladitz nilsglad...@gmail.com: Hello again :) Some stuff that remains from my earlier observations: - A Lot of commented out code that should be removed. I do this work sometimes Is Unescaped XML content from CMake variables. Now I

[cmake-developers] CPack IFW generator

2014-07-17 Thread Konstantin Podsvirov
17.07.2014, 12:04, Konstantin Podsvirov konstan...@podsvirov.pro: Hello fans of CMake and Windows! I want to present the online installer CMake for 32-bit and 64-bit versions of Windows. All well and good, but the title of the previous writing containing Russian characters. Sorry :-) just

Re: [cmake-developers] CPack IFW generator

2014-07-14 Thread Nils Gladitz
On 09.07.2014 19:30, Konstantin Podsvirov wrote: Hello dear developers! And again CPack IFW generator!!! This generator is not part of CMake, but I hope that soon it will become possible. This letter I once again want to awaken interest in the creation of new cross-platform the binary

[cmake-developers] CPack IFW generator

2014-07-09 Thread Konstantin Podsvirov
Hello dear developers! And again CPack IFW generator!!! This generator is not part of CMake, but I hope that soon it will become possible. This letter I once again want to awaken interest in the creation of new cross-platform the binary installer is based on Qt Framework Installer tools

Re: [cmake-developers] CPack IFW generator

2014-05-26 Thread Konstantin Podsvirov
Thank you Brad ! Apologies for the delay in response, but these two weeks I fished and not programmed . As I said, I'm new to developing CMake. Thank you for making the patch , but I do not know what to do with it . Your comments are very valuable for me. I will try to use them in the future

Re: [cmake-developers] CPack IFW generator

2014-05-13 Thread Nils Gladitz
On 05/12/2014 04:33 PM, Brad King wrote: I'd appreciate comments from others on this mailing list that have worked on developing CPack generators. Also, I'm not familiar with IFW so I can only comment on this from the CMake/CPack side. I am not familiar with IFW either but ... Some minor

Re: [cmake-developers] CPack IFW generator

2014-05-12 Thread Brad King
On 05/08/2014 03:14 AM, Konstantin Podsvirov wrote: Qt is distributed with of his Qt Installer Framework (QtIFW). For reference, here is a link: http://qt-project.org/wiki/Qt-Installer-Framework I decided to make friends CMake and QtIFW. I added CPack IFW generator and module

[cmake-developers] CPack IFW generator

2014-05-08 Thread Konstantin Podsvirov
Hi CMake developers! I'm a newbie here. I like CMake and Qt. Qt is distributed with of his Qt Installer Framework (QtIFW). I decided to make friends CMake and QtIFW. I added CPack IFW generator and module FindIFW.cmake. You can copy the code and test it: git clone