Re: [cmake-developers] Extracting target metadata, IDE integration

2014-12-18 Thread Stephen Kelly
Aleix Pol wrote: > Hi, > I would like to propose this as a final version of this patch. > http://proli.net/meu/kdevelop/0001-cmake-Add-option-to-generate-target-metadata-for-IDE.patch > > I have a working proof of concept in KDevelop already I'm quite happy > with. > > Any thoughts? Just some q

Re: [cmake-developers] Extracting target metadata, IDE integration

2014-12-18 Thread Aleix Pol
On Wed, Oct 15, 2014 at 1:46 AM, Aleix Pol wrote: > On Fri, Oct 3, 2014 at 3:52 PM, Rolf Eike Beer wrote: >> >> Brad King wrote: >> > On 10/01/2014 07:46 PM, Aleix Pol wrote: >> > > I'm very interested in getting this in and iterating forward. >> > > >> > > Any comments? How do changes get integr

[cmake-developers] [CMake 0015319]: Documentation clarification

2014-12-18 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=15319 == Reported By:Craig Hicks Assigned To:

Re: [cmake-developers] New command 'file(LOCK_DIRECTORY ...)'

2014-12-18 Thread Matthew Woehlke
On 2014-12-18 11:30, Ruslan Baratov via cmake-developers wrote: > You prefer ".cmake.lock", I prefer "cmake.lock", others prefer > '.lock'/'.cmake'. For me it doesn't really matter. What matter is the > *standard* cmake name. FWIW, I do have a slight preference to using a hidden file :-). > About

Re: [cmake-developers] New command 'file(LOCK_DIRECTORY ...)'

2014-12-18 Thread Ruslan Baratov via cmake-developers
On 18-Dec-14 01:49, Matthew Woehlke wrote: On 2014-12-17 16:58, Ruslan Baratov via cmake-developers wrote: On 17-Dec-14 21:11, Matthew Woehlke wrote: On 2014-10-13 10:39, Brad King wrote: On 10/10/2014 07:45 AM, Ruslan Baratov wrote: Locking directory is equivalent to locking file `cmake.lock

[cmake-developers] [CMake 0015318]: cmComputeLinkDepends.cxx fils to compile

2014-12-18 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=15318 == Reported By:Fritz H Assigned To:

[cmake-developers] [CMake 0015317]: cmake-3.0.1: failing bootstrap on solaris 10

2014-12-18 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=15317 == Reported By:Fritz H Assigned To:

Re: [cmake-developers] Minimal compiler requirements for CMake itself

2014-12-18 Thread Brad King
On 12/18/2014 08:44 AM, Rolf Eike Beer wrote: >> I expected the oldest supported version of Visual Studio to be 6.0, but >> that one fails to build CMake. > > IIRC 6.0 was able to build CMake up to 3.0, but then it was dropped as > compiler to build CMake. Steven? Brad? Support for building CMak

Re: [cmake-developers] CMake 3.1 Android - generator expressions and output names

2014-12-18 Thread Dmitry Polyanitsa
Great, thank you! Robert, could you please try the nightly to see if there are any further issues preventing you from using the latest Nsight Tegra? -Dmitry -Original Message- From: Brad King [mailto:brad.k...@kitware.com] Sent: Wednesday, December 17, 2014 7:20 PM To: Dmitry Polyanits

[cmake-developers] [CMake 0015316]: Generation of Eclipse project does not provide support for c++ 11

2014-12-18 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=15316 == Reported By:lucaghera Assigned To:

Re: [cmake-developers] Minimal compiler requirements for CMake itself

2014-12-18 Thread Rolf Eike Beer
Am Donnerstag, 18. Dezember 2014, 12:23:38 schrieb Daniel Pfeifer: > Hi, > > I would like to know what the oldest versions of GCC and Visual Studio are > that should be able to compile the CMake source code. I was unable to find > any information about that. > > I expected the oldest supported ve

[cmake-developers] Minimal compiler requirements for CMake itself

2014-12-18 Thread Daniel Pfeifer
Hi, I would like to know what the oldest versions of GCC and Visual Studio are that should be able to compile the CMake source code. I was unable to find any information about that. I expected the oldest supported version of Visual Studio to be 6.0, but that one fails to build CMake. Don't get m