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] 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-developers] [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

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

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

2017-08-14 Thread Konstantin Podsvirov
ake.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 > > Fol

Re: [cmake-developers] [ISSUES 17125] CPackIFW doesn't work properly on OSX

2017-08-06 Thread Konstantin Podsvirov
: Removed unnecessary formatting. 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

[cmake-developers] [ISSUES 17125] CPackIFW doesn't work properly on OSX

2017-08-06 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

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

[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

Re: [cmake-developers] Where execute_process INPUT_CONTENT or INPUT_VARIABLE?

2017-04-24 Thread Konstantin Podsvirov
Hi!16:05, 24 April 2017 г., Brad King <brad.k...@kitware.com>:On 04/23/2017 01:30 AM, Konstantin Podsvirov wrote: Where execute_process INPUT_CONTENT or INPUT_VARIABLE? This would be very convenient for a small input. Why should I always write a file for input?I agree that the options

Re: [cmake-developers] Where execute_process INPUT_CONTENT or INPUT_VARIABLE?

2017-04-23 Thread Konstantin Podsvirov
23.04.2017, 12:26, "Alan W. Irwin" <ir...@beluga.phys.uvic.ca>: > On 2017-04-23 10:24+0300 Konstantin Podsvirov wrote: > >>  Hi Alan! >> >>  23.04.2017, 10:01, "Alan W. Irwin" <ir...@beluga.phys.uvic.ca>: >>>  On 2017-04-23 08:30+

Re: [cmake-developers] Where execute_process INPUT_CONTENT or INPUT_VARIABLE?

2017-04-23 Thread Konstantin Podsvirov
Hi Alan! 23.04.2017, 10:01, "Alan W. Irwin" <ir...@beluga.phys.uvic.ca>: > On 2017-04-23 08:30+0300 Konstantin Podsvirov wrote: > >>  Where execute_process INPUT_CONTENT or INPUT_VARIABLE? >> >>  This would be very convenient for a small input. >>

[cmake-developers] [DISCUSSION] CMake Localization (L10N)

2017-04-18 Thread Konstantin Podsvirov
, world! > > set(CMAKE_OUTPUT_LOCALE "fr") > > message("$L10N{GREETING}") # greeting text > > message("$L10N:ru{GREETING}") # Привет, мир! Any feedback? -- Regards, Konstantin Podsvirov -- Powered by www.kitware.com Please keep messages on-topic and check

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-developers] [Discussion] Down with discrimination CPack!

2017-04-04 Thread Konstantin Podsvirov
Hello all! 19.01.2017, 00:16, "Alexander Neundorf" <neund...@kde.org>: > On 2017 M01 18, Wed 22:20:14 CET Konstantin Podsvirov wrote: >>  What about add to CMake language new packaging problematic scopes: >> >>  - COMPONENT; >>  - COMPONENT_GROUP; - IN

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] 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] 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-developers] Debugger for CMake

2017-02-14 Thread Konstantin Podsvirov
19:54, 14 February 2017 г., Ben Boeckel :On Mon, Feb 13, 2017 at 20:18:02 -0700, Justin Berger wrote: I agree on the maximizing code reuse, but that doesn't require them to use the same operational mode -- the two modes do fundamentally different things; even while sharing

Re: [cmake-developers] [Qt-creator] ​Qt Creator vs CMake server mode

2017-02-10 Thread Konstantin Podsvirov
s now, but I don't see: - all; - clean; - edit_cache; - rebuild_cache; This is a very important targets. -- 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 t

Re: [cmake-developers] ​Qt Creator vs CMake server mode

2017-02-09 Thread Konstantin Podsvirov
Ping and hello again! 25.12.2016, 21:42, "Konstantin Podsvirov" <konstan...@podsvirov.pro>:Since Qt Creator 4.3 release (now aka master branch) will get project information via CMake server (since 3.7 release). For more info see: https://blog.qt.io/blog/2016/11/15/cmake-suppo

[cmake-developers] [Discussion] Down with discrimination CPack!

2017-01-18 Thread Konstantin Podsvirov
What about add to CMake language new packaging problematic scopes: - COMPONENT;- COMPONENT_GROUP;- PACKAGE;- INSTALLER;- REPOSITORY? --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

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-developers] [Discussion] Add python support for CMakeLists

2017-01-13 Thread Konstantin Podsvirov
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, please visit: CMa

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-developers] Allow CodeBlocks for NMake Makefiles JOM

2017-01-04 Thread Konstantin Podsvirov
Hello again! 24.12.2016, 15:09, "Konstantin Podsvirov" <konstan...@podsvirov.pro>:Hello all! Any promotion please :-) CMake: https://gitlab.kitware.com/cmake/cmake/merge_requests/360  QtCreator: https://codereview.qt-project.org/#/c/180814  QtCreator CR now merged to 4

[cmake-developers] ​Qt Creator vs CMake server mode

2016-12-25 Thread Konstantin Podsvirov
allers/dad-0.3.1-windows-vc14x64-unstable.exe Can anybody check it too? --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

[cmake-developers] Allow CodeBlocks for NMake Makefiles JOM

2016-12-24 Thread Konstantin Podsvirov
Hello all! Any promotion please :-) CMake: https://gitlab.kitware.com/cmake/cmake/merge_requests/360  QtCreator: https://codereview.qt-project.org/#/c/180814 --Regards,Konstantin Podsvirov  -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http

[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-developers] QtSDK integration

2016-11-28 Thread Konstantin Podsvirov
Well, thank you Brad!22:14, 28 november 2016 г., Brad King <brad.k...@kitware.com>:On 11/28/2016 08:49 AM, Konstantin Podsvirov wrote: Anybody known where Brad King? Or anybody can help me to review and merge !280, !281 and !282 MRs into 'next' for testing?I was on vacation for the US Thanks

Re: [cmake-developers] QtSDK integration

2016-11-28 Thread Konstantin Podsvirov
Hello all!Anybody known where Brad King?Or anybody can help me to review and merge !280, !281 and !282 MRs into 'next' for testing?7:04, 17 november 2016 г., Konstantin Podsvirov <konstan...@podsvirov.pro>:Hi, dear CMake developers! Some of us actively using the Qt technology, but remai

[cmake-developers] QtSDK integration

2016-11-16 Thread Konstantin Podsvirov
, cmake-gui?, docs?...) I'm waiting feedback from support or a reasoned rejection of this idea. --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

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

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-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" <konstan...@podsvirov.pr

[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

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

2016-08-02 Thread Konstantin Podsvirov
29.07.2016, 23:56, "Konstantin Podsvirov" <konstan...@podsvirov.pro>: > 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 ... Okay, I have solution. May be attac

[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] 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-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] [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

Re: [cmake-developers] [CpackIFW] Fix bug in cpack_ifw_configure_... commands

2016-07-07 Thread Konstantin Podsvirov
15:44, 7 jul 2016 г., Brad King <brad.k...@kitware.com>:On 07/07/2016 07:43 AM, Konstantin Podsvirov wrote: Can you also merge topic 'cpack-ifw-list-variable' to release branch?Does it fix a 3.6 regression or a bug in a 3.6 new feature?No.Fixes to long-standing bugs are not el

[cmake-developers] [CpackIFW] Fix bug in cpack_ifw_configure_... commands

2016-07-07 Thread Konstantin Podsvirov
Hello, Brad!Can you also merge topic 'cpack-ifw-list-variable' to release branch?It's fix processing of LICENSES arguments of cpack_ifw_configure... commands where license display_name contain spaces. -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at:

[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-developers] Fix bug in CPack IFW Promoting Updates repository replacement

2016-07-05 Thread Konstantin Podsvirov
Thanks again, Brad! 05.07.2016, 22:58, "Brad King" <brad.k...@kitware.com>: > On date 07/05/2016 03:39 PM, Konstantin Podsvirov wrote: >> I found a small bug in CPackIFW. The patch is attached. > > Thanks, applied: > > CPackIFW: Fix attributes for Promoting U

[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

[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

[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] 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-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] [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

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

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] 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] 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] [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] 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] [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] [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

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

[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] 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

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

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

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] [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] [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] [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] [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] [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] [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

[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

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

[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] 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] [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

[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] [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

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] [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

[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] [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] 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

[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] [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] [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] 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 -

  1   2   >