v1.4.2
版本发布时间: 2019-10-08 20:43:44
gabime/spdlog最新发布版本:v1.14.1(2024-04-30 20:34:26)
Fix some issues discovered by users:
- Set additional CPACK variables for RPM generator (#1246). Thanks @tcraigtyler.
- Fix compile when
SPDLOG_WCHAR_FILENAMES
is defined (#1249 ). - Fix
stdout color sink
under Windows to better handle cases when no console available (#1250). - Fix windows compile error where std::max is overriden by a macro. (#1251, #1252). Thanks @bsergean.
- CMakeLists.txt: Moved the installed lib to
CMAKE_INSTALL_LIBDIR
(#1253). Thanks @DasRoteSkelett. - CMakeLists.txt: Fixed pkg-config generation (cf2bf488a22373b46eee36513335ff0e44355abc, fb70eca0a31f65953551eb646039205a4d94172c). Thanks @SammyEnigma.