Commit Graph

172 Commits (ec4233f236298119a6473b8c0a1680fdc5473a72)

Author SHA1 Message Date
gabime ec4233f236 Fixed warnings conversion 'size_t' to 'int' on windows issue #119
10 years ago
gabime 77acf29c4d Updated to latest cppformat lib
10 years ago
gabime cadd181d8d Reverted pull #111 - wchar support under windows - it pollutes global namespace with new defines
10 years ago
Radu Popescu b3050aa8a9 fixed issue 115 Nanosecond resolution timestamps
10 years ago
Artem Martynovich 787aa46693 Disable usage of wchar_t in tests.
10 years ago
Artem Martynovich 5508607dfa Fix incorrect string type for fopen_s.
10 years ago
Artem Martynovich 7ee0ec0728 Fix remaining wstring issues in file_helper.
10 years ago
Artem Martynovich 0e5c4b9de4 Fix Unix build. Use S("...") instead of L"..." for better compatibility.
10 years ago
Artem Martynovich 2b59393bda Add wchar_t support for Windows.
10 years ago
gabime 08b6b0beed Merge branch 'master' of https://github.com/gabime/spdlog
10 years ago
gabime 1c13f5d7ff Updated cppformat to fix issue #110
10 years ago
nick ba1de0abb2 make is_enabled() const
11 years ago
nick 51f69dfcca Expose line_logger enabled state to support custom operator<<'s
11 years ago
gabime 1dcaa45443 fixed compliation error on gcc 4.8.x
11 years ago
gabime 1b2c8b9d3e Refactored periodic flush in async_log_helper
11 years ago
Gabi Melman e6fc8bf2e5 Merge pull request #93 from divaykin/auto-flush
11 years ago
Denis Ivaykin a3dcb2b79e details::os::now()
11 years ago
Denis Ivaykin 432e1109dd flush interval part 2
11 years ago
Denis Ivaykin f363fff109 async auto flush
11 years ago
gabime 8208b49298 Minor change is typedef order
11 years ago
gabime 6991857a8e Added SPDLOG_NO_REGISTRY_MUTEX option to tweakme.h
11 years ago
gabime 9cad840a72 Revert "vector / mutex"
11 years ago
gabime 64850dcb0c small style fixes
11 years ago
Gabi Melman 00d5c94135 Merge pull request #92 from divaykin/vector-registry
11 years ago
Denis Ivaykin 63e0012e34 flush in logger
11 years ago
Denis Ivaykin a74e280bb4 vector / mutex
11 years ago
Denis Ivaykin 849b5cb84e flush
11 years ago
gabime 06e0b0387a Merge branch 'master' of https://github.com/gabime/spdlog
11 years ago
gabime 285a47dedb Fix bug #84
11 years ago
gabime da8024854e Fixe bug #84 (mingw gives '_SH_DENYWR' was not declared in this scope')
11 years ago
gabime 80fcd65564 bugfix while fixing bug #81
11 years ago
gabime 2269f4d9f8 Fixed bug #81 (Doesn't compile on OS X under gcc-4.9 )
11 years ago
gabime 2a0d00929c stdout_loggers now thread safe across all instances (share same stdout_sink_mt)
11 years ago
gabime 256c64d72f Fixed registry functions
11 years ago
gabime 623f59ce6f Added register_logger to spdlog.h to register manually created loggers
11 years ago
gabime 3ee728d11b replaced include pthread.h with <thread>
11 years ago
gabime e8a27a1cee fixed gcc pedantic warning
11 years ago
gabime b715378ff5 Added tweakme.h - enable users to enable/disable features at compile time
11 years ago
gabime 8da33db62f Removed redundant "using log_thread_id=size_t"
11 years ago
gabime 7cf34ce820 Fixed return type in os::get_thread_id
11 years ago
gabime 4dd31bf031 fixed pedantic gcc errors
11 years ago
gabime 005a36f4fd Removed redundant field initializations from log_msg struct
11 years ago
gabime 25afbd79b2 Added compile time option to turn off thread id (#define SPDLOG_NO_THREAD_ID in common.h)
11 years ago
gabime 0684b4f378 use size_t to better represent thread id across platforms
11 years ago
gabime 5067d1c12c fixed thread_id bug in async_msg struct
11 years ago
gabime 4292d3d9af Use gettid() syscall under linux to get thread id
11 years ago
gabime a09107927b Fix Visual Studio poor std::this_thread::get_id() performance by using GetCurrentThreadId() (and pthread_self() under linux)
11 years ago
gabime 67e0957e67 Fixed window include bug
11 years ago
gabime acb06ea977 Fixed thread id bug in async mode by passing thread id in log_msg struct
11 years ago
gabime 1150247efa astyle
11 years ago