[cmake-developers] [CMake 0014411]: Ninja dependencies don't work with Intel and many other GCC-like compilers

2013-09-13 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=14411 == Reported By:Mathias Gaunard Assigned To:

[cmake-developers] (naming-)convention for ALIAS and INTERFACE targets

2013-09-13 Thread Daniel Pfeifer
Hi Steve and all, we restarted the CMake-ification of molularized Boost with modern CMake features here: https://github.com/boost-cmake/boost-cmake We want to be able to build all Boost libraries together, but also each library on its own. Am I correct that in both cases we use the :: name in tll

Re: [cmake-developers] CTestTestMemcheckDummy* failures during dynamic analysis

2013-09-13 Thread Sean McBride
On Fri, 13 Sep 2013 14:51:21 -0400, Brad King said: >> There is still something fishy: >> >> http://open.cdash.org/testDetails.php?test=208331329&build=3027132 > >http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=54a3e2a9 Not that it matters horribly, but those aren't from Guard Malloc (none of

Re: [cmake-developers] CTestTestMemcheckDummy* failures during dynamic analysis

2013-09-13 Thread Brad King
On 09/13/2013 02:54 PM, David Cole wrote: > I don't understand the purpose of the "( )" at the end of this line of > the regex: > > -- Processing memory checking output:( ) I added that when converting the regex to use literal newlines instead of \n. We need to match trailing whitespace wit

Re: [cmake-developers] Linking projects with no C or CPP files

2013-09-13 Thread James Bigler
On Fri, Sep 13, 2013 at 8:21 AM, Brad King wrote: > On 09/12/2013 05:36 PM, James Bigler wrote: > > I discovered a long time ago that VS would link the output of a custom > command. > > I just ran local experiments with VS 6, 7.1, 8, and 9 by manually modifying > the ExternalOBJ test project in t

Re: [cmake-developers] CTestTestMemcheckDummy* failures during dynamic analysis

2013-09-13 Thread David Cole
There is still something fishy: http://open.cdash.org/testDetails.php?test=208331329&build=3027132 The regex is still overly complicated... I don't understand the purpose of the "( )" at the end of this line of the regex: -- Processing memory checking output:( ) And the whole tail end

Re: [cmake-developers] CTestTestMemcheckDummy* failures during dynamic analysis

2013-09-13 Thread Brad King
On 09/13/2013 02:32 PM, Rolf Eike Beer wrote: > There is still something fishy: > > http://open.cdash.org/testDetails.php?test=208331329&build=3027132 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=54a3e2a9 -Brad -- Powered by www.kitware.com Visit other Kitware open-source projects at ht

Re: [cmake-developers] Interface library test failures with VS60

2013-09-13 Thread Stephen Kelly
Brad King wrote: > On 09/13/2013 07:21 AM, Stephen Kelly wrote: >> http://open.cdash.org/viewTest.php?onlyfailed&buildid=3027577 >> >> shows some failures which I can't reproduce as I don't have VS6. Can you >> help finding/fixing the problem? > > Not enough of the VS generators is turned off f

Re: [cmake-developers] Linking projects with no C or CPP files

2013-09-13 Thread Brad King
On 09/13/2013 02:09 PM, James Bigler wrote: > Yeah, this is fine. I tried it on VS 9, 10, and 11. Great, thanks for testing. Applied: http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=ef27fa67 -Brad -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitwa

Re: [cmake-developers] CTestTestMemcheckDummy* failures during dynamic analysis

2013-09-13 Thread Rolf Eike Beer
Brad King wrote: > On 08/16/2013 09:47 AM, Brad King wrote: > > The output that is used for matching against the regex *does* > > have the valgrind "==" lines at the *end* but for some reason > > they are not reported in DynamicAnalysis.xml. This should fix > > > > the test: > > http://cmake.org

Re: [cmake-developers] Interface library test failures with VS60

2013-09-13 Thread Brad King
On 09/13/2013 07:21 AM, Stephen Kelly wrote: > http://open.cdash.org/viewTest.php?onlyfailed&buildid=3027577 > > shows some failures which I can't reproduce as I don't have VS6. Can you > help finding/fixing the problem? Not enough of the VS generators is turned off for interface targets and th

[cmake-developers] [CMake 0014410]: crash with invalid generator expression syntax

2013-09-13 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://cmake.org/Bug/view.php?id=14410 == Reported By:Clinton Stimpson Assigned To:

Re: [cmake-developers] Linking projects with no C or CPP files

2013-09-13 Thread Brad King
On 09/12/2013 05:36 PM, James Bigler wrote: > I discovered a long time ago that VS would link the output of a custom > command. I just ran local experiments with VS 6, 7.1, 8, and 9 by manually modifying the ExternalOBJ test project in the IDE and building. Results: - MAIN_DEPENDENCY has no eff

[cmake-developers] Interface library test failures with VS60

2013-09-13 Thread Stephen Kelly
Hi there, http://open.cdash.org/viewTest.php?onlyfailed&buildid=3027577 shows some failures which I can't reproduce as I don't have VS6. Can you help finding/fixing the problem? Thanks, Steve. -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.co