spdlog/include/spdlog/details
Adi Lester 26d7c27bee
Use _filelengthi64 instead of _fstat64 to calculate file size on x64 machines
For some reason, `_fstat64` fails with errno 22 on Windows Server 2003 x64 when compiled using the `v141_xp` toolset.
Using `_filelengthi64` instead solves this issue
2018-11-27 14:16:25 +02:00
..
async_logger_impl.h change the log_msg&& to log_msg& 2018-10-31 11:01:28 +08:00
circular_q.h Fix broken build 2018-08-14 16:38:35 +03:00
console_globals.h Change console_globals include to windows.h only 2018-08-22 22:47:16 +02:00
file_helper.h Update file_helper.h 2018-08-24 13:27:49 +03:00
fmt_helper.h Update fmt_helper.h 2018-11-27 11:37:09 +02:00
log_msg.h clang-format 2018-11-22 18:49:14 +02:00
logger_impl.h Fixed source location and make SPDLOG_TRACE: that only one that inject source location info. 2018-11-24 17:08:13 +02:00
mpmc_blocking_q.h Fix broken build 2018-08-14 16:38:35 +03:00
null_mutex.h formatting 2018-03-17 12:47:46 +02:00
os.h Use _filelengthi64 instead of _fstat64 to calculate file size on x64 machines 2018-11-27 14:16:25 +02:00
pattern_formatter.h clang-format 2018-11-25 00:44:51 +02:00
periodic_worker.h Update periodic_worker.h 2018-11-02 17:53:27 +02:00
registry.h Improved compile time level support 2018-11-12 12:01:10 +02:00
thread_pool.h Support for source location in async loggers 2018-11-22 19:17:41 +02:00