blob: 57e6758ddb7fb7f7ed8123d6fd12989f95daac46 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
- 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
it. Wonder if any chance for cross-compile support.
- Get rid of string pools [quality parallel]
They are most likely harmful because of the small object optimizations.
|