diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-25 05:07:13 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-25 05:07:13 +0200 |
commit | a3958d4aebe350c8c8ba280ab1404335d013944a (patch) | |
tree | c8882ceef5ef24c5ff84838f6783647dcf4faa04 /build2 | |
parent | 3b626425cf9c44128bc1c09fe9abde558bd3392f (diff) |
Add idea: Support for caching discovered configuration values
Diffstat (limited to 'build2')
-rw-r--r-- | build2/list | 7 |
1 files changed, 7 insertions, 0 deletions
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 |