Re: [CMake] Xcode 4 and FOLDER target properties

2011-10-01 Thread David Cole
On Tue, Sep 27, 2011 at 1:15 PM, Steven Wilson < steven.wesley.wil...@gmail.com> wrote: > Using the Xcode generator, the FOLDER property of targets appears to do > nothing. Is this behavior simply a function a Xcode not supporting > groupings of targets or will support be added in 2.8.6? I wil

Re: [CMake] Not sure how to list C# files in the generated Visual Studio project

2011-10-01 Thread David Cole
On Mon, Sep 26, 2011 at 11:37 AM, Stephen Torri wrote: > I am using CMake to run SWIG to generate C# wrapper files for a > project. While the attached CMakeLists.txt file produces a Visual > Studio solutions that builds the C++ library, C# wrapper library and > C# prototype executable I don't know

Re: [CMake] CTest and CDash for CI

2011-10-01 Thread David Cole
On Mon, Sep 26, 2011 at 7:08 AM, Andrea Galeazzi wrote: > I'm currently evaluating a good tool to introduce a continuous integration > model in my workflow. Because I use CMake to manage all my projects, I'd > like to also use CTest/CDash in order to accomplish such task. I start to > read someth

Re: [CMake] CMake, iOS and .xib compilation

2011-10-01 Thread David Cole
On Fri, Sep 23, 2011 at 10:17 AM, Daniel Dekkers wrote: > Hi David, > > I'm looking at your iOSNavApp test for iOS. > > A few comments as of now: > > - universal - > > NavApp3 is an iPhone build, if you run it on an iPad (or iPad simulator) it > "emulates" an iPhone on screen. > I've made my versi

Re: [CMake] FYI - From Ninja-build mailing list - Fwd: Proposal: restat rules

2011-10-01 Thread Peter Kümmel
On 30.09.2011 19:16, Eric Noulard wrote: 2011/9/30 Alexander Neundorf: Summary: builddryrebuild ninja 1m15.8 0m0.10m07.3 make1m19.4 0m1.40m07.9 auto3m19.9 0m2.10m13.0 So only the dry run shows a huge speedup (10-20 times faster) Not to question y

Re: [CMake] Fwd: Save stripped debugging information

2011-10-01 Thread Rolf Eike Beer
Am Samstag 01 Oktober 2011, 06:11:44 schrieb Michael Hertling: > On 09/30/2011 08:39 AM, Rolf Eike Beer wrote: > >> On 09/29/2011 06:15 AM, Yuri Timenkov wrote: > >>> When I was investigating similar problem, I found alternative > >>> approach > >>> at > >>> http://code.google.com/p/dynamorio/sourc

Re: [CMake] Fwd: Save stripped debugging information

2011-10-01 Thread Yuri Timenkov
that's the problem: you don't know neither file name nor it's location, especially in multi-configuration generators. It's also bad idea to mix build and install steps. Install command doesn't understand generators expressions. If it were possible to emulate vs behavior for gcc things would be muc