Re: [cmake-developers] Integrate API/ABI checker to the CMake

2011-10-26 Thread Andrey Ponomarenko
On 10/09/2011 07:37 PM, Alexander Neundorf wrote: On Friday 07 October 2011, Andrey Ponomarenko wrote: Hello, I have an idea to improve the CMake build system by integrating with the abi-compliance-checker [1] tool. It's a tool for checking for API/ABI backward compatibility of C/C++ libraries.

Re: [cmake-developers] Bug fix requests for the *next* release of CMake...

2011-10-26 Thread David Cole
Reminder: Please make your requests for bug fixes for CMake 2.8.7 by the end of the day, this Friday, October 28. It will be nice to have as complete a picture as possible so we can plan the next 6 weeks effectively. Thanks, David On Fri, Oct 21, 2011 at 2:20 PM, David Cole wrote: > As an est

[cmake-developers] [CMake 0012541]: Missing option to pass flags to moc for AUTOMOC targets

2011-10-26 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=12541 == Reported By:Jason Haslam Assigned To:

Re: [cmake-developers] [PATCH] Tell people that link_directories() is not what they are searching for

2011-10-26 Thread Rolf Eike Beer
Am Mittwoch 26 Oktober 2011, 15:33:36 schrieb Brad King: > On 10/26/2011 3:17 PM, Rolf Eike Beer wrote: > > Am Mittwoch 26 Oktober 2011, 15:14:22 schrieb Brad King: > >> Note that this command is rarely necessary. Library locations > >> returned > >> by find_package() and find_library() are absol

Re: [cmake-developers] [PATCH] Tell people that link_directories() is not what they are searching for

2011-10-26 Thread Rolf Eike Beer
Am Mittwoch 26 Oktober 2011, 15:23:53 schrieb David Cole: > On Wed, Oct 26, 2011 at 3:17 PM, Rolf Eike Beer wrote: > > Btw.: the HTML help on the webpage is still from 2.8.6. > > 2.8.6 is the most recent official release. What version do you expect > to see on the webpage? Err, sorry, screwup in

Re: [cmake-developers] [PATCH] Tell people that link_directories() is not what they are searching for

2011-10-26 Thread Brad King
On 10/26/2011 3:17 PM, Rolf Eike Beer wrote: Am Mittwoch 26 Oktober 2011, 15:14:22 schrieb Brad King: What command are you using to generate this patch? It does not apply correctly with "git am" for me. I end up manually removing the From: Date: and Subject: from the commit message. git form

Re: [cmake-developers] [PATCH] Tell people that link_directories() is not what they are searching for

2011-10-26 Thread David Cole
On Wed, Oct 26, 2011 at 3:17 PM, Rolf Eike Beer wrote: > > Btw.: the HTML help on the webpage is still from 2.8.6. > 2.8.6 is the most recent official release. What version do you expect to see on the webpage? Thx, David -- Powered by www.kitware.com Visit other Kitware open-source projects at

Re: [cmake-developers] [PATCH] Tell people that link_directories() is not what they are searching for

2011-10-26 Thread Rolf Eike Beer
Am Mittwoch 26 Oktober 2011, 15:14:22 schrieb Brad King: > On 10/26/2011 2:47 PM, Rolf Eike Beer wrote: > > From 7c31000a1e52d3855f6f5162645a126daafd5105 Mon Sep 17 00:00:00 2001 > > > > From: Rolf Eike Beer > > Date: Wed, 26 Oct 2011 20:43:21 +0200 > > Subject: [PATCH] Tell people that link_dire

Re: [cmake-developers] [PATCH] Tell people that link_directories() is not what they are searching for

2011-10-26 Thread Brad King
On 10/26/2011 2:47 PM, Rolf Eike Beer wrote: From 7c31000a1e52d3855f6f5162645a126daafd5105 Mon Sep 17 00:00:00 2001 From: Rolf Eike Beer Date: Wed, 26 Oct 2011 20:43:21 +0200 Subject: [PATCH] Tell people that link_directories() is not what they are searching for What command are you using to

[cmake-developers] [PATCH] Tell people that link_directories() is not what they are searching for

2011-10-26 Thread Rolf Eike Beer
>From 7c31000a1e52d3855f6f5162645a126daafd5105 Mon Sep 17 00:00:00 2001 From: Rolf Eike Beer Date: Wed, 26 Oct 2011 20:43:21 +0200 Subject: [PATCH] Tell people that link_directories() is not what they are searching for Judging from the questions I see on the #cmake IRC channel this is one of the

Re: [cmake-developers] local pre-commit hook (was: Some documentation patches)

2011-10-26 Thread Brad King
On 10/26/2011 11:07 AM, Nicolas Desprès wrote: 2011/10/24 Brad King: Once merged to master then new work based on that version or later will get this check if the local hooks are installed. Works perfectly! Thanks! git config hooks.chain-pre-commit Utilities/Git/pre-commit You shouldn't nee

Re: [cmake-developers] Some documentation patches

2011-10-26 Thread Nicolas Desprès
2011/10/24 Brad King : > On 10/24/2011 4:53 AM, Nicolas Desprès wrote: >> >> Ok. Here the real change applied on this file (except the remove of >> the trailing white-space). It fixes some doxygen warnings: >> >> diff --git a/Source/kwsys/SystemTools.hxx.in >> b/Source/kwsys/SystemTools.hxx.in > >

Re: [cmake-developers] Merging cmake-link-interface-libraries into master?

2011-10-26 Thread Brad King
On 10/25/2011 5:11 PM, Alexander Neundorf wrote: On Tuesday 25 October 2011, Stephen Kelly wrote: ... I think I read somewhere that next gets re-branched from master periodically. How often does that happen? Usually every Tuesday. The Tuesday meetings are when we consider merging topics into

[cmake-developers] [CMake 0012540]: Error configuring project using Intel Fortran with Visual Studio generator

2011-10-26 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=12540 == Reported By:Martin Apel Assigned To:

[cmake-developers] [CMake 0012539]: Expect CTestConfig.cmake in either the build or source directory

2011-10-26 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=12539 == Reported By:Jean-Christophe Fillion-Robin Assign