spdlog_setup icon indicating copy to clipboard operation
spdlog_setup copied to clipboard

spdlog setup initialization via file configuration for convenience.

Results 30 spdlog_setup issues
Sort by recently updated
recently updated
newest added

when i using this library to compile in windows i am getting following error unwind semantics are not enabled. Specify /EHsc [D:\Open_source_latest_build\nov-decoder-develop\node-test\build\convertaddon.vcxproj] d:\open_source_latest_build\nov-decoder-develop\node-test\lib\includelib\spdlog_setup\details\third_party\cpptoml.h(577): error C2280: 'std::share d_ptr std::dynamic_pointer_cast(const std::shared_ptr &)...

If a project fetches spdlog from sources, spdlog::spdlog target will be defined, but a call to find_package(spdlog REQUIRED) will fail. If that same project also fetches spdlog_setup from sources, it...

I have a cmake project which fetches spdlog from git using FetchContent. This effectively defines a spdlog::spdlog target since it includes spdlog CMakeLists into my project. Then I also fetch...

Hello, The library does not compile when C++20 is enabled. The std::result_of has been in removed in this version (https://en.cppreference.com/w/cpp/types/result_of). Would it be possible to fix it? Thank you.

When using spdlog_setup with a compiled spdlog library. Fixes https://github.com/guangie88/spdlog_setup/issues/74.

When using spdlog as a compiled library in a project, trying to use spdlog_setup will result in multiply defined symbols linker errors: ``` spdlog.lib(fmt.cpp.obj) : error LNK2005: "public: virtual __cdecl...

As mentioned in #7, it would be nice to allow external dependencies to be used. This helps e.g. if you already have spdlog as a dependency in your CMake build....

Replace the check whether a directory exists before trying to create it with handling for already-exists cases. This addresses a race where the directory is created by another process, leading...

Please, pretty please, add conan support for this great library! It is the last remaining dependency (out of 7) in our project that is not available on Conan Center. For...

Hi again! I implemented support for dist sinks (including verification that no circular references are made), and we're already using them. Was wondering whether you'd be interested. I saw that...