[cmake-developers] [CMake 0014225]: cmake -E tar x can manage zip files, this is not documented

2013-06-17 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=14225 == Reported By:ycollet Assigned To:

Re: [cmake-developers] Add a manifest file to the created jar

2013-06-17 Thread Matthew Woehlke
On 2013-06-17 12:25, Matthew Woehlke wrote: On 2013-06-17 09:59, paul.chav...@fnac.net wrote: Following this thread¹ and bug², i would like to submit a patch that allow to specify a Manifest.txt when creating a jar. ¹ http://www.cmake.org/pipermail/cmake/2011-December/048015.html ²

[cmake-developers] Weekly IRC Developer Chat.

2013-06-17 Thread Robert Maynard
I will be holding a developer chat in the cmake irc channel starting at 2pm est, or 18:00 gmt. Server: freenode Channel: #cmake For those without an irc client installed: http://webchat.freenode.net/ -- Powered by www.kitware.com Visit other Kitware open-source projects at

[cmake-developers] [CMake 0014226]: Fails to build, verison 2.8.10.2 was fine.

2013-06-17 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=14226 == Reported By:sobukus Assigned To:

Re: [cmake-developers] CMake branch, next, updated. v2.8.11.1-2643-g6a0bf5e

2013-06-17 Thread Stephen Kelly
Robert Maynard wrote: @@ -666,7 +666,7 @@ public: */ const std::vectorstd::string GetOutputFiles() const { return this-OutputFiles; } - void AddCMakeOutputFile(const char* file) + void AddCMakeOutputFile(const std::string file) It makes sense to split this into a separate patch. Thanks,

[cmake-developers] NMake Makefiles JOM issues with MinGW compiler

2013-06-17 Thread Alan W. Irwin
On 2013-06-14 16:08-0400 Bill Hoffman wrote: Figured it out sort of... http://public.kitware.com/pipermail/cmake-developers/2013-June/007494.html has this link: A non-text attachment was scrubbed... Name: build_dir.tar.gz Type: application/octet-stream Size: 13997 bytes Desc: compressed

Re: [cmake-developers] The Ninja generator errors out for any project that enables Fortran

2013-06-17 Thread Mathias Gaunard
On 14/06/2013 03:24, Bill Hoffman wrote: On 6/13/2013 7:35 PM, Alan W. Irwin wrote: If anyone here is game to do a quick fix for the Ninja generator so that is supports Fortran, I would be happy to help out by testing the fix using the build_projects project on the Linux and Wine platforms