Re: [CMake] CMake/Ninja support in Qt Creator

2012-09-24 Thread Wouter van Kleunen
ching?). Yes, ninja needs to read a lot of files to check dependencies. Nils On 09/24/2012 10:42 AM, Peter Kümmel wrote: On 23.09.2012 15:04, Wouter van Kleunen wrote: I had the following idea to speed up the building even more, if a tool can be build in ninja to list all files that ne

Re: [CMake] CMake/Ninja support in Qt Creator

2012-09-24 Thread Wouter van Kleunen
files to check dependencies. Nils On 09/24/2012 10:42 AM, Peter Kümmel wrote: On 23.09.2012 15:04, Wouter van Kleunen wrote: I had the following idea to speed up the building even more, if a tool can be build in ninja to list all files that need to be stat when building a project. These file

Re: [CMake] CMake/Ninja support in Qt Creator

2012-09-23 Thread Wouter van Kleunen
x27;t have to stat any file. 5. Ninja builds Is this feasible ? Op 22-9-2012 8:30, Loaden schreef: Works well under Ubuntu 12.04 + Ninja 1.0. Thanks a lot! 2012/9/20 Peter Kümmel mailto:syntheti...@gmx.net>> On 19.09.2012 08:08, Wouter van Kleunen wrote: Peter, i had

Re: [CMake] CMake/Ninja support in Qt Creator

2012-09-19 Thread Wouter van Kleunen
Peter, yes I figured it would be something like that, compilations per seconds. But did the ninja developers remove this option ? I tried the ninja version you uploaded to github and this also works fine. Wouter > On 19.09.2012 09:48, Wouter van Kleunen wrote: >> >> Peter

Re: [CMake] CMake/Ninja support in Qt Creator

2012-09-19 Thread Wouter van Kleunen
t; is remember by creator, and it violates the principle > "don't touch the the source". I told them, but they don't care. > > Peter > > > > On 19.09.2012 08:08, Wouter van Kleunen wrote: >> >> Peter, >> >> i had 2.8.9-pre3 before, i upgr

Re: [CMake] CMake/Ninja support in Qt Creator

2012-09-18 Thread Wouter van Kleunen
. Wouter Op 18-9-2012 22:50, Peter Kümmel schreef: Hi Wouter, you need the latest cmake version, 2.8.9. Under Tools/Options/Build&Run/CMake the ninja binary could be set, or have it PATH. Peter On 18.09.2012 22:29, Wouter van Kleunen wrote: So how do you make it to use ninja ? Shou

[CMake] Cmake + ninja and OBJECT_OUTPUTS

2012-08-21 Thread wouter . van
I use the following rule to generate a precompiled header: # Macro for creating precompiled headers macro(add_precompiled_header HEADERFILE TRIGGERFILE SOURCESVAR) set_source_files_properties(${${SOURCESVAR}} PROPERTIES COMPILE_FLAGS "/Yu${HEADERFILE} /Fp${CMAKE_CURRENT_BINARY_DIR}/precompile