[CMake] [Re] How to select components by default using CPack ?

2016-01-09 Thread Konstantin Podsvirov
mponent is added. If you have more questions, ask. I'll try to answer. -- 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.

Re: [CMake] Calling find_package(self) for in-project builds

2016-06-02 Thread Konstantin Podsvirov
Hello.8:34, 3 june 2016 г., Walter Gray :Interesting idea, that could be possible.Possible, but realy need? It can be alternative. Now we can use ALIASES for build tree configuration - It's work (I check)On Thu, Jun 2, 2016 at 8:45 PM Dan Liew wrote:>

Re: [CMake] CMake 3.5.0-rc1 install is missing dependencies

2016-02-03 Thread Konstantin Podsvirov
013 and Qt5.5.1 for cmake-gui. For me everything works fine. I ask all those interested. To test the results and to share lessons learned. Together we will make CMake better!!! Regards, Konstantin Podsvirov -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at

Re: [CMake] [cmake-developers] C++11 only for a specified subdirectory

2016-03-04 Thread Konstantin Podsvirov
ourses: 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 P

[CMake] Fwd: [Review Request] [Draft] CMake project for QtIFW

2016-07-24 Thread Konstantin Podsvirov
will be appreciated. -- 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

[CMake] Disable removing generated file

2016-07-06 Thread Konstantin Podsvirov
Hello guys!How to disable removing generated file with clean target?My custom command generate or update file. -- 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

Re: [CMake] Disabling INSTALL target for subdirectory

2017-02-15 Thread Konstantin Podsvirov
; - CPACK_LISTS_TXT:BOOL;c) Fix add_subdirectory command implementation :-)--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

Re: [CMake] best practice for bundling 3rdparty dependencies in windows

2017-02-19 Thread Konstantin Podsvirov
ou can try DaD's Way:https://dad.podsvirov.pro/houseBuild each module separately and use a cross-platform installer.--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 ser

Re: [CMake] Managing a local installation of cmake-built open source packages

2017-01-18 Thread Konstantin Podsvirov
18.01.2017, 21:32, "ardi" <ardillasdelmo...@gmail.com>:On Wed, Jan 18, 2017 at 7:19 PM, Konstantin Podsvirov<konstan...@podsvirov.pro> wrote: Hello Ardi! [...]  Sounds like, you need cross-platform (several desktops) package manager compatible with cmake. If all desktops with

Re: [CMake] Managing a local installation of cmake-built open source packages

2017-01-18 Thread Konstantin Podsvirov
mpatible with cmake. If all desktops with GUI, what about using CPack IFW generator? https://cmake.org/cmake/help/latest/module/CPackIFW.html --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 Kit

Re: [CMake] ExternalProject_Add : set the location of CMakeLists.txt

2016-10-25 Thread Konstantin Podsvirov
92110 Clichy >> Standard Tél :  01 44 69 37 37 >> www.activisu.com > ,-- Try it: ExternalProject_Add( ... SOURCE_DIR ${CMAKE_CURRENT_BINARY_DIR}/source ... CONFIGURE_COMMAND ${CMAKE_COMMAND} [additional args...] ${CMAKE_CURRENT_BINARY_DIR}/source/build/cmake ...) --- Regards, K

Re: [CMake] ExternalProject_Add : set the location of CMakeLists.txt

2016-10-25 Thread Konstantin Podsvirov
Hello again. 25.10.2016, 20:31, "Konstantin Podsvirov" <konstan...@podsvirov.pro>: > Hello, Benjamin. > > 25.10.2016, 19:41, "Benjamin Ballet via CMake" <cmake@cmake.org>: >>  Hi, >> >>  I'm trying to get GLEW (https://github.com/nigel

[CMake] [SUGGESTION] Add %ONLY alternative for configure_file command

2016-11-30 Thread Konstantin Podsvirov
/qtsdk/qtsdk.git/tree/packaging-tools/configurations/pkg_templates) templates). Now I have to set a variable to a value `set(VAR "@VAR@")` that would get the same result. The alternative use of the `%` symbol and leave `@VAR@` variables as there. Who is for and who is against? --Regards,

Re: [CMake] CMake 3.7.1 gui fails to launch

2017-01-06 Thread Konstantin Podsvirov
Hm...18:52, 6 january 2017 г., David Cole via CMake :Can you use Qt5? CMake 3.7 is typically built using Qt5: perhaps a Qt5**requirement** has crept in since it's the commonly used one now.It's work for me with RedHat and Qt 4.8.6.No problem cmake-gui work.HTH,David C.On Fri, Jan

Re: [CMake] Packaging issues

2017-04-03 Thread Konstantin Podsvirov
ade everything run as > expected. > > Cheers Volker > > -- > > 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 mor

Re: [CMake] Packaging issues

2017-04-18 Thread Konstantin Podsvirov
3.9.0. 03.04.2017, 19:44, "Konstantin Podsvirov" <konstan...@podsvirov.pro>: > Hello Volker! > > 03.04.2017, 18:50, "Volker Enderlein" <volker.enderl...@ifm-chemnitz.de>: >>  Am 03/04/2017 um 12:30 schrieb Volker Enderlein: >>>   Hi, >

Re: [CMake] Boost moves to CMake

2017-07-18 Thread Konstantin Podsvirov
s link to subscribe/unsubscribe:> http://public.kitware.com/mailman/listinfo/cmake 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 commun

Re: [CMake] cmake-gui on windows and qt5 dlls

2017-08-17 Thread Konstantin Podsvirov
y 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

[CMake] [Config-file Package] The best practice of finding package dependencies?

2017-06-20 Thread Konstantin Podsvirov
not appeal to everyone. Perhaps there should be some option for setting the behavior of the `find_package` command in the part of finding package dependencies? Or she already is, but I have not yet studied it. -- Regards, Konstantin Podsvirov -- Powered by www.kitware.com Please keep

[CMake] Who want find_package(ImGui)?

2018-07-02 Thread Konstantin Podsvirov
Hello dear CMake users!Anybody use Dear ImGui project?Please help to review PR for add CMake support:https://github.com/ocornut/imgui/pull/1713Have a nice day! -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware

Re: [CMake] List all packages

2019-01-13 Thread Konstantin Podsvirov
to have for debugging find_package, especially when you don’t have access to the system having issues (user bug reports for example).Cheers,LectemYou can visualize dependencies between targets with Graphvis:https://gitlab.kitware.com/cmake/community/wikis/doc/cmake/Graphviz--With regards,Konstantin

[cmake-developers] CPack IFW generator

2014-05-08 Thread Konstantin Podsvirov
try to support it. I'm sorry for my english. -- 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

Re: [cmake-developers] CPack IFW generator

2014-05-26 Thread Konstantin Podsvirov
for my bad English . 12.05.2014, 18:32, Brad King brad.k...@kitware.com: 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

[cmake-developers] CPack IFW generator

2014-07-09 Thread Konstantin Podsvirov
://ifw.podsvirov.pro/cmake may be something useful. I've created accounts Mantis and CDash. Git push access to g...@cmake.org:cmake.git I do not have. With respect 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

[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 генератор

2014-07-17 Thread Konstantin Podsvirov
matches the 'master' branch source code + the CPack IFW generator. CMake well done: he build and package himself :-) I don't promise daily updates, but once a week I'll try to put a fresh build. Regards, Konstantin Podsvirov -- Powered by www.kitware.com Please keep messages on-topic

[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-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: http://ifw.podsvirov.pro/cmake/cmake

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-29 Thread Konstantin Podsvirov
in promoting the topic 'cpack-ifw-generator'. (Sorry for my English, I use a translator) 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

Re: [cmake-developers] CPack IFW generator

2014-07-30 Thread Konstantin Podsvirov
=cmake.git;a=commitdiff;h=e7511b7f Thank You Brad! The code is now in the branch 'next' so soon it will get to 'master' :-) 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

[cmake-developers] [update]: CPack IFW generator

2014-08-06 Thread Konstantin Podsvirov
English, I use a translator) 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

Re: [cmake-developers] [update]: CPack IFW generator

2014-08-12 Thread Konstantin Podsvirov
/heads/cpack-ifw-updates Update for the last week in one commit: http://git.podsvirov.pro/?p=kitware/cmake.git;a=commit;h=5ee02291d0c4dde21a4ecb513dd69cbb0157ddf6 I hope that soon these changes will be accepted. Regards, Konstantin Podsvirov -- Powered by www.kitware.com Please keep messages

Re: [cmake-developers] [update]: CPack IFW generator

2014-10-06 Thread Konstantin Podsvirov
06.10.2014, 17:01, Brad King brad.k...@kitware.com: On 10/05/2014 05:18 AM, Konstantin Podsvirov wrote: Straight to the point: Brad please apply my changes! I've merged the topic to 'next' for testing... Thank you :-) Can I expect that CPack IFW generator will be in the tag v3.1.0-rc1

Re: [cmake-developers] Preparing for CMake 3.1.0-rc1

2014-10-07 Thread Konstantin Podsvirov
Windows: http://ifw.podsvirov.pro/cmake/cmake-dev-windows-x86-online.exe Set one is updated constantly :-) All for a good day! 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

Re: [cmake-developers] Preparing for CMake 3.1.0-rc1

2014-10-09 Thread Konstantin Podsvirov
3.0.20141008-ge5734 Documentation with the latest updates: Sphinx http://ifw.podsvirov.pro/cmake/doc/sphinx Doxygen http://ifw.podsvirov.pro/cmake/doc/doxygen Can also upgrade the components in your online installers :-) All a good day! Regards, Konstantin Podsvirov -- Powered by www.kitware.com

[cmake-developers] [CPackIFW] Documentation

2014-10-20 Thread Konstantin Podsvirov
/CMake.qch Thanks, I can't do everything myself and hope for the community :-) All good working week. PS: where I live the snow :-) 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

[cmake-developers] [TEST REQUEST] CPack IFW generator on OSX

2014-10-23 Thread Konstantin Podsvirov
Hello developers! Can anybody test IFW generator on Mac? 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

Re: [cmake-developers] [TEST REQUEST] CPack IFW generator on OSX

2014-10-23 Thread Konstantin Podsvirov
Hi Sean! 23.10.2014, 19:09, Sean McBride s...@rogue-research.com: On Thu, 23 Oct 2014 16:45:36 +0400, Konstantin Podsvirov said: Can anybody test IFW generator on Mac? Probably... What is it? :) How would I test it? If you can give me clear instructions, I can update one or more of my

[cmake-developers] [PATCH] CPack IFW updates

2014-12-02 Thread Konstantin Podsvirov
Hi, Brad! I made a few edits to the documentation of the module. Changed only one file. Here is the link to the commit: http://git.podsvirov.pro/?p=kitware/cmake.git;a=commit;h=0abd322c3c0db64fc39f9cd6182ba81739c2fc6b Please accept my changes. -- Regards, Konstantin Podsvirov -- Powered

[cmake-developers] [DISCUSSION] Using COMPONENTs for CMake install(...)?

2014-12-02 Thread Konstantin Podsvirov
redistributable packages. Your questions and suggestions! -- 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

Re: [cmake-developers] [DISCUSSION] Using COMPONENTs for CMake install(...)?

2014-12-05 Thread Konstantin Podsvirov
Hi, Brad! 05.12.2014, 22:33, Brad King brad.k...@kitware.com: On 12/04/2014 12:59 AM, Konstantin Podsvirov wrote: In the source tree, you can see some of the components. The Debian packaging can serve as a good reference: cmake - cross-platform, open-source make system cmake-curses-gui

Re: [cmake-developers] [DISCUSSION] Using COMPONENTs for CMake install(...)?

2014-12-09 Thread Konstantin Podsvirov
08.12.2014, 17:26, Brad King brad.k...@kitware.com: On 12/07/2014 05:34 PM, Konstantin Podsvirov wrote: Well, work has started! Good work so far. I tried :-) Please reorganize the commits to have the first one add the install COMPONENT options and the second one add the CPack configuration

Re: [cmake-developers] Qt, QtIFW, CMake and CPackIFW

2015-03-24 Thread Konstantin Podsvirov
of modern tools :-) -- Regards, Konstantin Podsvirov (Sorry for my English) -- 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

[cmake-developers] [CPackIFW] Adding QtIFW 2.0 Support (Technical Preview)

2015-04-29 Thread Konstantin Podsvirov
/cmake/doc/doxygen When I decide that the support QtIFW 2.0 has reached an acceptable state, we will begin work on the integration of changes. Waiting for answers, questions, suggestions! -- Regards, Konstantin Podsvirov -- Powered by www.kitware.com Please keep messages on-topic and check

[cmake-developers] [PATCH] CPackIFW: Added QtIFW 2.0 Support

2015-05-15 Thread Konstantin Podsvirov
Hi, Brad! More than a month ago was be announced QtIFW 2.0: http://blog.qt.io/blog/2015/04/07/qt-installer-framework-2-0-released Unfortunately, version 2.0 is incompatible with version 1.x from the point of view of the command line interface. Current version CPackIFW can't handle QtIFW 2.0 -

Re: [cmake-developers] [CPackIFW] Adding QtIFW 2.0 Support (Technical Preview)

2015-05-12 Thread Konstantin Podsvirov
Online repository updated! Meet CMake 3.2.20150512 :-) Online installers for Linux and Windows are available at the links below. Dear developers, I have just one question: anyone uses CPackIFW or QtIFW? 29.04.2015, 16:57, Konstantin Podsvirov konstan...@podsvirov.pro: Hello dear developers

[cmake-developers] [CPackIFW] Adding QtIFW 2.0 Support (Technical Preview)

2015-05-29 Thread Konstantin Podsvirov
Online repository updated! Meet CMake 3.2.20150529 :-) Online installers for Linux and Windows are available at the links below. On 29.04.2015, 16:57, Konstantin Podsvirov konstan...@podsvirov.pro: Two installer collected in Debian 8: http://ifw.podsvirov.pro/cmake/cmake-master-i386

[cmake-developers] [PATCH] Option CMAKE_INSTALL_COMPONENTS and IFW installer

2015-07-03 Thread Konstantin Podsvirov
Hi, Brad! A long time ago... About 6 months ago I started a topic cmake-install-components. Today I am ready to share the results. The basic idea is to use the COMPONENT option in the install command inside the CMake. So as not to disturb those who do not need it I have added the option

Re: [cmake-developers] [PATCH] Option CMAKE_INSTALL_COMPONENTS and IFW installer

2015-07-07 Thread Konstantin Podsvirov
06.07.2015, 21:01, Brad King brad.k...@kitware.com: On 07/03/2015 09:09 AM, Konstantin Podsvirov wrote: About 6 months ago I started a topic cmake-install-components. Today I am ready to share the results. Great, thanks! The changes look good except for comments below. So as not to disturb

Re: [cmake-developers] [PATCH] Imported OpenSSL

2015-08-13 Thread Konstantin Podsvirov
Hello, Brad! Again OpenSSL :-) Topic branch (for reference) http://git.podsvirov.pro/?p=kitware/cmake.git;a=shortlog;h=refs/heads/topic-imported-openssl 11.08.2015, 22:35, Gregor Jasny gja...@googlemail.com: On 07/08/15 13:22, Konstantin Podsvirov wrote: Hi developers and experts OpenSSL! I

Re: [cmake-developers] [ANNOUNCE] CMake 3.3.0-rc3 is now ready!

2015-06-29 Thread Konstantin Podsvirov
these installers. Maybe someday CMake will also be distributed through QtIFW. -- 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

[cmake-developers] [REVIEW REQUEST] find_package(Protobuf CONFIG)

2015-08-02 Thread Konstantin Podsvirov
find_package(Protobuf [MODULE|CONFIG]) compatible. I'm partial with minor modifications copied FindProtobuf.cmake porting functions protobuf_generate_cpp. All interested please see the code and make suggestions or to join the work. -- Regards, Konstantin Podsvirov -- Powered by www.kitware.com

Re: [cmake-developers] [REVIEW REQUEST] find_package(Protobuf CONFIG)

2015-08-04 Thread Konstantin Podsvirov
Hi, Brad! 03.08.2015, 23:26, Brad King brad.k...@kitware.com: On 08/02/2015 03:31 PM, Konstantin Podsvirov wrote: https://github.com/google/protobuf/pull/673 [snip] I try to make find_package(Protobuf [MODULE|CONFIG]) compatible. Thanks for working on this. Thanks for the FindProtobuf

Re: [cmake-developers] [MODERN] CMake 3.3 vs Qt 5.5 vs MSVC2015

2015-07-28 Thread Konstantin Podsvirov
Hi dear CMake developers! 27.07.2015, 18:52, Brad King brad.k...@kitware.com: On 07/24/2015 03:46 AM, Konstantin Podsvirov wrote:  To solve the problem you run cmake-gui is now possible with the  following changes: Applied as two separate commits with minor tweaks:  cmake-gui: Install Qt5

[cmake-developers] [PATCH] Imported OpenSSL

2015-08-07 Thread Konstantin Podsvirov
/cmake.git;a=shortlog;h=refs/heads/topic-imported-openssl Now I have a single commit: http://git.podsvirov.pro/?p=kitware/cmake.git;a=commit;h=b47293f212f270844dcd32e36cff2a8668080c46 If I did everything correctly, then please apply my changes or to help with advice or deed :-) -- Regards, Konstantin

[cmake-developers] [FEATURE REQUEST] ExternalProject disable all GIT_SUBMODULES

2015-08-14 Thread Konstantin Podsvirov
In the next CMake we obtain the following useful thing: http://www.cmake.org/cmake/help/git-master/release/dev/ExternalProject_init_selected_submodules.html But how to disable the initialization and loading of git submodules? --Regards,Konstantin Podsvirov  -- Powered by www.kitware.com Please

[cmake-developers] The naming convention SHARED and STATIC

2015-08-05 Thread Konstantin Podsvirov
Encourage best practices. For example, I want to export one and the same library in one package in debug and release configurations. What do you name CMake targets and how to name files? -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at:

Re: [cmake-developers] The naming convention SHARED and STATIC

2015-08-05 Thread Konstantin Podsvirov
Addition: SHARED and STATIC too (mylibstatic and mylibshared?)16:39, 5 августа 2015 г., Konstantin Podsvirov konstan...@podsvirov.pro:Encourage best practices. For example, I want to export one and the same library in one package in debug and release configurations. What do you name CMake targets

Re: [cmake-developers] [MODERN] CMake 3.3 vs Qt 5.5 vs MSVC2015

2015-07-24 Thread Konstantin Podsvirov
. cmake-gui should work now, but if not, then update your system and install Visual C++ Redistributable for Visual Studio 2015 from the link below: http://www.microsoft.com/en-us/download/details.aspx?id=48145 23.07.2015, 16:47, Konstantin Podsvirov konstan...@podsvirov.pro: Hi Ruslan

Re: [cmake-developers] [MODERN] CMake 3.3 vs Qt 5.5 vs MSVC2015

2015-07-23 Thread Konstantin Podsvirov
Hi Ruslan and other developers! 23.07.2015, 16:12, Ruslan Baratov ruslan_bara...@yahoo.com: On 23-Jul-15 12:32, Konstantin Podsvirov wrote: Hi dear CMake developers! Meet modern CMake built on MSVC2015 c QtDialog based on Qt 5.5 from today :-) Windows 32bit: http://ifw.podsvirov.pro/cmake

[cmake-developers] [MODERN] CMake 3.3 vs Qt 5.5 vs MSVC2015

2015-07-23 Thread Konstantin Podsvirov
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

Re: [cmake-developers] [ANNOUNCE] CMake 3.4.0 Released

2015-11-12 Thread Konstantin Podsvirov
ficial code of branch 'release' recently :-) I'll be glad if somebody test these installers for themselves and to share their comments and suggestions. Good luck to everyone! -- Regards, Konstantin Podsvirov -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: h

Re: [cmake-developers] [ANNOUNCE] CMake 3.4.0 Released

2015-11-12 Thread Konstantin Podsvirov
015, 23:55, "Konstantin Podsvirov" <konstan...@podsvirov.pro>: > 12.11.2015, 21:57, "Robert Maynard" <robert.mayn...@kitware.com>: >> I am proud to announce that CMake 3.4.0 is now available for download at: >> https://cmake.org/download/ >> >>

Re: [cmake-developers] Visual Studio 2013 with CMake GUI on Windows

2015-11-13 Thread Konstantin Podsvirov
already supports being built with Qt5 on Windows. > > Configure with containing CMAKE_PREFIX_PATH to the path to > msvc2013_64_opengl and it should be found automatically. > Ensure Qt5Widgets_DIR points to > > msvc2013_64_opengl/lib/cmake/Qt5Widgets > > -Brad -- Regards, K

[cmake-developers] [PATCH] CPackIFW: Variable CPACK_IFW_FRAMEWORK_VERSION cheking

2015-07-08 Thread Konstantin Podsvirov
would this change was brought in release 3.3. -- 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

Re: [cmake-developers] [PREVIEW] Meet CMake components-based cross-platform GUI installer

2015-07-10 Thread Konstantin Podsvirov
Meet fresh CMake 3.3.20150710 from branch 'master'! 08.07.2015, 22:42, Konstantin Podsvirov konstan...@podsvirov.pro: All kind time of day! This is not the official installer, but who might someday become. Straight to the point - here online installers Debian 8: http://ifw.podsvirov.pro

Re: [cmake-developers] [PATCH] Option CMAKE_INSTALL_COMPONENTS and IFW installer

2015-07-07 Thread Konstantin Podsvirov
Hi, Brad! 07.07.2015, 16:21, Brad King brad.k...@kitware.com: On 07/07/2015 02:43 AM, Konstantin Podsvirov wrote: I used rebase. The last 8 commits in a branch on my server contain change of topic: I hope now will be able to apply the changes. Thanks! I've applied the changes with minor

Re: [cmake-developers] [ANNOUNCE] DaD's House! (Beta)

2015-09-10 Thread Konstantin Podsvirov
The first 100 views! The interest is there (though not great), but where are the questions and suggestions? 09.09.2015, 21:12, "Konstantin Podsvirov" <konstan...@podsvirov.pro>: > Hi, Dear Developers! > > Want to advertise a development environment that I am de

[cmake-developers] Fwd: [Development] [ANNOUNCE] DaD's House! (Beta)

2015-09-10 Thread Konstantin Podsvirov
ject.org >>  [mailto:development-bounces+mitch.curtis=theqtcompany....@qt-project.org] >>  On Behalf Of Konstantin Podsvirov >>  Sent: Thursday, 10 September 2015 3:02 PM >>  To: CMake Developers <cmake-developers@cmake.org>; development@qt >>  project.org >&g

Re: [cmake-developers] [Development] [ANNOUNCE] DaD's House! (Beta)

2015-09-10 Thread Konstantin Podsvirov
10.09.2015, 16:41, "Curtis Mitch" <mitch.cur...@theqtcompany.com>: >> From: Konstantin Podsvirov [mailto:konstan...@podsvirov.pro] >> >> By clicking on the link, you will be able to get the installer is the same >> as the QtSDK and a few clicks to get the bi

Re: [cmake-developers] [ANNOUNCE] DaD's House! (Beta)

2015-09-10 Thread Konstantin Podsvirov
It is set of modules (now tools and libraries) for development and deployment.23:11, 10 сентября 2015 г., Alexander Neundorf <neund...@kde.org>:On Thursday, September 10, 2015 16:02:23 Konstantin Podsvirov wrote: The first 100 views! The interest is there (though not great), but

Re: [cmake-developers] [Development] [ANNOUNCE] DaD's House! (Beta)

2015-09-10 Thread Konstantin Podsvirov
e real CI is still far. But I hope with time I'll come to that. I apologize for linguistic errors. English is not my native language. > [1] http://www.cmake.org/cmake/help/git-next/manual/cmake-packages.7.html > > On Thu, Sep 10, 2015 at 10:12 AM, Konstantin Podsvirov > <konstan..

[cmake-developers] [PATCH] FindOpenSSL: Imported Targets Release Note

2015-09-28 Thread Konstantin Podsvirov
12762e88f9961785c0f5484b01afb957c43ff798 Mon Sep 17 00:00:00 2001 From: Konstantin Podsvirov <konstan...@podsvirov.pro> Date: Tue, 29 Sep 2015 08:11:04 +0300 Subject: [PATCH] FindOpenSSL: Imported Targets Release Note --- Help/release/dev/FindOpenSSL-imported-targets.rst | 4 1 file changed, 4 insertions(+) create mode

Re: [cmake-developers] [MODERN] CMake 3.3 vs Qt 5.5 vs MSVC2015

2015-10-01 Thread Konstantin Podsvirov
tml; - 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&q

Re: [cmake-developers] [Development] [ANNOUNCE] DaD's House! (Beta)

2015-10-02 Thread Konstantin Podsvirov
. Perhaps this is the first ever web-based interface to view the information from QtIFW binary repository. Welcome once again DaD's House: http://dad.podsvirov.pro Good luck everyone! 10.09.2015, 21:09, "Konstantin Podsvirov" <konstan...@podsvirov.pro>: > Hi, Jean-Christophe Fillion-Robin

Re: [cmake-developers] [PATCH] FindOpenSSL: Imported Targets Release Note

2015-09-29 Thread Konstantin Podsvirov
Hi, Brad! 29.09.2015, 22:56, "Brad King" <brad.k...@kitware.com>: > On 9/29/2015 1:19 AM, Konstantin Podsvirov wrote: >> reflect this in the release notes. > > Good catch. Applied, thanks: > > Help: Add notes for topic 'FindOpenSSL-imported-targets' &

[cmake-developers] [ANNOUNCE] DaD's House! (Beta)

2015-09-09 Thread Konstantin Podsvirov
for removing the load from my server. rsync//download.podsvirov.pro Main module - main :-) I write it in a list for developers that would first obtain a qualified appraisal. Looking forward to your answers, questions and suggestions. Happy programming! -- Regards, Konstantin Podsvirov

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

2015-12-02 Thread Konstantin Podsvirov
for themselves and to share their comments and suggestions. Good luck to everyone! -- 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 commu

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

2015-12-02 Thread Konstantin Podsvirov
015, 23:55, "Konstantin Podsvirov" <konstan...@podsvirov.pro>: > 02.12.2015, 22:55, "Robert Maynard" <robert.mayn...@kitware.com>: >>  We are pleased to announce that CMake 3.4.1 is now available for download. >> >>  Please use the latest release from our

[cmake-developers] [ANNOUNCE] New Modules and Ports at DaD's House

2016-06-10 Thread Konstantin Podsvirov
for more efficient distribution. If you are interested in developing this technology or already use my installers, I would like to hear your opinion and to get feedback. Have a great weekend and good luck in development of your projects! -- Regards, Konstantin Podsvirov -- Powered by www.kitware.com

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

2016-06-02 Thread Konstantin Podsvirov
lease test it :-) >>  01.10.2015, 09:29, Konstantin Podsvirov" <konstan...@podsvirov.pro>: >>>   Hi all! Modern master alive! :-) >>> >>>   It's been almost a month and it's time to upgrade: >>> >>>   3.3.20150901 CMake => CMa

Re: [cmake-developers] [MODERN] CMake ~3.6 vs Qt 5.6 vs MSVC2015

2016-05-31 Thread Konstantin Podsvirov
d64: http://ifw.podsvirov.pro/cmake/cmake-master-amd64-online.run Please test it :-) > 01.10.2015, 09:29, Konstantin Podsvirov" <konstan...@podsvirov.pro>: >>  Hi all! Modern master alive! :-) >> >>  It's been almost a month and it's time to upgrade: >> >>

[cmake-developers] [ANNOUNCE] DaD's House Standalone Installers

2016-06-24 Thread Konstantin Podsvirov
This info also available at installers page: http://dad.podsvirov.pro/house/installers 10.06.2016, 23:54, "Konstantin Podsvirov" <konstan...@podsvirov.pro>: > Hi guys! Hello developers! > > My "DaD's Project" is based on CMake and QtIFW (specifically CPackIFW) &g

Re: [cmake-developers] Git for windows patch

2016-01-14 Thread Konstantin Podsvirov
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/mai

Re: [cmake-developers] [PATCH] FindProtobuf: fix wrong library list for Unix

2016-02-08 Thread Konstantin Podsvirov
munity. 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 Kitwar

[cmake-developers] [DaD] New and Updated Modules and New Installers

2016-01-27 Thread Konstantin Podsvirov
their experiences. (sorry for possible mistakes in text) -- 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

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

2016-03-09 Thread Konstantin Podsvirov
onsistently with other generators. Projects that previously worked > around the inconsistecy with an extra level of backslashes > conditioned on the Xcode generator must be updated to remove the > workaround for CMake 3.5 and greater. > > Other Changes > = > > *

Re: [cmake-developers] more use of cmXMLWriter

2016-03-19 Thread Konstantin Podsvirov
conducted tests on the real packs. If I find the time to test, I will report about results here. 20.03.2016, 00:24, "Daniel Pfeifer" <dan...@pfeifer-mail.de>: > Hi, > I ported. some more generators to cmXMLWriter. > cheers, Daniel -- Regards, Konstantin Podsvirov -- P

Re: [cmake-developers] CMake for 64Win7

2016-03-07 Thread Konstantin Podsvirov
https://cmake.org/download/ > ). When will the version for 64Win available? > > Thank you for the help! > > Ning. > == > LI, Ning. Ph.D. > -- > E-mail Address: l...@cec.sc.edu > ===The University

Re: [cmake-developers] C++11 only for a specified subdirectory

2016-03-04 Thread Konstantin Podsvirov
ourses: 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 P

Re: [cmake-developers] [MODERN] CMake ~3.6 vs Qt 5.6 vs MSVC2015

2016-05-20 Thread Konstantin Podsvirov
://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. 01.10.2015, 09:29, Konstantin Podsvirov

[cmake-developers] [PATCH] CPackIFW Updates

2016-05-23 Thread Konstantin Podsvirov
Protocol. I also checked the formatting with clang-format 3.8. Thanks in advance. -- 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

[cmake-developers] [PATCH] CPackIFW: Added cpack_ifw_update_repository command and other

2016-05-17 Thread Konstantin Podsvirov
read about the changes in formatting and have tried to take this into account. Hope to see these changes in release 3.6 :-) -- 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 offe

Re: [cmake-developers] [PATCH] CPackIFW: Added cpack_ifw_update_repository command and other

2016-05-18 Thread Konstantin Podsvirov
18.05.2016, 16:52, "Brad King" <brad.k...@kitware.com>: > On 05/17/2016 04:29 PM, Konstantin Podsvirov wrote: >> Please consider my changes in part CPack IFW generator. > > I've applied the changes with a few tweaks and merged to 'next' for testing: > > CP

[cmake-developers] [PATCH] CMake installation improvements

2016-07-12 Thread Konstantin Podsvirov
Hello Brad, please apply my changes. -- Regards, Konstantin Podsvirov From 56137a0f7096bae99eeb45ca83567a5ee87d4cee Mon Sep 17 00:00:00 2001 From: Konstantin Podsvirov <konstan...@podsvirov.pro> Date: Wed, 13 Jul 2016 00:10:28 +0300 Subject: [PATCH 1/3] CMake: install COMPONENT cmcldeps

[cmake-developers] [ISSUE] Bump to 3.2 and continue...

2016-07-29 Thread Konstantin Podsvirov
Hello CMake developers, I found bug: https://gitlab.kitware.com/cmake/cmake/issues/16220 I found it, but I do not want to deal with it ... -- 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-developers] [Review Request] Doxygen alive, but limping

2016-08-04 Thread Konstantin Podsvirov
, 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

[cmake-developers] [Review Request][Draft] CMake project for QtIFW

2016-07-18 Thread Konstantin Podsvirov
will be appreciated. -- 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

[cmake-developers] Fwd: CMake | CPackIFW: Using cpack_append_list_variable_set_command (!27)

2016-07-05 Thread Konstantin Podsvirov
sending message 05.07.2016, 22:37, "Konstantin Podsvirov" <konstan...@podsvirov.pro>: Thanks, Brad! I've been waiting for your answer :-) 05.07.2016, 22:30, "Brad King" <git...@gitlab.kitware.com>: >  Thanks. I've merged this to nex

  1   2   >