hg: openjfx/8/graphics/rt: Added single-file dependency tracking for native files, so that when you change a single .m, .cpp, .c, .cc, .rc. or .cur file then only that file is processed, whereas changing any other file (such as .h or .pch) results in recompilation of the native files in that task. Significant time savings (from 30s to 13s for a build on my slow windows system when changing a single native file in Glass. Much less difference on my mac).
hang.vo at oracle.com
hang.vo at oracle.com
Wed Mar 20 10:19:15 PDT 2013
Changeset: 872ef012cd34
Author: Richard Bair <richard.bair at oracle.com>
Date: 2013-03-20 10:04 -0700
URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/872ef012cd34
Added single-file dependency tracking for native files, so that when you change a single .m, .cpp, .c, .cc, .rc. or .cur file then only that file is processed, whereas changing any other file (such as .h or .pch) results in recompilation of the native files in that task. Significant time savings (from 30s to 13s for a build on my slow windows system when changing a single native file in Glass. Much less difference on my mac).
! build.gradle
More information about the openjfx-dev
mailing list