You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spdlog/include/spdlog
Cristian Morales Vega 7cdd65075c "#include" <spdlog/.*> instead of "spdlog/.*"
The meaning of using quotes to #include is implementation defined, so it
may or not may be what we want. At least POSIX
(https://pubs.opengroup.org/onlinepubs/9699919799/utilities/c99.html)
says: "headers whose names are enclosed in double-quotes ( "" ) shall be
searched for first in the directory of the file with the #include line",
so not what we want since "spdlog" ends up twice in the path.
6 years ago
..
details "#include" <spdlog/.*> instead of "spdlog/.*" 6 years ago
fmt "#include" <spdlog/.*> instead of "spdlog/.*" 6 years ago
sinks "#include" <spdlog/.*> instead of "spdlog/.*" 6 years ago
async.h "#include" <spdlog/.*> instead of "spdlog/.*" 6 years ago
async_logger-inl.h "#include" <spdlog/.*> instead of "spdlog/.*" 6 years ago
async_logger.h "#include" <spdlog/.*> instead of "spdlog/.*" 6 years ago
common-inl.h "#include" <spdlog/.*> instead of "spdlog/.*" 6 years ago
common.h "#include" <spdlog/.*> instead of "spdlog/.*" 6 years ago
formatter.h "#include" <spdlog/.*> instead of "spdlog/.*" 6 years ago
logger-inl.h "#include" <spdlog/.*> instead of "spdlog/.*" 6 years ago
logger.h "#include" <spdlog/.*> instead of "spdlog/.*" 6 years ago
spdlog-inl.h "#include" <spdlog/.*> instead of "spdlog/.*" 6 years ago
spdlog.h "#include" <spdlog/.*> instead of "spdlog/.*" 6 years ago
tweakme.h Removed SPDLOG_NO_DATETIME option 6 years ago
version.h version 1.4.3 rc 6 years ago