[cmake-developers] [CMake 0015499]: cmake -E tar generated packages with long filenames can not be processed by PHP's PharData

2015-04-07 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=15499 == Reported By:Nils Gladitz Assigned To:

[cmake-developers] [CMake 0015500]: FindMatlab does not look for R2014b and R2015a

2015-04-07 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=15500 == Reported By:Daniele E. Domenichelli Assigned To:

Re: [cmake-developers] A CMAKE_EMULATOR variable

2015-04-07 Thread Matt McCormick
On Mon, Apr 6, 2015 at 10:24 AM, Brad King brad.k...@kitware.com wrote: On 04/05/2015 11:07 PM, Matt McCormick wrote: In each place that you ExpandListArgument to get the emulator command and arguments and write them out before an executable name, you need to be sure to make the proper call to

[cmake-developers] cmake.org maintenance at 17:00 EDT

2015-04-07 Thread Brad King
Hi Folks, FYI, cmake.org will be going down for a little while at 5pm EDT today for maintenance. Please refrain from adding more topics to 'next' until tomorrow because they will likely not be tested by continuous builds. Thanks, -Brad -- Powered by www.kitware.com Please keep messages

[cmake-developers] [CMake 0015501]: CMakeTestCXXCompiler.cmake:54 - The C++ compiler /usr/bin/gcc is not able to compile a simple test program.

2015-04-07 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=15501 == Reported By:scalpel4k Assigned To:

Re: [cmake-developers] cmake.org maintenance at 17:00 EDT

2015-04-07 Thread Brad King
On 04/07/2015 04:18 PM, Brad King wrote: FYI, cmake.org will be going down for a little while at 5pm EDT today for maintenance. Please refrain from adding more topics to 'next' until tomorrow because they will likely not be tested by continuous builds. Back online! -Brad -- Powered by

Re: [cmake-developers] FW: FW: Initial Attempt at Green Hill MULTI IDE Generator Support

2015-04-07 Thread Geoffrey Viola
Attached is a patch based off of the previous commit. Some of the changes made were due to cmGhsMultiTargetGenerator's use of this-LocalGenerator-AddCompileOptions forcing the cmTarget* member to lose its constness. The other target generators use this method, but some of the