Re: [cmake-developers] Android Support

2016-10-20 Thread Brad King
On 10/20/2016 04:19 PM, Robert Dailey wrote: > Another question: Will CMake's android support only work with official > NDK releases? Or can I expect it to function with unofficial NDKs such > as Crystax? We assume the official NDK layout. If an unofficial NDK has the same layout it may work.

Re: [cmake-developers] Android Support

2016-10-20 Thread Robert Dailey
On Thu, Oct 20, 2016 at 2:51 PM, Brad King wrote: > On 10/20/2016 03:35 PM, Robert Dailey wrote: >> So using takanome's cmake toolchain, he had support for native app >> glue. Does CMake offer support for this now? I was able to generate >> but I'm not able to load in

Re: [cmake-developers] Android Support

2016-10-20 Thread Brad King
On 10/20/2016 03:35 PM, Robert Dailey wrote: > So using takanome's cmake toolchain, he had support for native app > glue. Does CMake offer support for this now? I was able to generate > but I'm not able to load in native app glue from the NDK. We don't currently offer a first-class interface for

Re: [cmake-developers] Android Support

2016-10-20 Thread Robert Dailey
essage- > From: cmake-developers [mailto:cmake-developers-boun...@cmake.org] On Behalf > Of Brad King > Sent: Friday, August 12, 2016 6:13 PM > To: cmake-developers@cmake.org > Subject: [cmake-developers] Android Support > > Hi Folks, > > I've implemented native su

Re: [cmake-developers] Android Support

2016-10-18 Thread Mikhail Filimonov
-developers [mailto:cmake-developers-boun...@cmake.org] On Behalf Of Brad King Sent: Friday, August 12, 2016 6:13 PM To: cmake-developers@cmake.org Subject: [cmake-developers] Android Support Hi Folks, I've implemented native support for cross-compiling to Android with CMake using either an Android NDK

Re: [cmake-developers] Android Support

2016-09-27 Thread Brad King
On 09/27/2016 12:23 PM, Robert Dailey wrote: > Brad, do you have a guide or walkthrough for the new CMake integration > features of 3.7 that I can read? It's documented in the cmake-toolchains(7) manual:

Re: [cmake-developers] Android Support

2016-09-27 Thread Robert Dailey
On Tue, Sep 27, 2016 at 10:39 AM, Brad King wrote: > On 09/27/2016 11:28 AM, Florent Castelli wrote: >> Is there any plan on having their toolchain in CMake directly at some point? > > No. Their toolchain files are designed to be loaded from the NDK. They > compute things

Re: [cmake-developers] Android Support

2016-09-27 Thread Brad King
On 09/27/2016 11:28 AM, Florent Castelli wrote: > Is there any plan on having their toolchain in CMake directly at some point? No. Their toolchain files are designed to be loaded from the NDK. They compute things relative to their own location and are meant to know exactly what is there. The

Re: [cmake-developers] Android Support

2016-09-27 Thread Florent Castelli
That’s great to know, thanks! Is there any plan on having their toolchain in CMake directly at some point? I’m afraid that even if they update their options to use the upstream support, they may not allow using those options directly and we’ll still have to support 2 toolchains. That’s

Re: [cmake-developers] Android Support

2016-09-27 Thread David Neto via cmake-developers
Sounds good to me. Sorry if I caused concern. thanks david On Tue, Sep 27, 2016 at 7:51 AM Brad King wrote: > On 09/26/2016 05:50 PM, David Neto wrote: > >> I just don't want to have 2 toolchains to support, that would be really > terrible :( > > > > I work for Google

Re: [cmake-developers] Android Support

2016-09-27 Thread Brad King
On 09/26/2016 05:50 PM, David Neto wrote: >> I just don't want to have 2 toolchains to support, that would be really >> terrible :( > > I work for Google but not in this area, and I don't know who is doing this > support. > I suspect this is just an accidental duplication of effort. I have

Re: [cmake-developers] Android Support

2016-09-26 Thread Bill Hoffman
On 9/26/2016 5:50 PM, David Neto via cmake-developers wrote: I agree. I work for Google but not in this area, and I don't know who is doing this support. I suspect this is just an accidental duplication of effort. I've pinged someone to see about finding the right person to coordinate with.

Re: [cmake-developers] Android Support

2016-09-26 Thread David Neto via cmake-developers
On Mon, Sep 26, 2016 at 5:23 PM Florent Castelli wrote: > > Have you tried working it out with Google? Maybe dropping your > implementation and integrate theirs as they released it first and > started documenting it? > > I just don't want to have 2 toolchains to

Re: [cmake-developers] Android Support

2016-09-26 Thread Florent Castelli
On 12/09/2016 15:09, Brad King wrote: On 09/09/2016 04:04 PM, Robert Dailey wrote: Currently nightly builds are tagged 3.6.2. Are there no nightly builds for 3.7 or am I missing something? They are 3.6.2.$date, indicating post-3.6 feature development. See the documentation of CMAKE_VERSION:

Re: [cmake-developers] Android Support

2016-09-12 Thread Brad King
On 09/09/2016 04:04 PM, Robert Dailey wrote: > Currently nightly builds are tagged 3.6.2. Are there no nightly builds > for 3.7 or am I missing something? They are 3.6.2.$date, indicating post-3.6 feature development. See the documentation of CMAKE_VERSION:

Re: [cmake-developers] Android Support

2016-09-09 Thread Robert Dailey
l Message- > From: cmake-developers [mailto:cmake-developers-boun...@cmake.org] On Behalf > Of Brad King > Sent: Friday, August 12, 2016 11:13 AM > To: cmake-developers@cmake.org > Subject: [cmake-developers] Android Support > > Hi Folks, > > I've implemented native s

Re: [cmake-developers] Android Support

2016-08-12 Thread Robert Goulet
That's super awesome Brad! Looking forward to try this out! -Original Message- From: cmake-developers [mailto:cmake-developers-boun...@cmake.org] On Behalf Of Brad King Sent: Friday, August 12, 2016 11:13 AM To: cmake-developers@cmake.org Subject: [cmake-developers] Android Support Hi

[cmake-developers] Android Support

2016-08-12 Thread Brad King
Hi Folks, I've implemented native support for cross-compiling to Android with CMake using either an Android NDK or an Android Standalone Toolchain. I plan to include this in the CMake 3.7 release. Please see the MR here: https://gitlab.kitware.com/cmake/cmake/merge_requests/62 This enables