Notes |
|
(0021879)
|
Amine Khaldi
|
2010-08-22 09:36
|
|
If it's worth mentioning, we use the MinGW Makefiles generator. |
|
|
(0024166)
|
David Cole
|
2010-12-15 11:48
|
|
So you want CMake to run continuously in the background and monitor all changes to your source tree?
Just clarifying what your expectations are. Not sure I understand how we could possibly achieve this.
It seems unrealistic to me to introduce a cmake-daemon app that would monitor all known source trees even when cmake itself is not running anymore. How would we call you back? How would we notify you that your makefile is out of date? How would we know when you don't care about a particular source tree anymore, and we can stop monitoring it for changes?
Would you just expect us to "touch" your CMakeLists.txt file to force a cmake re-run, or would you expect more than that?
This feature request would take a major amount of work to implement. |
|
|
(0024821)
|
David Cole
|
2011-01-17 16:26
|
|
We will not add any "directory monitoring capability" to CMake at this point in time.
I think it's a beyond-the-scope-of-CMake feature request.
CMake works on too many platforms to make a "directory listening daemon" a practical solution to this "problem" I think.
If you have a specific proposal for a code patch that implements something you think we should do in CMake, please re-open this and attach the patch for discusssion. |
|
|
(0026356)
|
David Cole
|
2011-05-02 14:46
|
|
Closing resolved issues that have not been updated in more than 3 months. |
|