Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Support source file blacklist #135
Comments
|
What's the use case? |
MaskRay
commented
Oct 11, 2017
•
|
For a large project (say llvm), doing a cmake every time is painful. It should be controlled by the user, not done in the background. For some filesystem, stat may take non-negligible time or This point is not an argument. |
|
I guess you mean it's slow when you visit a new file? CMake isn't run every time, but I don't think a source file blacklist would be the way forward for this use case, but maybe a variable that turns off running cmake automatically. Would that be ok? |
MaskRay
commented
Oct 12, 2017
That will be useful! |
|
I was looking at the source today to add the variable, but @MaskRay: are you sure the problem is cmake running? After running the first time, cmake should only run if you add a file to the project. |
xinquanatcolezhu
commented
Oct 19, 2017
|
that's would be very useful. sometimes when I visit a file occasionally, i just want to have a peak of the source code in another project i am having the problem of having so many cmake tmp files in my /tmp cucrrently as I am navigating many projecs which also makes the RC and RDM slow. |
MaskRay commentedOct 8, 2017
A customization variable for source file blacklist. For those paths, do not call
cmake-ide--locate-cmakelistsautomatically.