Lets consider this in more detail: "- The source files and the header files of a C++ compile task. I might implement this task so that it can deal with changes to source files but not header files. If a source file changes, I can recompile the output file for this source file. If a header file changes, I will recompile everything." I'm assuming that me are compiling multiple C++ source files into multiple object files with one task. We need to map many headers files and one C++ source file to one object file. Have we thought about a mechanism to persist the relationship between many header files, a source files and an object file? Is it possible to start exploring native C++ compilation to learn more about the best API and supporting infra?
-- View this message in context: http://gradle.1045684.n5.nabble.com/API-DSL-for-implementing-incremental-tasks-tp5711097p5711208.html Sent from the gradle-dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email