Skip to content

Commit

Permalink
Document fix for vcpkg configuration x64-windows-static
Browse files Browse the repository at this point in the history
  • Loading branch information
gknowles committed Feb 28, 2024
1 parent 4c3e679 commit 3ffdd0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ and this project adheres to [Semantic Versioning](http://semver.org).

## dimcli 7.2.0 (2024-02-22)
- Added - More cli.to\*Cmdline() and cli.to\*CmdlineL() overloads
- Fixed - Compile error in Clang 16+ casting from cli.toWindowsCmdline
- Fixed - Compile error in Clang 16 casting from cli.toWindowsCmdline
- Fixed - Divide by zero when cli.maxWidth() set to out of range value
- Fixed - vcpkg build fails for x64-windows-static

## dimcli 7.1.1 (2023-03-25)
- Cosmetic - Expand automated testing to samples embedded in README.md
Expand Down
8 changes: 1 addition & 7 deletions docs/release-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,4 @@ Distributed under the Boost Software License, Version 1.0.
3. Run "vcpkg x-add-version dimcli"

# Outstanding Issues
Fix these failures called out in vcpkg's scripts/ci.baseline.txt and remove the
exceptions from that file.
# VS2019 version 16.9.4's project system changes where PDBs are placed in a way that breaks the
# upstream build script of this port.
# See https://developercommunity.visualstudio.com/t/Toolset-169-regression-vcxproj-producin/1356639
dimcli:x64-windows-static-md=fail
dimcli:x64-windows-static=fail
None

0 comments on commit 3ffdd0a

Please sign in to comment.