Re: [cmake-developers] compile-defs-debugging topic

2013-07-16 Thread Stephen Kelly
Brad King wrote: Steve, I merged this topic, consisting of commits a18e9586..d7dd0108, to master this morning. However, when I use the VS generators on Windows CMake now crashes because something clobbers the cmMakefile::SourceGroups member. This didn't crash when the topic was in

Re: [cmake-developers] CMake is slow for project with hundred target and one command with large number of dependencies

2013-07-16 Thread Nicolas Desprès
Hi Stephen, I have pushed more commits and now the problem is fixed and all the test suite passes on my machine. However it could even be faster. See my comment in cmMakefile::Compare::operator():

Re: [cmake-developers] compile-defs-debugging topic

2013-07-16 Thread Brad King
On 07/16/2013 03:52 AM, Stephen Kelly wrote: This seems to have been a temporary problem with unclean continuous builds, right? Yes, and after a fresh re-build from scratch locally it went away. At least it exposed the missing ;-def testing. Thanks for adding that. Please extend the test to

Re: [cmake-developers] Roadmap to 2.8.12

2013-07-16 Thread Stephen Kelly
Stephen Kelly wrote: Brad King wrote: Steve, Our discussions recently have been divided between two general areas of enhancement: * Usage requirements and interface libraries * Cross-compiling I think we should set the priority on the former for 2.8.12 since it is the culmination

[cmake-developers] [CMake 0014295]: CMake segfaults during compilation

2013-07-16 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=14295 == Reported By:milk Assigned To:

Re: [cmake-developers] Reactivating Bug 13028

2013-07-16 Thread Brad King
On 07/16/2013 10:47 AM, Graham Markall wrote: Hi, I recently bumped up against this bug: http://public.kitware.com/Bug/view.php?id=13028 (in which it is not possible to compile many Java files on Windows due to the length limit on the Windows command line). I had been using a patch

[cmake-developers] fix-mapped-config-genex topic

2013-07-16 Thread Brad King
Steve, The topic for http://www.cmake.org/Bug/view.php?id=14292 fixes a case not covered by the test suite. Please extend the topic to add a test case for this. Thanks, -Brad -- Powered by www.kitware.com Visit other Kitware open-source projects at

Re: [cmake-developers] CMAKE_INSTALL_PREFIX vs CMAKE_SYSROOT ?

2013-07-16 Thread Alexander Neundorf
On Wednesday 10 July 2013, Stephen Kelly wrote: Brad King wrote: ... CMake-generated export files are relocatable and do not even know the original install prefix Right, but the program may need it hardcoded for whatever reason. In the case of Qt, several installation paths are hardcoded.

[cmake-developers] [CMake 0014297]: XCode: Real targets do not depend on ZERO_CHECK

2013-07-16 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=14297 == Reported By:Oscar Korz Assigned To:

[cmake-developers] ninja support

2013-07-16 Thread clinton
Is there someone that can offer some ninja support? There is a regression from a while back exposed by a commit of mine yesterday. http://open.cdash.org/testDetails.php?test=199232514build=2967911 With the framework refactor work, the soname for frameworks were fixed. As a result, code in the

Re: [cmake-developers] ninja support

2013-07-16 Thread clinton
- Original Message - Is there someone that can offer some ninja support? There is a regression from a while back exposed by a commit of mine yesterday. http://open.cdash.org/testDetails.php?test=199232514build=2967911 With the framework refactor work, the soname for frameworks were