aboutsummaryrefslogtreecommitdiff
path: root/ports/spdlog/vcpkg.json
AgeCommit message (Collapse)Author
2021-09-24[spdlog] Update to 1.9.2 (#20294)chausner
* Update spdlog to 1.9.2 * Update CI baseline * Fix git-tree hash Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-07-22[spdlog] Update to 1.9.0 (#18512)Andrey Nekrasov
2021-07-15[spdlog] support wchar when target is Windows (#18041)Park DongHa
* [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-01[spdlog] Do not build examples (#18639)Daumantas Kavolis
* Don't build spdlog examples * Update port version
2021-04-27[spdlog] Fix mingW build (#17511)Jack·Boos·Yu
* [spdlog] Fix mingW build * update version record
2021-04-09[spdlog] Use external fmt header (#17152)NancyLi1013
* [spdlog] Use external fmt header * Update versions
2021-03-31[spdlog] Update to 1.8.5 (#16870)Ryan
* remove featurebuild patch see: https://github.com/gabime/spdlog/commit/3d8f71c4d23fd2df08e4f6284155958b0df47b33 https://github.com/gabime/spdlog/commit/42c36f48ed8d5d64bd244b1097257f575569d472 * remove external fmt patch see: https://github.com/gabime/spdlog/blob/53e1c9ab112aa97062ba3df8fede91c3acd248d5/CMakeLists.txt#L183-L184 * remove target fixup branching see: https://github.com/gabime/spdlog/commit/4858d7e454e66d347024a074749535b91ccbeed9 * convert control file to manifest file * remove android build patch see: https://github.com/gabime/spdlog/commit/e86f450428fd5373ea72606b21a4055fb411abfd * 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