aboutsummaryrefslogtreecommitdiff
path: root/ports/spdlog
AgeCommit message (Collapse)Author
2019-11-25[spdlog]Update to 1.4.2 (#8779)JackBoosY
* [spdlog]Upgrade version to 1.4.2 * [spdlog]Do not remove these libraries. * [spdlog]Fix error C4275 when use fmt. * [spdlog]Re-fix C4275 error. * [spdlog]Re-fix C4275 error. * [spdlog]Disable build on uwp. * [spdlog]Fix build with uwp.
2019-08-13[spdlog] fix cmake targets pathPhoebe
2019-06-18[spdlog]Add feature[benchmark] (#6924)JackBoosY
* [spdlog]Add feature[benchmark]
2019-06-15[WIP] Add a Homepage URL entry for vcpkg ports (#2933)pravic
* [vcpkg] Add "Homepage" field to the CONTROL files.
2019-01-18[spdlog] Fix #5143 and update to 1.3.1myd7349
2019-01-14[spdlog] Update to 1.3.0myd7349
2018-12-20[spdlog] add comment about patchPhil Christensen
2018-12-17Fix spdlog handling of external fmt libCarsten Neumann
Using an external fmt lib should cause the spdlog::spdlog target to have a dependency on fmt lib - so that a consuming project does not need to call find_package(fmt) and target_link_libraries(... fmt::fmt). To this end a new cmake option SPDLOG_FMT_EXTERNAL is introduced which makes spdlog depend on fmt lib and defines the SPDLOG_FMT_EXTERNAL macro to avoid using the bundled fmt lib. The value of SPDLOG_FMT_EXTERNAL is also stored in the installed spdlogConfig.cmake and if it is ON find_dependency() is used to ensure the fmt::fmt target is imported.
2018-10-26Upgrades 2018.10.25Robert Schumacher
2018-10-25Upgrades 2018.10.11Robert Schumacher
2018-08-06[spdlog] update to 1.0.0 (#4025)Christophe Guébert
* [spdlog] update to 1.0.0 * [spdlog] Fix cmake targets
2018-07-04[spdlog] Update to fix compatibility with fmt 5.0.0Robert Schumacher
2018-06-12Upgrades for 2018.06.12Robert Schumacher
2018-02-23[azure-storage-cpp][cpp-redis][dirent][doctest][gdcm2][grpc][llvm][matio][sp ↵Robert Schumacher
dlog][yaml-cpp] Upgrades
2017-09-09vcpkg_configure_cmake (and _meson) now embed debug symbols within static ↵Alexander Karatarakis
libs (/Z7)
2017-08-19[spdlog] update to 0.14.0codicodi
2017-05-20[spdlog] update to 0.13.0codicodi
2017-02-25[spdlog] fix indentationcodicodi
2017-02-25[spdlog] update to 0.12.0codicodi
2016-10-26[spdlog] Mark as header-only libraryAlexander Karatarakis
2016-10-11[spdlog] Initial additionAdam Martin