Re: [cmake-developers] Supported targets with the ninja generator ?

2012-04-19 Thread Nicolas Desprès
2012/4/5 Nicolas Desprès nicolas.desp...@gmail.com: On Thu, Apr 5, 2012 at 9:44 PM, David Cole david.c...@kitware.com wrote: [...] It would be very simple to add a clean target that simply executes ninja -t clean as a custom command, if the ninja generator guys think that's a reasonable idea

Re: [CMake] CMake + Ninja

2012-04-11 Thread Nicolas Desprès
Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake -- Nicolas

Re: [cmake-developers] Supported targets with the ninja generator ?

2012-04-05 Thread Nicolas Desprès
2012/4/4 Alexander Neundorf neund...@kde.org: On Wednesday 04 April 2012, Nicolas Desprès wrote: On Tue, Apr 3, 2012 at 10:03 PM, Alexander Neundorf neund...@kde.org wrote: On Tuesday 03 April 2012, Alexander Neundorf wrote: On Tuesday 03 April 2012, Alexander Neundorf wrote: Hi

Re: [cmake-developers] Supported targets with the ninja generator ?

2012-04-05 Thread Nicolas Desprès
2012/4/5 Alexander Neundorf neund...@kde.org: On Thursday 05 April 2012, Nicolas Desprès wrote: 2012/4/4 Alexander Neundorf neund...@kde.org: On Wednesday 04 April 2012, Nicolas Desprès wrote: On Tue, Apr 3, 2012 at 10:03 PM, Alexander Neundorf neund...@kde.org wrote: On Tuesday 03

Re: [cmake-developers] Supported targets with the ninja generator ?

2012-04-05 Thread Nicolas Desprès
On Thu, Apr 5, 2012 at 9:44 PM, David Cole david.c...@kitware.com wrote: 2012/4/5 Alexander Neundorf neund...@kde.org: On Thursday 05 April 2012, Nicolas Desprès wrote: 2012/4/4 Alexander Neundorf neund...@kde.org: On Wednesday 04 April 2012, Nicolas Desprès wrote: On Tue, Apr 3, 2012 at 10

Re: [cmake-developers] Supported targets with the ninja generator ?

2012-04-03 Thread Nicolas Desprès
On Tue, Apr 3, 2012 at 10:03 PM, Alexander Neundorf neund...@kde.org wrote: On Tuesday 03 April 2012, Alexander Neundorf wrote: On Tuesday 03 April 2012, Alexander Neundorf wrote: Hi, which additional targets are supported with the ninja generator ? The help target does not seem to be

Re: [cmake-developers] ninja status

2012-04-03 Thread Nicolas Desprès
On Tue, Apr 3, 2012 at 6:48 PM, Bill Hoffman bill.hoff...@kitware.com wrote: Hi,  I just wanted to get an update on the ninja generator status. Right now all linux tests are passing, and that platform seems to be done. Hi Bill, Thanks for the status. Windows:  - No file level depend

Re: [CMake] CMake 2.8.8-rc1, Ninja generator, and clean target

2012-04-02 Thread Nicolas Desprès
messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake -- Nicolas Desprès -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com

Re: [cmake-developers] Ninja Issues with dependencies

2012-03-26 Thread Nicolas Desprès
, Kitware, Inc. -- Mathematicians are tools for turning coffee grounds into formulas., Paul Erdos 2012/3/14 Nicolas Desprès nicolas.desp...@gmail.com Try with this branch: https://github.com/polrop/ninja/tree/depfile-parser-accept-tilde I think that should fix your problem. On Wed, Mar 14, 2012

Re: [cmake-developers] new ninja rebuild too much issue

2012-03-14 Thread Nicolas Desprès
as an output using the RERUN_CMAKE rule. I rather think it is a bug in ninja of the restat implementation. -- Nicolas Desprès -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ

Re: [cmake-developers] new ninja rebuild too much issue

2012-03-14 Thread Nicolas Desprès
to do. $ ../_build/bin/cmake -DCMAKE_ENABLE_NINJA=OFF . $ ninja [...compile 200 outputs...] I just check the .ninja_log and Peter is right. Cheers, -- Nicolas Desprès -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html

Re: [cmake-developers] Ninja Issues with dependencies

2012-03-14 Thread Nicolas Desprès
://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers -- Nicolas Desprès -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ

Re: [CMake] Ninja generator bug

2012-03-14 Thread Nicolas Desprès
at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake -- Nicolas Desprès -- Powered by www.kitware.com Visit

Re: [cmake-developers] Ninja windows

2012-03-09 Thread Nicolas Desprès
, while keeping the ability to test (on the dashboard and otherwise). I have no idea what the timeframe for the Windows and Mac people is, but I really would like the Ninja generator to be available on non-Windows/Mac platforms in 2.8.8. Sounds fair enough. -- Nicolas Desprès -- Powered

Re: [CMake] Ninja + CMake on a dashboard?

2012-03-06 Thread Nicolas Desprès
2012/3/6 David Cole david.c...@kitware.com: 2012/2/15 David Cole david.c...@kitware.com: 2012/2/15 Nicolas Desprès nicolas.desp...@gmail.com On Wed, Feb 15, 2012 at 6:09 PM, Bill Hoffman bill.hoff...@kitware.com wrote: On 2/15/2012 11:04 AM, Peter Collingbourne wrote: On Wed, Feb 15

Re: [CMake] Ninja + CMake on a dashboard?

2012-03-06 Thread Nicolas Desprès
ASAP anyway. Cheers, -- Nicolas Desprès -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe

Re: [cmake-developers] ninja spaces in the path do not work on linux

2012-02-19 Thread Nicolas Desprès
2012/2/19 Eric Noulard eric.noul...@gmail.com Le 19 février 2012 15:19, Nicolas Desprès nicolas.desp...@gmail.com a écrit : Thanks for this Peter. I have just tried the new stage/ninja-generator branch with spaces in both the source and the binary directory and I got this result

[cmake-developers] CPackComponents fails with spaces in paths

2012-02-19 Thread Nicolas Desprès
passed, 1 tests failed out of 1 Total Test time (real) = 4.31 sec The following tests FAILED: 89 - CPackComponents (Failed) Errors while running CTest == So I think the culprit is RPM. Cheers, -- Nicolas Desprès -- Powered

Re: [cmake-developers] CPackComponents fails with spaces in paths

2012-02-19 Thread Nicolas Desprès
2012/2/19 Eric Noulard eric.noul...@gmail.com Le 19 février 2012 16:07, Nicolas Desprès nicolas.desp...@gmail.com a écrit : Hi, The CPackComponents test fails on master where there is a space in the source tree. Here I think the trace: $ ctest -V -R 'CPackComponents

Re: [cmake-developers] CPackComponents fails with spaces in paths

2012-02-19 Thread Nicolas Desprès
2012/2/19 Eric Noulard eric.noul...@gmail.com Le 19 février 2012 17:20, Nicolas Desprès nicolas.desp...@gmail.com a écrit : 2012/2/19 Eric Noulard eric.noul...@gmail.com Le 19 février 2012 16:07, Nicolas Desprès nicolas.desp...@gmail.com a écrit : Hi, The CPackComponents

Re: [cmake-developers] ninja spaces in the path do not work on linux

2012-02-17 Thread Nicolas Desprès
in the generator which do not escape the space properly using the $ character as supported by Ninja. -- Nicolas Desprès -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ

Re: [cmake-developers] ninja spaces in the path do not work on linux

2012-02-17 Thread Nicolas Desprès
2012/2/17 Bill Hoffman bill.hoff...@kitware.com On 2/17/2012 12:26 PM, Nicolas Desprès wrote: I think it is a bug in the generator which do not escape the space properly using the $ character as supported by Ninja. -- Nicolas Desprès Will you be able to fix that? I think yes

Re: [cmake-developers] ninja spaces in the path do not work on linux

2012-02-17 Thread Nicolas Desprès
2012/2/17 Nicolas Desprès nicolas.desp...@gmail.com 2012/2/17 Bill Hoffman bill.hoff...@kitware.com On 2/17/2012 3:16 PM, Nicolas Desprčs wrote: I think yes. It is just a matter of time. My weekend is already overloaded. I'll try to do it. If Peter or someone else in the community comes

Re: [cmake-developers] Ninja help

2012-02-15 Thread Nicolas Desprès
2012/2/15 Bill Hoffman bill.hoff...@kitware.com On 2/15/2012 11:20 AM, Nicolas Desprès wrote: For compiling and testing you can find all the information in the HACKING file. Well, this is ugly: --HACKING Windows development on Windows: - install mingw, msys, and python

Re: [cmake-developers] Ninja help

2012-02-15 Thread Nicolas Desprès
On 2/15/2012 11:20 AM, Nicolas Desprès wrote: For compiling and testing you can find all the information in the HACKING file. Well, this is ugly: --HACKING Windows development on Windows: - install mingw, msys, and python - in the mingw shell, put Python in your

Re: [cmake-developers] Ninja help

2012-02-15 Thread Nicolas Desprès
as it is on the dashboard. Few bugs are remaining on MacOSX and Ninja is building on Windows. I don't known how many bugs in cmake's test suite fails on Windows yet. -- Nicolas Desprès -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource

Re: [CMake] Ninja + CMake on a dashboard?

2012-02-15 Thread Nicolas Desprès
is required. What do I have to setup? Is the machine required to be up and running all the time? Cheers, -- Nicolas Desprès -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check

Re: [CMake] Ninja + CMake on a dashboard?

2012-02-15 Thread Nicolas Desprès
On Wed, Feb 15, 2012 at 4:45 PM, Bill Hoffman bill.hoff...@kitware.comwrote: On 2/15/2012 10:27 AM, Nicolas Desprès wrote: = I may have an Ubuntu box and maybe a OS X 10.7 machine, depending on what is required. What do I have to setup? Is the machine required to be up and running all

Re: [CMake] Ninja + CMake on a dashboard?

2012-02-15 Thread Nicolas Desprès
On Wed, Feb 15, 2012 at 6:09 PM, Bill Hoffman bill.hoff...@kitware.comwrote: On 2/15/2012 11:04 AM, Peter Collingbourne wrote: On Wed, Feb 15, 2012 at 10:45:04AM -0500, Bill Hoffman wrote: I note that Kitware has machines set up to run dashboards for the Makefile generator. Is there any

Re: [CMake] Making a variable a dependency...

2012-02-07 Thread Nicolas Desprès
enough and does not require any tricks. Also I don't think it worth running cmake each time make is called. Regards, -- Nicolas Desprès -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic

Re: [CMake] [Java] - Adding manifest information to a jar file

2012-02-07 Thread Nicolas Desprès
. Regards, -- Nicolas Desprès -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http

Re: [CMake] [Java] - Adding manifest information to a jar file

2012-02-07 Thread Nicolas Desprès
2012/2/7 David Cole david.c...@kitware.com: [...] The proposed commits (3 of them, right?) at https://github.com/polrop/CMake/commits/java-executable-jar look reasonable to me. Yes the three of them. [...] -- Nicolas Desprès -- Powered by www.kitware.com Visit other Kitware open-source

Re: [cmake-developers] Is KWStyle still maintained?

2012-02-06 Thread Nicolas Desprès
2012/2/5 David Cole david.c...@kitware.com: 2012/2/5 Nicolas Desprès nicolas.desp...@gmail.com: Hi, I have just try to enable KWStyle check in CMake on Mac OS X 10.7.3 but it crashes. With the version from the website: http://public.kitware.com/KWStyle/download/KWStyle-snapshot-070515.zip

Re: [cmake-developers] Is KWStyle still maintained?

2012-02-06 Thread Nicolas Desprès
2012/2/6 David Cole david.c...@kitware.com: 2012/2/6 Nicolas Desprès nicolas.desp...@gmail.com: 2012/2/5 David Cole david.c...@kitware.com: 2012/2/5 Nicolas Desprès nicolas.desp...@gmail.com: Hi, I have just try to enable KWStyle check in CMake on Mac OS X 10.7.3 but it crashes

Re: [cmake-developers] Some minor look and feel fixes in ccmake.

2012-02-06 Thread Nicolas Desprès
2012/2/6 Brad King brad.k...@kitware.com: On 2/5/2012 11:01 AM, Nicolas Desprès wrote: I have pushed some minor look'n feel fixes for ccmake in a branch on my github fork: https://github.com/polrop/CMake/commits/fix-ccmake-clear Please consider to merge it. Applied, thanks.  I tweaked

Re: [cmake-developers] Ninja generator on Windows

2012-02-02 Thread Nicolas Desprès
or file like link.txt you lose the power of the special $in and $out variables or variable in general that are expanded in the rule. -- Nicolas Desprès -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages

Re: [cmake-developers] Ninja generator on Windows

2012-02-02 Thread Nicolas Desprès
attach only one rule (e.g. one command) and not several like in make. They have been several discussion thread for adding basic shell features like in Ninja: - redirection - environment variable - working directory - chainning There is no patch proposal yet AFAIK. Cheers, -- Nicolas Desprès

Re: [cmake-developers] Ninja generator on Windows

2012-01-31 Thread Nicolas Desprès
://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers -- Nicolas Desprès -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please

Re: [CMake] 'Parallel' CMakeLists.txt?

2012-01-31 Thread Nicolas Desprès
On Tue, Jan 31, 2012 at 2:23 PM, Brad King brad.k...@kitware.com wrote: On 1/28/2012 11:36 AM, g...@novadsp.com wrote: Is it possible to get CMake to process/search for an alternative default filename to CMakeLists.txt? Not currently.  We're not fundamentally opposed to the idea, but it may

Re: [CMake] 'Parallel' CMakeLists.txt?

2012-01-31 Thread Nicolas Desprès
On Tue, Jan 31, 2012 at 5:04 PM, Bill Hoffman bill.hoff...@kitware.com wrote: On 1/31/2012 10:55 AM, Nicolas Desprès wrote: Brad, All these considerations are important but maybe we could just do first the easy path which is: add a -f option which change the default name every where

Re: [CMake] 'Parallel' CMakeLists.txt?

2012-01-30 Thread Nicolas Desprès
Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake -- Nicolas Desprès

Re: [CMake] 'Parallel' CMakeLists.txt?

2012-01-30 Thread Nicolas Desprès
2012/1/30 Eric Noulard eric.noul...@gmail.com: Le 30 janvier 2012 19:18, Nicolas Desprès nicolas.desp...@gmail.com a écrit : On Sat, Jan 28, 2012 at 5:36 PM, g...@novadsp.com g...@novadsp.com wrote: Is it possible to get CMake to process/search for an alternative default filename

Re: [CMake] CMake + Ninja

2012-01-22 Thread Nicolas Desprès
mailed Peter Collingbourne some weeks ago but received no response. Mainly remove all shell related constructs like and redirection. Those topics has been discussed both on cmake/cmake-dev ML and ninja-build ML. Cheers, -- Nicolas Desprès -- Powered by www.kitware.com Visit other Kitware open

Re: [CMake] How to install then test?

2011-12-30 Thread Nicolas Desprès
... Are you asking for distcheck feature like with the autotools? Cheers, -- Nicolas Desprès -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org

Re: [CMake] CTestScript for all available git branches/tags

2011-11-29 Thread Nicolas Desprès
the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake -- Nicolas Desprès -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please

Re: [cmake-developers] [PATCH 0/3] The CMake Ninja generator.

2011-11-23 Thread Nicolas Desprès
2011/11/22 Peter Collingbourne pe...@pcc.me.uk On Fri, Nov 18, 2011 at 10:02:54AM +0100, Nicolas Desprès wrote: On Wed, Nov 16, 2011 at 3:05 PM, OKUMURA Yuki m...@cltn.org wrote: (Sorry Bill, i repost here..) 2011/11/16 Bill Hoffman bill.hoff...@kitware.com: - snip - What

Re: [cmake-developers] [PATCH 0/3] The CMake Ninja generator.

2011-11-15 Thread Nicolas Desprès
opinion. Specially the operator of the shell. Using cmake -E is the first step. I am planning to suggest an evolution of Ninja to fix this issue. Actually, it is the main issue which stop me while writing the beginning of this generator. Cheers, -- Nicolas Desprès -- Powered by www.kitware.com

Re: [cmake-developers] [PATCH 0/7] Preparation for Ninja generator: refactorings, bug fixes

2011-11-10 Thread Nicolas Desprès
, there may be some dependencies, but there shouldn't be anything serious. I'm probably missing some points here. But in term of design, The Ninja Generator shouldn't be a sub-class of the Makefile Generator for this to work smoothly? -- Nicolas Desprès -- Powered by www.kitware.com Visit other

Re: [cmake-developers] local pre-commit hook (was: Some documentation patches)

2011-10-27 Thread Nicolas Desprès
2011/10/26 Brad King brad.k...@kitware.com: On 10/26/2011 11:07 AM, Nicolas Desprès wrote: 2011/10/24 Brad Kingbrad.k...@kitware.com: Once merged to master then new work based on that version or later will get this check if the local hooks are installed. Works perfectly! Thanks! git

Re: [cmake-developers] Some documentation patches

2011-10-26 Thread Nicolas Desprès
2011/10/24 Brad King brad.k...@kitware.com: On 10/24/2011 4:53 AM, Nicolas Desprès wrote: Ok. Here the real change applied on this file (except the remove of the trailing white-space). It fixes some doxygen warnings: diff --git a/Source/kwsys/SystemTools.hxx.in b/Source/kwsys

Re: [cmake-developers] Some documentation patches

2011-10-24 Thread Nicolas Desprès
2011/10/17 Brad King brad.k...@kitware.com: On 10/16/2011 12:56 PM, Nicolas Desprès wrote: I pushed the new version. That looks good.  There is one more detail though.  The KWSys source tree is read-only in our Git repository.  A robot replays changes out of a separate CVS repository

Re: [cmake-developers] Some documentation patches

2011-10-13 Thread Nicolas Desprès
of the project :-) -- Nicolas Desprès -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe

Re: [cmake-developers] Some documentation patches

2011-10-13 Thread Nicolas Desprès
2011/10/13 Brad King brad.k...@kitware.com: On 10/12/2011 11:10 AM, Nicolas Desprès wrote: I have extracted some documentation patches I have made while I was working on the ninja-generator and some enhancement for ccmake.  I would like to submit them now. They are addressing: - usage

Re: [cmake-developers] Some documentation patches

2011-10-13 Thread Nicolas Desprès
2011/10/13 Nicolas Desprès nicolas.desp...@gmail.com: 2011/10/13 Brad King brad.k...@kitware.com: On 10/12/2011 11:10 AM, Nicolas Desprès wrote: I have extracted some documentation patches I have made while I was working on the ninja-generator and some enhancement for ccmake.  I would like

Re: [cmake-developers] [PATCH 1/7] Refactor TargetTypeNames.

2011-09-27 Thread Nicolas Desprès
cmTarget::UNKNOWN_LIBRARY: +        return UNKNOWN_LIBRARY; +        // break; /* unreachable */ +    } +  return 0; +} Shouldn't this spit out a warning or error message? Frankly I don't know. I just refactor the code and kept the same original behavior. -- Nicolas Desprès -- Powered

Re: [CMake] how to specify gcc options in CMake?

2011-07-11 Thread Nicolas Desprès
/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake -- Nicolas Desprès ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake

Re: [CMake] ccmake options organization

2011-06-16 Thread Nicolas Desprès
On Mon, Jun 13, 2011 at 6:23 PM, Bill Hoffman bill.hoff...@kitware.com wrote: On 6/13/2011 11:02 AM, Szilárd Páll wrote: I would also very much like to see some form of grouping to be possible in ccmake. Right now, the only way to avoid clutter is to mark the large majority of the variables

Re: [CMake] ccmake options organization

2011-06-10 Thread Nicolas Desprès
://www.cmake.org/mailman/listinfo/cmake -- Nicolas Desprès ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http

Re: [cmake-developers] Adding argument OPTIONAL to find_package() and add_subdirectory

2011-06-08 Thread Nicolas Desprès
On Wed, Jun 8, 2011 at 8:08 PM, Alexander Neundorf neund...@kde.org wrote: On Tuesday, June 07, 2011 02:34:06 PM Eric Noulard wrote: 2011/6/7 Alexander Neundorf neund...@kde.org: On Monday, June 06, 2011 03:26:03 PM Brad King wrote: On 06/04/2011 06:30 AM, Alexander Neundorf wrote: [...]

Re: [CMake] Addition to FindGit

2011-06-05 Thread Nicolas Desprès
://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake -- Nicolas Desprès ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource

Re: [cmake-developers] Creating a separate project/package which provides cmake extensions/modules

2011-06-04 Thread Nicolas Desprès
@cmake.org http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers -- Nicolas Desprès ___ cmake-developers mailing list cmake-developers@cmake.org http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Re: [cmake-developers] Automoc in cmake

2011-06-04 Thread Nicolas Desprès
for inclusion. It is also already BSD licensed. Alex ___ cmake-developers mailing list cmake-developers@cmake.org http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers -- Nicolas Desprès ___ cmake

Re: [cmake-developers] Ninja with multiple commands (was: CMAKE_ARGC and CMAKE_ARGVx)

2011-05-03 Thread Nicolas Desprès
2011/5/3 Brad King brad.k...@kitware.com: On 04/28/2011 02:24 PM, Nicolas Desprès wrote: Ninja accepts only one command per rule contrary to make. So when several commands must be called (for example: ar and ranlib), one possibility is to bundle the commands in a cmake scripts Instead

Re: [cmake-developers] CMAKE_ARGC and CMAKE_ARGVx

2011-04-28 Thread Nicolas Desprès
2011/4/27 Alexander Neundorf neund...@kde.org: On Wednesday 27 April 2011, Nicolas Desprès wrote: Hi, I'm experimenting with the variables available in script mode in the current master (a3a581f8cd): CMAKE_SCRIPT_MODE_FILE CMAKE_ARGC CMAKE_ARGVx Apparently they are not available

Re: [cmake-developers] CMAKE_ARGC and CMAKE_ARGVx

2011-04-28 Thread Nicolas Desprès
2011/4/28 David Cole david.c...@kitware.com: 2011/4/28 Nicolas Desprès nicolas.desp...@gmail.com 2011/4/27 Alexander Neundorf neund...@kde.org: On Wednesday 27 April 2011, Nicolas Desprès wrote: Hi, I'm experimenting with the variables available in script mode in the current master

Re: [cmake-developers] CMAKE_ARGC and CMAKE_ARGVx

2011-04-28 Thread Nicolas Desprès
2011/4/28 Alexander Neundorf neund...@kde.org: On Thursday 28 April 2011, Nicolas Desprès wrote: 2011/4/28 David Cole david.c...@kitware.com: 2011/4/28 Nicolas Desprès nicolas.desp...@gmail.com 2011/4/27 Alexander Neundorf neund...@kde.org: On Wednesday 27 April 2011, Nicolas Desprès

Re: [cmake-developers] [Ninja] Status and roadmap

2011-04-19 Thread Nicolas Desprès
2011/4/12 Nicolas Desprès nicolas.desp...@gmail.com: 2011/4/11 Brad King brad.k...@kitware.com: On 04/11/2011 05:16 AM, Nicolas Desprès wrote: I have continued my work on the Ninja generator this weekend and I Great!  Thanks for working on this. Here my roadmap: 1/ Configure and build

Re: [CMake] CMake make test feature?

2011-03-31 Thread Nicolas Desprès
resorted to invoking ctest with -j8 which works fine.  Any way to normalize the behavior so that builds and tests behave the same with respect to the -j option? AFAIK, you can't. But I read on this ML that you can do: make test ARGS='-j8' Cheers, -- Nicolas Desprès

[cmake-developers] Why BUILD_DOCUMENTATION=ON requires VTK

2011-03-24 Thread Nicolas Desprès
the Doxygen documentation of CMake require VTK. I know it is a minor issue, but I am just curious. Regards, -- Nicolas Desprès ___ cmake-developers mailing list cmake-developers@cmake.org http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

[cmake-developers] [Ninja] Start to work on a generator

2011-03-23 Thread Nicolas Desprès
in a recursive approach. So, I think I should put all my code only in the global generator and generate only one build.ninja file per project. Any help is welcome. Regards, -- Nicolas Desprès git-log-ninja-generator.txt.bz2 Description: BZip2 compressed data git-log-p-ninja-generator.txt.bz2

Re: [cmake-developers] [Ninja] Start to work on a generator

2011-03-23 Thread Nicolas Desprès
On Wed, Mar 23, 2011 at 6:58 PM, Bill Hoffman bill.hoff...@kitware.com wrote: On 3/23/2011 9:47 AM, Nicolas Desprès wrote: Hello everyone, This weekend I started to work on a new generator for Ninja.  I did not know the internal architecture of CMake so I spent most of my time understanding

Re: [CMake] Ninja: a small build system closest in spirit to Make

2011-03-23 Thread Nicolas Desprès
FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake -- Nicolas Desprès ___ Powered by www.kitware.com Visit other Kitware open-source projects at http

[CMake] Compiling clang with cmake

2011-03-16 Thread Nicolas Desprès
) Target: i386-pc-linux-gnu Thread model: posix Installed with apt-get on an Ubuntu 10.10. Cheers, -- Nicolas Desprès ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please

Re: [CMake] Unmet dependency when builddir is a symlink out of srcdir

2011-03-08 Thread Nicolas Desprès
I have created an issue in the bug tracker: http://public.kitware.com/Bug/view.php?id=11940 -Nico 2011/2/24 Nicolas Desprès nicolas.desp...@gmail.com: I have checked by calling cmake from the real builddir (not the symlink) and it works fine: $ pwd /home/despre_n/build/test/helloworld-cmake

[cmake-developers] Developer guide

2011-03-04 Thread Nicolas Desprès
documentation about how to write a new generator? Thanks in advance, -- Nicolas Desprès ___ cmake-developers mailing list cmake-developers@cmake.org http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Re: [cmake-developers] Developer guide

2011-03-04 Thread Nicolas Desprès
2011/3/4 Eric Noulard eric.noul...@gmail.com: Le 4 mars 2011 16:54, Nicolas Desprès nicolas.desp...@gmail.com a écrit : Hi all, I have reported a number of issues and I am willing to contribute.  Is there any developer guide apart those links: http://public.kitware.com/Wiki/Git/Workflow

[CMake] How to know if symlink is supported

2011-03-04 Thread Nicolas Desprès
Hi everyone, Is there a better way to check whether the platform support symlink than this one: if(WIN32) if(CYGWIN) set(HAVE_SYMLINK TRUE) else(CYGWIN) set(HAVE_SYMLINK FALSE) endif(CYGWIN) else(WIN32) set(HAVE_SYMLINK TRUE) endif(WIN32) Regards, -- Nicolas Desprès

[CMake] Unmet dependency when builddir is a symlink out of srcdir

2011-02-24 Thread Nicolas Desprès
was generating absolute path whenever possible. Maybe it should resolve symlinks as well. I don't know. Shall I create a bug report? Regards, -- Nicolas Desprès ___ Powered by www.kitware.com Visit other Kitware open-source projects at http

Re: [CMake] Unmet dependency when builddir is a symlink out of srcdir

2011-02-24 Thread Nicolas Desprès
helloworld [100%] Built target helloworld Cheers, -Nico 2011/2/24 Nicolas Desprès nicolas.desp...@gmail.com: Hi there, I am having a problem with cmake-2.8.4 for Linux with the Makefile generator. I have my srcdir in an encrypted partition and my builddir in a normal partition. For convenience I have

Re: [CMake] Gyp VS CMake

2011-02-22 Thread Nicolas Desprès
and may have a higher level point of view regarding files dependencies and could generate dependency files faster. This may also helps to add support for build-system like tup in CMake. -- Nicolas Desprès ___ Powered by www.kitware.com Visit other Kitware

[CMake] Gyp VS CMake

2011-02-17 Thread Nicolas Desprès
of contributing. Regards, -- Nicolas Desprès ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki

Re: [CMake] Gyp VS CMake

2011-02-17 Thread Nicolas Desprès
On Thu, Feb 17, 2011 at 12:56 PM, Eric Noulard eric.noul...@gmail.com wrote: 2011/2/17 Felipe Ferreri Tonello felipe.tone...@totvs.com.br: On Thursday 17 February 2011 06:15:34 Nicolas Desprès wrote: That being said, I feel sad to see other CMake's like projects started instead

Re: [CMake] Gyp VS CMake

2011-02-17 Thread Nicolas Desprès
not require CMake to build. Yes. As mentioned in point 5. -- Nicolas Desprès ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ

Re: [CMake] Gyp VS CMake

2011-02-17 Thread Nicolas Desprès
On Thu, Feb 17, 2011 at 4:23 PM, Bill Hoffman bill.hoff...@kitware.com wrote: On 2/17/2011 8:29 AM, Nicolas Desprès wrote: 2011/2/17 John Drescherdresche...@gmail.com: But we are going off topic. The main point in my post was to trigger discussion about how we could improve CMake, so

Re: [CMake] Ninja: a small build system closest in spirit to Make

2011-02-13 Thread Nicolas Desprès
2011/2/12 Matt Williams li...@milliams.com: 2011/2/10 Nicolas Desprès nicolas.desp...@gmail.com: Hi everyone, Probably some of you are already aware of this new open-source project coming from a Chrome developer at Google. Its goal was to improve the build system performance of the Chrome

[CMake] Ninja: a small build system closest in spirit to Make

2011-02-10 Thread Nicolas Desprès
using CMake, such as boost or KDE. Regards, -- Nicolas Desprès ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http

Re: [CMake] Ninja: a small build system closest in spirit to Make

2011-02-10 Thread Nicolas Desprès
a new generator? I've never written one. I have just contributing very few patches to the CMake project so I don't know its internal architecture very well. I also have to learn Ninja syntax. I would say 15 days of work maybe. I don't really know. Cheers, Nico 2011/2/10 Nicolas Desprès

Re: [CMake] Is there a tool pretty much like cmake for Java?

2010-10-18 Thread Nicolas Desprès
it seems there is a Java parser and lexer written in flex and bison. But the cmDependsJava.cxx file looks empty specially the WriteDependencies method: http://cmake.org/gitweb?p=cmake.git;a=blob;f=Source/cmDependsJava.cxx;h=1d849145cb70ae7bd21cb0fa5c33e289cd0fbc8d;hb=HEAD -- Nicolas Desprès

[CMake] add_definitions affects rc.exe call

2009-08-31 Thread Nicolas Desprès
not sure if it is the right way to do it but it works. Does add_definitions supposed to affects the list of argument passed to rc.exe ? Cheers, -- Nicolas Desprès ___ Powered by www.kitware.com Visit other Kitware open-source projects at http

Re: [CMake] add_definitions affects rc.exe call

2009-08-31 Thread Nicolas Desprès
2009/8/31 Michael Wild them...@gmail.com: On 31. Aug, 2009, at 11:42, Nicolas Desprès wrote: Hi all, I'm using cmake-2.6.4 to build a project using Visual C++ 2005 and the Unix Makefile generator. At the beginning of my main CMakeLists.txt I have something like that: add_definitions

Re: [CMake] doing simple math in cmake or useless foreach( RANGE )

2009-05-19 Thread Nicolas Desprès
more use to the traditional for (i = 0; i n; ++i) instead of = -- Nicolas Desprès ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check

[CMake] macro/function and ARGN weird behavior

2009-05-15 Thread Nicolas Desprès
light? Cheers, -- Nicolas Desprès ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ

Re: [CMake] macro/function and ARGN weird behavior

2009-05-15 Thread Nicolas Desprès
variables. It's equivalent to the difference between these in C++: // there are not actually variables named x and y here: #define min(x, y) .. // but there are variables here: int min(int x, int y) {  ... } HTH, David 2009/5/15 Nicolas Desprès nicolas.desp...@gmail.com Hi

Re: [CMake] How to adjust LD_LIBRARY_PATH for an exectubale?

2009-03-25 Thread Nicolas Desprès
On Wed, Mar 25, 2009 at 2:47 AM, Denis Scherbakov denis_scherba...@yahoo.com wrote: Unfortunatelly, the idea with a shell script is not portable. Sorry, I forgot to mention that I've been using this script on Linux and MacOsX only. [...] -- Nicolas Desprès

Re: [CMake] How to adjust LD_LIBRARY_PATH for an exectubale?

2009-03-24 Thread Nicolas Desprès
/$appname $* -- Nicolas Desprès ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow

Re: [CMake] setting environment variable through cmake

2009-02-16 Thread Nicolas Desprès
FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake -- Nicolas Desprès ___ Powered by www.kitware.com Visit other Kitware open-source projects at http

[CMake] QT_INCLUDE_DIR not in the cache when using framework

2009-02-03 Thread Nicolas Desprès
${QT_HEADERS_DIR}) ELSE (QT_USE_FRAMEWORKS) STRING( REGEX REPLACE /QtCore$ qt4_include_dir ${QT_QTCORE_INCLUDE_DIR}) SET( QT_INCLUDE_DIR ${qt4_include_dir} CACHE PATH ) ENDIF (QT_USE_FRAMEWORKS) ENDIF( QT_QTCORE_INCLUDE_DIR AND NOT QT_INCLUDE_DIR) -- Nicolas Desprès

Re: [CMake] QT_INCLUDE_DIR not in the cache when using framework

2009-02-03 Thread Nicolas Desprès
In other word, I would like to know if someone is against requesting QT_INCLUDE_DIR in the cache when framework are used? If no one, I'll add a feature request. Cheers, Nico On Tue, Feb 3, 2009 at 1:12 PM, Nicolas Desprès nicolas.desp...@gmail.com wrote: Hi, I'm using cmake 2.6.2 on macosx

Re: [CMake] Wrong LOCATION_CONFIG property value with MACOSX_BUNDLE option set

2009-01-20 Thread Nicolas Desprès
I have reported an issue on the bug tracker and submitted a patch: http://public.kitware.com/Bug/view.php?id=8406 Cheers, On Tue, Jan 20, 2009 at 1:02 AM, Nicolas Desprès nicolas.desp...@gmail.com wrote: I forgot to mention that setting CMAKE_BUILD_TYPE by either Debug or Release does

[CMake] Wrong LOCATION_CONFIG property value with MACOSX_BUNDLE option set

2009-01-19 Thread Nicolas Desprès
.. is: = [...] binary_loc=/Users/polrop/src/helloworld/_build/helloworld [...] = I'm using this cmake: http://www.cmake.org/files/v2.6/cmake-2.6.3-RC-8-Darwin-universal.dmg Cheers, -- Nicolas Desprès ___ CMake mailing list CMake@cmake.org http

<    1   2   3   >