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
9 years ago
..
details Add FreeBSD compatibility defs 9 years ago
fmt astyle 9 years ago
sinks typo in comment 9 years ago
async_logger.h no streams 9 years ago
common.h support for external fmtlib 9 years ago
formatter.h astyle 9 years ago
logger.h fixed macros and other stuff for the no-streams branch 9 years ago
spdlog.h astyle 9 years ago
tweakme.h support for external fmtlib 9 years ago