Re: [cmake-developers] CPack IFW generator

2014-07-30 Thread Konstantin Podsvirov
Hi guys! 30.07.2014, 17:15, "Brad King" : > 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 > http://cmake.org/gitweb?p=cmake.git;a=commitdi

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 http://cmake.org/gitweb?p=cma

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" : > 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 generator have been use

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 http://cmake.org/gitweb?p=cmake.git;a=commi

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 lo

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" : > 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 Encouraged to test and w

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" : > 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: > > http://ifw.podsvirov.pro/cmake/cmake-master-windows-3

[cmake-developers] CPack IFW generator

2014-07-17 Thread Konstantin Podsvirov
17.07.2014, 12:04, "Konstantin Podsvirov" : > 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 Russian is my native

[cmake-developers] CPack IFW generator

2014-07-17 Thread Konstantin Podsvirov
Hi Nils, and other developers! 15.07.2014, 01:21, "Nils Gladitz" : > 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 use cmXMLSafe in s

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 instal

[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 (http

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 supe

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 FindIFW

[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 git://podsvirov.pro/cm