[CMake] Invoice-Detail

2019-01-15 Thread Julien Jomier via CMake




Hello,
 



Attached are your payment documentation and invoice.


I have enclosed a copy of the invoice for your reference, you can download view using this link



Hope you have a wonderful weekend.



Julien Jomier


Phone (Cell): 
928-386-2132 
Phone (Home): 
928-386-2338


eMail:julien.jom...@kitware.com






 -- 

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:
https://cmake.org/mailman/listinfo/cmake


Re: [CMake] Additional traffic on cmake.org concerning cmake documentation

2019-01-15 Thread frodak17
On Tue, Jan 15, 2019 at 3:54 PM Martin Weber 
wrote:

> Hi,
>
> So my question is: Are there any objections regarding the additional IP
> traffic on cmake.org imposed if CmakeEd-users would browse the online
> docs
> instead of a local copy? Or would it be preferable to have a download-on-
> demand feature for the docs?
>
> CMakeEd currently has about 18k installs and gets roughly 700 more each
> month.
> The attachment show the items to be replaced by online links to cmake.org.
>
> Regards,
> Martin
>
>
Does the plugin use the cmake installed on the local machine?  Whenever
I've installed CMake it comes with the HTML documents along with the
binaries and modules.

Best regards,
F
-- 

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:
https://cmake.org/mailman/listinfo/cmake


[CMake] Additional traffic on cmake.org concerning cmake documentation

2019-01-15 Thread Martin Weber
Hi,

this is a question to the people at cmake.org.

The CmakeEd plugin for eclipse [1],[2] currently comes with a copy of the 
cmake documentation. Unfortunately, it refers to a fairly outdated version of 
cmake (2.8.6) and the scripts to convert the docs to Eclipse help format do 
not longer work and I have no time to maintain them. 
As the author of CMakeEd, I would like to replace the bundled doc-files by 
online links to documentation on cmake.org.

So my question is: Are there any objections regarding the additional IP 
traffic on cmake.org imposed if CmakeEd-users would browse the online docs 
instead of a local copy? Or would it be preferable to have a download-on-
demand feature for the docs?

CMakeEd currently has about 18k installs and gets roughly 700 more each month.
The attachment show the items to be replaced by online links to cmake.org.

Regards,
Martin


[1] https://github.com/15knots/cmakeed
[2] https://marketplace.eclipse.org/content/cmake-editor

-- 
Cd wrttn wtht vwls s mch trsr.

-- 

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:
https://cmake.org/mailman/listinfo/cmake


[CMake] CMake QtTest integration

2019-01-15 Thread Kyle Edwards via CMake
Hello all,

I recently wrote a set of scripts to integrate QtTest into CMake,
similar to the work that Matthew Woehlke did with Google Test a while
back. The script that I wrote runs the test executable in the post-
build stage, records the list of tests in the executable, and generates
a CTest script to run them. It uses the same TEST_INCLUDE_FILES
property that the Google Test test discovery functionality uses.

You can check out the source code here:

https://github.com/Kitware/seal-tk/blob/master/src/test/CMakeLists.txt
https://github.com/Kitware/seal-tk/blob/master/cmake/QtTestDiscoverTest
s.cmake

Kyle
-- 

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:
https://cmake.org/mailman/listinfo/cmake


Re: [CMake] How build AIX shared libraries with custom exports list

2019-01-15 Thread Rob Boehne
I submitted a patch a few weeks ago that would allow you to override the 
generated export list with the target property LINK_FLAGS.
This has been merged, but it is not yet present in the latest release.  The 
simplest way to go about this would be to set the variable
CMAKE_CXX_CREATE_SHARED_LIBRARY  as in cmake-3.13.3/Modules/Compiler/XL.cmake, 
but skip the bits you don't want.


On 1/15/19, 3:29 AM, "CMake on behalf of Raimo Kangassalo" 
 wrote:

We need to build an AIX shared library with our own export list. It 
seems that cmake always runs CreateExportList and I have not found a way 
to suppress it.

We use xlc and xlC compilers.

Can someone help us with that.

-- 

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:
https://cmake.org/mailman/listinfo/cmake


-- 

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:
https://cmake.org/mailman/listinfo/cmake


Re: [CMake] [CMake 3.13.3] [MSBuild] Issue on configure/generate Visual Studio 2017 Project

2019-01-15 Thread Kail, Rajmund (GE Healthcare)
Dear All,

I have another observation. The project is generated normally via 
cmake_gui.exe. The issue occurs only in cmd.

Thank you in advance for your kind help,

Best regards,

Rajmund Kail

From: Kail, Rajmund (GE Healthcare)
Sent: Tuesday, January 15, 2019 11:10 AM
To: cmake@cmake.org
Subject: [CMake 3.13.3] [MSBuild] Issue on configure/generate Visual Studio 
2017 Project

Dear All,

I'm contacting you, because we are having issues with CMake a few days ago and 
it makes our daily work very difficult.

The problem is that CMake cannot configure and generate a Visual Studio 
solution from an existing C++ codebase. We are attempting to generate a Visual 
Studio 2017 64-bit solution.

As per the error message VCTargetsPath is not found, so MSBuild is crashing 
after a few seconds.

[cid:image002.png@01D4ACC5.51C58160]

I tried running MSBuild.exe in developer console, but it displays nothing at 
all. (The error code is 0x05).

[cid:image003.png@01D4ACC5.51C58160]

MSBuild.exe is executing in Powershell however.

[cid:image004.png@01D4ACC5.51C58160]

My question is how could we overcome the above issue? Could you please give us 
some possible workarounds or what direction should we take in order to 
investigate?

Thank you in advance for your kind assistance,

Best regards,

Rajmund Kail
C++ Software Engineer

-- 

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:
https://cmake.org/mailman/listinfo/cmake


[CMake] [CMake 3.13.3] [MSBuild] Issue on configure/generate Visual Studio 2017 Project

2019-01-15 Thread Kail, Rajmund (GE Healthcare)
Dear All,

I'm contacting you, because we are having issues with CMake a few days ago and 
it makes our daily work very difficult.

The problem is that CMake cannot configure and generate a Visual Studio 
solution from an existing C++ codebase. We are attempting to generate a Visual 
Studio 2017 64-bit solution.

As per the error message VCTargetsPath is not found, so MSBuild is crashing 
after a few seconds.

[cid:image002.png@01D4ACC2.D50710F0]

I tried running MSBuild.exe in developer console, but it displays nothing at 
all. (The error code is 0x05).

[cid:image003.png@01D4ACC2.D50710F0]

MSBuild.exe is executing in Powershell however.

[cid:image001.png@01D4ACC2.953023E0]

My question is how could we overcome the above issue? Could you please give us 
some possible workarounds or what direction should we take in order to 
investigate?

Thank you in advance for your kind assistance,

Best regards,

Rajmund Kail
C++ Software Engineer

-- 

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:
https://cmake.org/mailman/listinfo/cmake


[CMake] How build AIX shared libraries with custom exports list

2019-01-15 Thread Raimo Kangassalo
We need to build an AIX shared library with our own export list. It 
seems that cmake always runs CreateExportList and I have not found a way 
to suppress it.


We use xlc and xlC compilers.

Can someone help us with that.

--

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:
https://cmake.org/mailman/listinfo/cmake