Files
CMake/Source
tsecer harry 8c0f12c4aa Makefile: Restore use of dependency scanning cache
Since commit v2.8.0~27 (Major optimization of C/C++ dependency scanning,
2009-09-23) our `VaildDeps` cache of `depend.internal` content is
supposed to avoid re-scanning dependencies of object files whose
dependencies have not changed.  However, this was broken by changes to
`cmDependsC::WriteDependencies` by commit v3.1.0-rc1~272^2~1 (cmDepends:
Refactor object file path conversion, 2014-07-22).  The object file path
written to `depend.internal` was changed to a relative path, but the
lookup in the `ValidDeps` cache of that information was not updated too.
Therefore the cache is not used.

Fix the object file path used for the `ValidDeps` lookup to restore the
original optimization.
2018-03-20 08:40:04 -04:00
..
2017-12-18 18:26:55 +01:00
2018-01-31 18:23:03 +03:00
2018-03-19 00:01:08 -04:00
2018-01-04 06:52:01 +11:00
2018-01-31 18:23:03 +03:00
2018-01-04 06:52:01 +11:00
2018-01-04 06:52:01 +11:00
2018-02-26 11:24:45 -05:00
2018-02-26 11:24:45 -05:00
2017-11-03 10:25:05 -04:00
2018-02-13 11:24:30 -05:00
2018-02-13 11:24:30 -05:00
2018-01-31 18:23:03 +03:00
2018-01-31 18:23:03 +03:00
2018-02-16 10:04:47 -05:00
2018-03-12 13:40:44 -04:00
2017-11-03 10:25:05 -04:00
2017-11-03 10:25:05 -04:00