diff options
| author | Park DongHa <luncliff@gmail.com> | 2021-07-16 08:00:28 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-15 16:00:28 -0700 |
| commit | ab8067a86b8d6e278b4fc08bdcce94115d84c638 (patch) | |
| tree | ce0d919060c10db36646c022e52660ac4ad4e4f9 /versions/baseline.json | |
| parent | 0c8249a2dc27f0fdb11d483d06da7c90048e8197 (diff) | |
| download | vcpkg-ab8067a86b8d6e278b4fc08bdcce94115d84c638.tar.gz vcpkg-ab8067a86b8d6e278b4fc08bdcce94115d84c638.zip | |
[spdlog] support wchar when target is Windows (#18041)
* [spdlog] support wchar when targeting Windows
* filename will be `std::string`
* functions `wstr_to_utf8buf`, `utf8_to_wstrbuf` will be added
* [spdlog] update baseline and git-tree SHA
* [spdlog] make wchar_t options to port features
* new feature: `wchar`, `wchar-filenames`
* update git-tree SHA
* Update ports/spdlog/portfile.cmake
Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>
* Update ports/spdlog/portfile.cmake
Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>
* [spdlog] more clear SPDLOG_WCHAR_FILENAMES usage
* Update versions/s-/spdlog.json
* Update ports/spdlog/vcpkg.json
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Update ports/spdlog/portfile.cmake
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Update ports/spdlog/portfile.cmake
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* [spdlog] update version SHA
* [spdlog] update port version
Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'versions/baseline.json')
| -rw-r--r-- | versions/baseline.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 77ac75430..247bf707b 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -5946,7 +5946,7 @@ }, "spdlog": { "baseline": "1.8.5", - "port-version": 3 + "port-version": 4 }, "spectra": { "baseline": "0.9.0", |
