[cmake-developers] [CMake 0015584]: cmake -E does not allow to create zip files

2015-05-25 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=15584 == Reported By:Ghislain MARY Assigned To:

Re: [cmake-developers] Has CMake been ported to z/OS

2015-05-25 Thread Stephen Kelly
David Crayford wrote: > z/OS really needs a port because cmake is starting to become common for > new projects. Can you use GCC on that platform? If you can, then a good way forward would be to use GCC to compile CMake and create a Modules/Platform/ file for the platform. That would make CMake

Re: [cmake-developers] Importing platform SDK libraries without a full path

2015-05-25 Thread Stephen Kelly
Brad King wrote: > We > cannot lift the requirement that IMPORTED_LOCATION be a full path > because that is fundamental to the design of imported targets and > is needed for things like $ to work correctly. Could you add a unit test showing what happens when using that genex with a target which

[cmake-developers] cmXMLWriter

2015-05-25 Thread Daniel Pfeifer
Hi, I wrote a simple XML writer (cmXMLWriter) that takes care of indentation, escaping, and balancing of end tags. I also ported all of CTest's XML generation to cmXMLWriter. https://github.com/purpleKarrot/CMake/commits/xmlwriter Please review and potentially apply. cheers, Daniel -- Powere

[cmake-developers] contributing to CMake

2015-05-25 Thread Michael Scott
Hi CMake Developers, I've been using CMake for a little while now (about a year), as part of my job as a software developer in London. I've found it to be a very useful project that works great and provides very helpful support for issues. I'm interested in contributing to the development of