Commit Graph

11 Commits

Author SHA1 Message Date
Rémy Tassoux
e794a09b88
[spdlog] Update to 1.10.0 (#24002)
* [spdlog] Update to 1.10.0

* [spdlog] Update version files

* [spdlog] Remove deprecated mingw patch

* [spdlog] Update version files
2022-04-07 09:58:33 -07:00
chausner
6f9e8964e5
[spdlog] Update to 1.9.2 (#20294)
* Update spdlog to 1.9.2

* Update CI baseline

* Fix git-tree hash

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-09-24 10:47:08 -07:00
Andrey Nekrasov
4b317d797e
[spdlog] Update to 1.9.0 (#18512) 2021-07-22 22:08:12 -07:00
Park DongHa
ab8067a86b
[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>
2021-07-15 16:00:28 -07:00
Daumantas Kavolis
2d44beed85
[spdlog] Do not build examples (#18639)
* Don't build spdlog examples

* Update port version
2021-07-01 07:36:27 -07:00
Jack·Boos·Yu
b9cd2a7958
[spdlog] Fix mingW build (#17511)
* [spdlog] Fix mingW build

* update version record
2021-04-27 12:44:31 -07:00
NancyLi1013
4a03e74569
[spdlog] Use external fmt header (#17152)
* [spdlog] Use external fmt header

* Update versions
2021-04-09 09:47:48 -07:00
Ryan
f22705fd15
[spdlog] Update to 1.8.5 (#16870)
* remove featurebuild patch

see:
3d8f71c4d2
42c36f48ed

* remove external fmt patch

see:
53e1c9ab11/CMakeLists.txt (L183-L184)

* remove target fixup branching

see:
4858d7e454

* convert control file to manifest file

* remove android build patch

see:
e86f450428

* update to 1.8.3

* remove redundant cleanup

these folders don't exist in the build tree, and so they don't need to be cleaned up

* update deprecated functions

* remove empty folder

* add version

* report version using semantic versioning

* correct version comment

* update version file

* fixup pkgconfig

* update version file again

* accomodate non-cmake users

* update to 1.8.5

* update version files

* remove 1.8.3 from version file
2021-03-31 14:27:55 -07:00
Ahmed Yarub Hani Al Nuaimi
6562225c92
[spdlog] Fix build for Android (#16819)
* Add Android logging library to spdlog

* Update version

* Update version

* Update ports/spdlog/portfile.cmake

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* Update version

Co-authored-by: Ahmed Yarub Hani Al Nuaimi <ahmed.alnuaimi@zwift.com>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-03-24 12:47:26 -07:00
JonLiu1993
8a95605a7b
[spdlog] Support build shared library (#16089)
* [spdlog] Support build shared library

* update version

* update protifile

* update version
2021-02-08 14:01:00 -08:00
nicole mazzuca
68a74950d0
[vcpkg] Rename port_versions to versions (#15784) 2021-01-21 09:53:22 -08:00