From a3958d4aebe350c8c8ba280ab1404335d013944a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 25 Sep 2016 05:07:13 +0200 Subject: Add idea: Support for caching discovered configuration values --- build2/list | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build2/list b/build2/list index a063d41..2953b03 100644 --- a/build2/list +++ b/build2/list @@ -1,3 +1,10 @@ +- Support for caching discovered configuration values [idea] + + The idea is to have depdb-based config.cache where we can cache things like + compiler check results that are expensive to re-calculate on every run. The + idea is to first save a checksum that determines if the cached value can be + trusted. + - VC 15 support [feature 0.5.0] Need to install the preview, add detection, see if we can start testing with -- cgit v1.1