[cmake-developers] [PATCH] Add FindLTTngUST module to find LTTng-UST library

2016-02-19 Thread Philippe Proulx
Signed-off-by: Philippe Proulx --- Modules/FindLTTngUST.cmake | 88 ++ 1 file changed, 88 insertions(+) create mode 100644 Modules/FindLTTngUST.cmake diff --git a/Modules/FindLTTngUST.cmake b/Modules/FindLTTngUST.cmake new

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

2016-02-19 Thread Alexander Neundorf
On Friday, February 19, 2016 11:36:35 Stephen Kelly wrote: > Alexander Neundorf wrote: > > On Wednesday, February 17, 2016 22:59:36 Stephen Kelly wrote: > >> On 02/15/2016 07:24 PM, Tobias Hunger wrote: > >> > Hi Dominik, > >> > > >> > Am 15.02.2016 19:01 schrieb "Dominik Haumann" > >> >

[cmake-developers] Patch: refactor XCode blocks writing function

2016-02-19 Thread Robert Goulet
Hi all, I did this refactoring of the function that writes the XCode blocks in the project files, that adds support for any number of nested blocks. And it also makes the code easier to expand in the future. One of the areas that required this for us was adding support for XCode UI Testing

Re: [cmake-developers] [patch] Documentation update for CMake 3.5: Describe exact behaviour of cmake's command tools

2016-02-19 Thread Brad King
On 02/19/2016 12:07 PM, Bartosz Kosiorek wrote: > In attachment you could find documentation update patch for command tools > commands, > to describe exact behavior of commands. Applied, thanks: Help: Clarify `cmake -E` command behavior with respect to file existence

[cmake-developers] [CMake 0015982]: CPACK_CREATE_DESKTOP_LINKS not working when CPACK_NSIS_MODIFY_PATH is disabled

2016-02-19 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://cmake.org/Bug/view.php?id=15982 == Reported By:Jan Rüegg Assigned To:

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

2016-02-19 Thread Stephen Kelly
Alexander Neundorf wrote: > On Wednesday, February 17, 2016 22:59:36 Stephen Kelly wrote: >> On 02/15/2016 07:24 PM, Tobias Hunger wrote: >> > Hi Dominik, >> > >> > Am 15.02.2016 19:01 schrieb "Dominik Haumann" >> > > > >> > >: >> > > 1. Wouldn't it

Re: [cmake-developers] Drop support for older Xcode versions?

2016-02-19 Thread Gregor Jasny via cmake-developers
Hello, On 19/02/16 00:34, Davy Durham wrote: Actually we have to keep an os x 10.8 box up with the 10.7 sdk using xcode 4.2 targeting 10.6. Apple long ago stopped allowing you to target such old APIs in more recent xcodes. At my company we build 10.6 compatible software using Xcode 6.3. What

Re: [cmake-developers] Support of Scala language

2016-02-19 Thread Eric Wing
>> >>If we're starting with support for a new language then we should >>add it properly as a first-class language. Eric and Michael (in Cc) >>have been working on this for Swift and C# recently. Likely there >>is some overlap in design space. >> On 2/19/16, CHEVRIER, Marc

Re: [cmake-developers] Support of Scala language

2016-02-19 Thread CHEVRIER, Marc
I agree. The right approach is to do an integration of Java in the same way as C or C++. But I don’t have currently enough CMake skills to do this work. Do you have some documentation explaining how language support is done in CMake ? And how specific behaviours of Java/Scala can be supported