Re: [cmake-developers] [CMake] CMake integration in Gradle (Android Studio)

2016-11-01 Thread Cong Monkey
I have got many compliant that cmake support is not work with even the new Android Studio, but it is really works for me. I try ldd on cmake which Android SDK provided, all the so is resolved correct, which break before. So, I can imagine that maybe something related to my host environment , I us

[cmake-developers] Add property to get all linked libraries including transitive ones

2016-11-01 Thread maikel van den Hurk
It would be nice to extend the current properties set of LINK_LIBRARIES and INTERFACE_LINK_LIBRARIES with a property to obtain actually all transitive linked libraries of a specific target. Currently you will have to traverse yourself over all targets to get in CMake a full overview of all linke

Re: [cmake-developers] CMake integration in Gradle (Android Studio)

2016-11-01 Thread Florent Castelli
Switching IDE is fine during development. Personally, I prefer to build in a terminal with Ninja and switch back to the IDE to fix any warning or error. But that's not working for Continuous Integration builds. You don't want your build to lock up for 30 minutes (because you have a large app) w

Re: [cmake-developers] CMake integration in Gradle (Android Studio)

2016-11-01 Thread Cong Monkey
It's my experience which maybe help. I love Android Studio for its jetbrains style coding experience, but with some bad style I don't like, like so frequency update and so many experiment feature which sometimes is a good part like CMake support! I just love coding and focus my project, but the n

Re: [cmake-developers] [CMake] CMake integration in Gradle (Android Studio)

2016-11-01 Thread Cong Monkey
My Android Studio Version Info: Android Studio 2.2.1 Build #AI-145.3330264, built on October 6, 2016 May be the more import part is cmake version, I have two which all works: ~/Android/Sdk/cmake/3.6.3155560 ~/Android/Sdk/cmake/3.6.3133135 hope this will be help:) 2016-10-31 22:13 GMT+08:00 R

Re: [cmake-developers] CMake integration in Gradle (Android Studio)

2016-11-01 Thread Robert Dailey
Florent, I had the same thoughts. It seems that the CMake generate + build step happen silently as a prerequisite step when doing the 'gradle build' command somewhere. It makes it appear as if CMake is not running at all, but instead the Java piece of the build is just taking forever. Really I wan

Re: [cmake-developers] Developer workflow with gitlab

2016-11-01 Thread Brad King
On 10/31/2016 02:26 PM, Gregor Jasny via cmake-developers wrote: > I wonder what's the recommended workflow for CMake developers with > commit access to stage? I'd like to use feature branches in gitlab but > wonder how those are best merged into 'next'? We can review in GitLab first and once matu

Re: [cmake-developers] LINK_FLAGS and STATIC_LIBRARY_FLAGS target properties

2016-11-01 Thread Brad King
On 10/30/2016 12:01 AM, Craig Scott wrote: > Looking at the latest CMake docs for the LINK_FLAGS and STATIC_LIBRARY_FLAGS > target properties, neither mentions support for generator expressions. > Is it just a case of the linker properties haven't had their documentation > updated or do they not ye