Re: [cmake-developers] [MODERN] CMake 3.6+ vs Qt 5.7 vs MSVC2015

2016-09-21 Thread Konstantin Podsvirov
Hi all! CMake Master (Win32/Win64) updated! :-)

It's time to upgrade: CMake 3.6.20160921 now available!

"CMake Master" - is himself created (IFW generator) online installer for CMake 
users and developers.

23.06.2016, 19:38, "Konstantin Podsvirov" :
> Let me remind you of the link.
>
> Windows 32bit:
>
> http://ifw.podsvirov.pro/cmake/cmake-master-win32-online.exe
>
> Windows 64bit:
>
> http://ifw.podsvirov.pro/cmake/cmake-master-win64-online.exe
>
> If you have used it before, you can update via "CMake Maintenance Tool"
>
> I used Windows 7, but it should work for Windows Vista and Windows 8 and 
> Windows 10.
>
> I ask those wishing to test the functionality.
>
> Please test it :-)

Pay your attention:

Added new component "CMake Developer Reference" - Doxygen based source code 
reference.
You can install it by online installer in HTML and Qt Compressed Help formats 
or preview it
in your browser online at http://ifw.podsvirov.pro/cmake/doc/doxygen/

    01.10.2015, 09:29, Konstantin Podsvirov" :
> Hi all! Modern master alive! :-)
>
> It's been almost a month and it's time to upgrade:
>
> 3.3.20150901 CMake => CMake 3.3.20151001
>
> Dear friends, I have a question and call for help.
>
> With my assistance the project has an option for component 
> installation project:
>
> CMake_INSTALL_COMPONENTS
>
> Unfortunately not all files found your component.
> The files to be installed without specifying a component fall into 
> 'Unspecified' component.
> Need to parse them out and assign them to the component context.
>
> Now have the components:
>
> - cmake;
> - ctest;
> - cpack;
> - cmake-gui;
> - sphinx-man;
> - sphinx-html;
> - sphinx singlehtml;
> - sphinx-qthelp
>
> and General for everything else
>
> Is Unspecified;
>
> A list of unaccounted for 'Unspecified' of files to install on the 
> Window is attached.
>
> Links to the installers were specified earlier (see below).
>
> On 28.07.2015, 17:49, "Konstantin Podsvirov" 
> :
>> Hi dear CMake developers!
>>
>> 27.07.2015, 18:52, "Brad King" :
>>> On 07/24/2015 03:46 AM, Konstantin Podsvirov wrote:
 To solve the problem you run cmake-gui is now possible with the
 the following changes:
>>>
>>> Applied as two separate commits with minor tweaks:
>>>
>>> cmake-gui: Install Qt5 Windows platform plugin
>>> http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=42f0155b
>>>
>>> CMake: Add option CMake_INSTALL_DEPENDENCIES
>>> http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=068e7962
>>
>> Code now in 'master' branch.
>>
>> Thanks, Brad!
>>
>> Meet/install/CMake built modern update on MSVC2015 c QtDialog based 
>> on Qt 5.5 from today :-)
>>
>> Windows 32bit:
>>
>> http://ifw.podsvirov.pro/cmake/cmake-master-win32-online.exe
>>
>> Windows 64bit:
>>
>> http://ifw.podsvirov.pro/cmake/cmake-master-win64-online.exe
>>
>> cmake-gui should work now, but if not, then update your system and 
>> install
>>
>> The Visual C++ Redistributable for Visual Studio 2015 from the link 
>> below:
>>
>> http://www.microsoft.com/en-us/download/details.aspx?id=48145
>>
>> As always, questions and suggestions are welcome.
>
> --
> Regards,
> Konstantin Podsvirov
> ,--
>
> Powered by www.kitware.com
>
> Please keep messages on-topic and check the CMake FAQ at: 
> http://www.cmake.org/Wiki/CMake_FAQ
>
> Kitware offers various services to support the CMake community. For 
> more information on each offering, please visit:
>
> CMake Support: http://cmake.org/cmake/help/support.html
> CMake Consulting: http://cmake.org/cmake/help/consulting.html
> CMake Training Courses: http://cmake.org/cmake/help/training.html
>
> Visit other Kitware open-source projects at 
> http://www.kitware.com/opensource/opensource.html
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/cmake-developers

    Regards,
    Konstantin Podsvirov
>>
>>  Regards,
>>  Konstantin Podsvirov
>>  --
>>
>>  Powered by www.kitware.com
>>
>>  Please keep messages on-topic and check the CMake FAQ at: 
>> http://www.cmake.org/Wiki/CMake_FAQ
>>
>>  Kitware offers various services to support the CMake community. For more 
>> information on each offering, please visit:
>>
>>  CMake Support: http://cmake.org/cmake/help/support.html
>>  CMake Consulting: http://cmake.org/cmake/help/consulting.html
>>  CMake Training Courses: http://cmake.org/cmake/h

Re: [cmake-developers] [MODERN] CMake 3.6+ vs Qt 5.7 vs MSVC2015

2016-06-23 Thread Konstantin Podsvirov
Hi all! Modern master updated! :-)

It's time to upgrade: CMake 3.6.20160623 and CMake 3.6.0-rc3 now available!

Let me remind you of the link.

Windows 32bit:

http://ifw.podsvirov.pro/cmake/cmake-master-win32-online.exe

http://ifw.podsvirov.pro/cmake/files/v3.6/cmake-3.6.0-rc3-win32-x86.exe

Windows 64bit:

http://ifw.podsvirov.pro/cmake/cmake-master-win64-online.exe

http://ifw.podsvirov.pro/cmake/files/v3.6/cmake-3.6.0-rc3-win64-x64.exe

If you have used it before, you can update via "CMake Maintenance Tool"

I used Windows 7, but it should work for Windows Vista and Windows 8 and 
Windows 10.

I ask those wishing to test the functionality.

Please test it :-)

>>>   01.10.2015, 09:29, Konstantin Podsvirov" :
    Hi all! Modern master alive! :-)

    It's been almost a month and it's time to upgrade:

    3.3.20150901 CMake => CMake 3.3.20151001

    Dear friends, I have a question and call for help.

    With my assistance the project has an option for component installation 
 project:

    CMake_INSTALL_COMPONENTS

    Unfortunately not all files found your component.
    The files to be installed without specifying a component fall into 
 'Unspecified' component.
    Need to parse them out and assign them to the component context.

    Now have the components:

    - cmake;
    - ctest;
    - cpack;
    - cmake-gui;
    - sphinx-man;
    - sphinx-html;
    - sphinx singlehtml;
    - sphinx-qthelp

    and General for everything else

    Is Unspecified;

    A list of unaccounted for 'Unspecified' of files to install on the 
 Window is attached.

    Links to the installers were specified earlier (see below).

    On 28.07.2015, 17:49, "Konstantin Podsvirov" :
>    Hi dear CMake developers!
>
>    27.07.2015, 18:52, "Brad King" :
>>    On 07/24/2015 03:46 AM, Konstantin Podsvirov wrote:
>>>    To solve the problem you run cmake-gui is now possible with the
>>>    the following changes:
>>
>>    Applied as two separate commits with minor tweaks:
>>
>>    cmake-gui: Install Qt5 Windows platform plugin
>>    http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=42f0155b
>>
>>    CMake: Add option CMake_INSTALL_DEPENDENCIES
>>    http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=068e7962
>
>    Code now in 'master' branch.
>
>    Thanks, Brad!
>
>    Meet/install/CMake built modern update on MSVC2015 c QtDialog based on 
> Qt 5.5 from today :-)
>
>    Windows 32bit:
>
>    http://ifw.podsvirov.pro/cmake/cmake-master-win32-online.exe
>
>    Windows 64bit:
>
>    http://ifw.podsvirov.pro/cmake/cmake-master-win64-online.exe
>
>    cmake-gui should work now, but if not, then update your system and 
> install
>
>    The Visual C++ Redistributable for Visual Studio 2015 from the link 
> below:
>
>    http://www.microsoft.com/en-us/download/details.aspx?id=48145
>
>    As always, questions and suggestions are welcome.

    --
    Regards,
    Konstantin Podsvirov
    ,--

    Powered by www.kitware.com

    Please keep messages on-topic and check the CMake FAQ at: 
 http://www.cmake.org/Wiki/CMake_FAQ

    Kitware offers various services to support the CMake community. For 
 more information on each offering, please visit:

    CMake Support: http://cmake.org/cmake/help/support.html
    CMake Consulting: http://cmake.org/cmake/help/consulting.html
    CMake Training Courses: http://cmake.org/cmake/help/training.html

    Visit other Kitware open-source projects at 
 http://www.kitware.com/opensource/opensource.html

    Follow this link to subscribe/unsubscribe:
    http://public.kitware.com/mailman/listinfo/cmake-developers
>>>
>>>   Regards,
>>>   Konstantin Podsvirov
>
> Regards,
> Konstantin Podsvirov
> --
>
> Powered by www.kitware.com
>
> Please keep messages on-topic and check the CMake FAQ at: 
> http://www.cmake.org/Wiki/CMake_FAQ
>
> Kitware offers various services to support the CMake community. For more 
> information on each offering, please visit:
>
> CMake Support: http://cmake.org/cmake/help/support.html
> CMake Consulting: http://cmake.org/cmake/help/consulting.html
> CMake Training Courses: http://cmake.org/cmake/help/training.html
>
> Visit other Kitware open-source projects at 
> http://www.kitware.com/opensource/opensource.html
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/cmake-developers

Regards,
Konstantin Podsvirov
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering,