Re: [cmake-developers] Hacking kwsys processor detection

2012-11-20 Thread Rolf Eike Beer
Brad King wrote: > On 09/08/2012 12:45 PM, Rolf Eike Beer wrote: > > I was a bit bored and decided to hack a bit on a bug I filed long ago > > (http://cmake.org/Bug/view.php?id=10895). I have attached the first 3 > > patches I came up with. I think #1 should just be applied without any > > further

Re: [cmake-developers] Windows CE in VS IDE (was: Specifying VS target platform)

2012-11-20 Thread Patrick Gansterer
On Tue, 20 Nov 2012 12:02:08 -0500, Brad King wrote: On 11/20/2012 07:53 AM, Patrick Gansterer wrote: I've pushed all commits required for building WinCE projects too. :-) Since it's based on master, it won't merge without conflicts (generator typo). Thanks. We've merged the generator facto

Re: [cmake-developers] Generator expressions in target properties

2012-11-20 Thread Brad King
On 11/20/2012 12:18 PM, Stephen Kelly wrote: >> - The std::auto_ptr from is not portable to ancient compilers. >> Use cmsys::auto_ptr as one can see elsewhere in CMake. > > Yes, I saw cmsys::auto_ptr, but std::auto_ptr is also used in CMake. (eg, > cmake::ReadListFile), so I guess the ancient

Re: [cmake-developers] Generator expressions in target properties

2012-11-20 Thread Stephen Kelly
Brad King wrote: > On 11/20/2012 11:03 AM, Stephen Kelly wrote: >> I have only tested on linux though so far. I'm still hoping to get this >> into 2.8.11, and hoping to get it into next 'soon' for real testing. > > I won't have time to do a thorough review until after this week (US > holiday) but

Re: [cmake-developers] Windows CE in VS IDE (was: Specifying VS target platform)

2012-11-20 Thread Brad King
On 11/20/2012 07:53 AM, Patrick Gansterer wrote: > I've pushed all commits required for building WinCE projects too. :-) > Since it's based on master, it won't merge without conflicts (generator > typo). Thanks. We've merged the generator factory changes to 'master'. Please rebase the rest of yo

Re: [cmake-developers] Generator expressions in target properties

2012-11-20 Thread Brad King
On 11/20/2012 11:03 AM, Stephen Kelly wrote: > I have only tested on linux though so far. I'm still hoping to get this into > 2.8.11, and hoping to get it into next 'soon' for real testing. I won't have time to do a thorough review until after this week (US holiday) but here are some quick commen

Re: [cmake-developers] Generator expressions in target properties

2012-11-20 Thread Stephen Kelly
Hi, I've force-pushed my wip-target-interface branch again to my clone. I'd like to get some review at this point. I also ported the modularized-boost to use it, and it passes my tests: https://github.com/ryppl/ryppl/commit/8b7bda65393030f668cf2fcbc0c2378335c1027c https://groups.google.com/

[cmake-developers] [CMake 0013718]: CMake picks up ansidecl.h during configure

2012-11-20 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=13718 == Reported By:Amit Kulkarni Assigned To:

Re: [cmake-developers] Specifying VS target platform

2012-11-20 Thread Patrick Gansterer
On Mon, 19 Nov 2012 14:57:15 -0500, Brad King wrote: On 11/19/2012 02:53 PM, Patrick Gansterer wrote: On Mon, 19 Nov 2012 14:50:57 -0500, Brad King wrote: On 11/19/2012 02:41 PM, David Cole wrote: Same thing in the "11" version. Missing "t" generaor -> generator Both fixed, thanks. Same ty