diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-25 04:57:31 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-25 04:57:31 +0200 |
commit | 3b626425cf9c44128bc1c09fe9abde558bd3392f (patch) | |
tree | b5d1b2d21a68631704f8213a71e1e29de4e10a67 /build2 | |
parent | 305bb45790beeeeb560d5af91c6ec97299a1cf98 (diff) |
Add feature: VC 15 support
Diffstat (limited to 'build2')
-rw-r--r-- | build2/list | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build2/list b/build2/list index fd41f6d..a063d41 100644 --- a/build2/list +++ b/build2/list @@ -1,3 +1,8 @@ +- 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. |