Mikhail I. Izmestev

Results 38 comments of Mikhail I. Izmestev

> How to avoid STATS.TXT tracking: > As mentioned before msbuild inspecting only cl..read.1.tlog, so it is expecting reads from main thread, and doesn't looking into cl..read.2.tlog. So to avoid...

@frerich thank you. I will continue work on this PR, need to fix usage of ProcessPoolExecutor only with VS2013, otherwise ThreadPoolExecutor is better.

@Cascades lines 1758-1763 can be covered by unit tests lines 160,164 require to change initialization order of coverity and clcache modules (clcache.pth) lines 132-135 can be covered by changing matrix...

@Cascades if you are able to check that it will help with https://github.com/frerich/clcache/issues/357 then we can say is it done or not.

@Cascades also you don't need `VS_GLOBAL_NoDependency $ENV{CLCACHE_DIR}/stats.txt`

@Cascades glad to hear that it works

Hello, take a look to https://github.com/frerich/clcache/issues/339, same problem here.

you should move clcache dir, not clcache binary. It can be configured through CLCACHE_DIR environment

you can try this https://github.com/frerich/clcache/pull/319, it also solves stats.txt problem.

@Cascades thanks for your PR, https://github.com/frerich/clcache/pull/319 updated.