[cmake-developers] [CMake 0015934]: There's no way to test whether a given *linker* flag works

2016-01-25 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://public.kitware.com/Bug/view.php?id=15934 == Reported By:Guy Harris Assigned To:

Re: [cmake-developers] [CMake] FIND_PROGRAM fails to find file without 'r' bit set

2016-01-25 Thread Brad King
On 01/25/2016 08:27 AM, Ben Boeckel wrote: > It's both :) . FileExists is implemented using access() rather than > something like lstat(), so that would indeed be not a "program" since > the file doesn't "exist". > > It was on my list to fix, but the backwards compatibility argument > (IIRC) made

Re: [cmake-developers] [CMake] FIND_PROGRAM fails to find file without 'r' bit set

2016-01-25 Thread Ben Boeckel
On Mon, Jan 25, 2016 at 16:06:47 +0300, Vyacheslav Barinov wrote: > I try to detect paths to some tools using CMake and got the following problem: > if the tool I try to check has 611 (-rw--x--x) rights FIND_PROGRAM reports the > file does not exists. > > For instance my /bin/mount in Gentoo has

[cmake-developers] [CMake] FIND_PROGRAM fails to find file without 'r' bit set

2016-01-25 Thread Vyacheslav Barinov
Hello, I try to detect paths to some tools using CMake and got the following problem: if the tool I try to check has 611 (-rw--x--x) rights FIND_PROGRAM reports the file does not exists. For instance my /bin/mount in Gentoo has such setup and therefore I can use it from shell but can't detect it

[cmake-developers] CMake 3.5 feature freeze on 2016-02-01

2016-01-25 Thread Brad King
Hi Folks, The feature freeze in 'master' for CMake 3.5 will be on Feb 1, 2016. In order to get 'master' ready to branch for 3.5, 'next' is now frozen to new features. After 3.5 is branched I'll announce when post-3.5 development in 'next' is open. Meanwhile the following types of changes are

Re: [cmake-developers] CMake daemon for user tools

2016-01-25 Thread Vladimir Prus
On 10-Jan-16 2:10 PM, Stephen Kelly wrote: Hello, I've been working on adding a daemon mode for cmake to provide information to user tools - such as IDEs - about the buildsystem. Following the discussion about providing metadata for IDEs to consume I proposed creating a long-running process

[cmake-developers] [ANNOUNCE] CMake 3.4.3 available for download

2016-01-25 Thread Robert Maynard
We are pleased to announce that CMake 3.4.3 is now available for download. Please use the latest release from our download page: https://cmake.org/download/ Thanks for your support! - Changes in 3.4.3 since 3.4.2: Brad

[cmake-developers] [ANNOUNCE] cmake-unit - A new unit testing framework for CMake

2016-01-25 Thread Sam Spilsbury
Hi all, By way of introduction you might remember me as a maintainer of Compiz between 2009 and 2012, which is the window and compositing manager still used by Ubuntu today. We used CMake quite heavily in Compiz and so I've learned a great deal about it. Over the last two years I've been working

Re: [cmake-developers] CMake daemon for user tools

2016-01-25 Thread James Johnston
> -Original Message- > From: Milian Wolff [mailto:m...@milianw.de] > Sent: Saturday, January 23, 2016 15:41 > To: cmake-developers@cmake.org > Cc: James Johnston > Subject: Re: [cmake-developers] CMake daemon for user tools > > You are aware that modern std::string is SSO'ed? I'm running

Re: [cmake-developers] Anyone going to FOSDEM?

2016-01-25 Thread Stephen Kelly
Benjamin Eikel wrote: > Hi Gregor, > > Am Mittwoch, 30. Dezember 2015, 14:33:08 schrieb Gregor Jasny via cmake- > developers: >> Hello, >> >> I wonder if any of you CMake Developers go to FOSDEM [1] this year? > > I am not a CMake developer, but, more or less, an advanced user, but I > will go

Re: [cmake-developers] CMake Daemon blog

2016-01-25 Thread Tamás Kenéz
That's great and really does open a new world for IDEs! Tamas On Sun, Jan 24, 2016 at 11:44 PM, Stephen Kelly wrote: > Hi, > > I just made a blog and video about the advanced features and possibilities > that a daemon mode for CMake can bring: > >