Nicolas Lebedenco

Results 4 comments of Nicolas Lebedenco

@jacobdufault You're calculating the number of steps from 0 to value but you should calculate the number of relative steps from attributes.Min to value instead. This way integer steps won't...

This PR is considerably simpler than #262 which was apparently rejected. The motivation was the difficulty to integrate with CMake projects that cannot or should not use a shared buildcache...

I'm seeking to control whether to use buildcache and where the cache dir is located using CMake cache variables. The former is possible by assigning CMAKE_[LANG]_COMPILER_LAUNCHER but the latter is...