Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Dependency checking

Looks like for internal builder dependency checking doesn't work at all?
1) I cannot find any control to switch this function ON/OFF.
2) Simple test project builds always. Another one is not rebuilt after 
include file it referenced had been changed. When I traced CDT code, I 
see that MMB delegates this function to  PDOMDependencyCalculator. This 
guy just collects all potential dependencies, but doesn't check their 
time stamps . Further it doesn't do it as well (or maybe I just missed 
something?). Bug report 192870: is it about that?

Is it correct? If yes, was it fixed in CDT 5?


Back to the top