Notes |
|
(0029284)
|
Bill Hoffman
|
2012-04-20 15:51
|
|
Thanks for the patch, I will forward to the ninja developers. Once thing to note on windows with the MS compiler ninja currently has no file level depend information at all. So, expect incremental builds to fail as you change header files.... |
|
|
(0029285)
|
Andrey Kamaev
|
2012-04-20 16:12
|
|
Yes, incremental build with MS compiler is broken.
But I'm still happy because I wished speedup for Android build which was extremely slow on Windows. |
|
|
(0029286)
|
Bill Hoffman
|
2012-04-20 16:22
|
|
|
|
(0029287)
|
Andrey Kamaev
|
2012-04-20 18:21
|
|
It is not so impressive as ninja. On my laptop jom is up to 2 times slower. And I have not measured but from my feeling incremental build with jom (when I need to rebuild only 1 or 2 files and relink) goes even slower than build with GNU make port from Google's Android NDK.
Also jom generator used without MSVC console spams output with the following message which is irrelevant for cross-compilation:
To use the JOM generator, cmake must be run from a shell that can use the
compiler cl from the command line. This environment does not contain
INCLUDE, LIB, or LIBPATH, and these must be set for the cl compiler to
work. |
|
|
(0029747)
|
Peter Kuemmel
|
2012-06-19 16:13
|
|
Is fixed with the merge of 'ninja-cldeps'. |
|
|
(0031813)
|
David Cole
|
2012-12-03 07:46
|
|
Closing resolved issues that have not been updated in more than 4 months. |
|