Commit Graph

134 Commits (50648553cfb5c01775d32ca5bd19fe3e2fbd7a0c)

Author SHA1 Message Date
gabime 8c38b4ee9e MIT license
10 years ago
gabime 0f76db880e astyle
10 years ago
yaoyuan1216 1b3946cf65 Replace GetDynamicTimeZoneInformation to GetTimeZoneInformation.
10 years ago
Alexander Shishenko 0170dfdc7b
Renamed "Windows.h" to "windows.h" for building spdlog on MinGW using case-sensitive file system.
10 years ago
Ruslan Baratov 8bb4b831c4 Fix Android build
10 years ago
gabime cadd181d8d Reverted pull #111 - wchar support under windows - it pollutes global namespace with new defines
10 years ago
Artem Martynovich 787aa46693 Disable usage of wchar_t in tests.
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 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 3ee728d11b replaced include pthread.h with <thread>
11 years ago
gabime b715378ff5 Added tweakme.h - enable users to enable/disable features at compile time
11 years ago
gabime 7cf34ce820 Fixed return type in os::get_thread_id
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 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 2fe68db0a3 pass nullptr to time() instead of 0
11 years ago
gabime 1323d18f9e bugfix
11 years ago
gabi fb67e571f5 Under linux, use the much faster CLOCK_REALTIME_COARSE clock by default (SPDLOG_CLOCK_COARSE is defined in common.h)
11 years ago
Rupert Steel 5d7947df9d Fixed 2 macro redefinition warnings releated to WIN32_LEAN_AND_MEAN.
11 years ago
gabime 40a55b8e34 astyle
11 years ago
gabime d163b8c45a astyle
11 years ago
gabime 7674bdb40a undo last commit
11 years ago
gabime d00070da5d undo last commit
11 years ago
gabime e9dc0d2196 #undef WIN32_LEAN_AND_MEAN if it was not dedfined before spdlog defined it
11 years ago
gabime e87af08180 some small cleanup and define WIN32_LEAN_AND_MEAN
11 years ago
Gabi Melman 87c0770c42 Update os.h
11 years ago
gabime 6f550c3271 glog bench
11 years ago
gabime eeeca0f46b static_cast<int> to remove warning
11 years ago
gabi 0c6518961d Fix level 4 warnings under VS
11 years ago
gabime 74aae4f368 readme
11 years ago
gabi c7b8c762fb spdlog
11 years ago