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
Tony Narlock 98af71c585 Add FreeBSD compatibility defs
fix some linux-isms for spdlog on freebsd systems

- FreeBSD uses plain-old ``stat`` (not ``stat64``)
- ``errno_str``'s else requires GNU extensions, not available by default
  on FreeBSD. The one used by apple systems is most correct
10 years ago
..
details Add FreeBSD compatibility defs 10 years ago
fmt astyle 10 years ago
sinks typo in comment 10 years ago
async_logger.h no streams 10 years ago
common.h support for external fmtlib 10 years ago
formatter.h astyle 10 years ago
logger.h fixed macros and other stuff for the no-streams branch 10 years ago
spdlog.h astyle 10 years ago
tweakme.h support for external fmtlib 10 years ago