blob: 1078a610c6ece8a0b6be35bf18fb0cb6331ed7c8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
- Windows 10 now has usable symlinks [quality]
https://blogs.windows.com/buildingapps/2016/12/02/symlinks-windows-10/
We currently don't even try to create symlinks on Windows since they
trigger a dialog.
- Add instructions on adding C:\build2\bin to PATH system-wide [bug doc 0.5.0]
! Native path filter for msvc-linux or optimize existing [quality]
- Rename disfigure to deconfigure [quality]
Another alternative is unconfigure. Wonder if rename or add/keep alias.
- Can we use consts instead of macros for versions [quality]
And use static_assert() to check. This will be required to transition to
modules (current thinking says modules don't "leak" macros).
- Remove build2 repositories from scm.codesynthesis.com [infra]
|