Commit Graph

32 Commits

Author SHA1 Message Date
yaoyuan1216
1b3946cf65 Replace GetDynamicTimeZoneInformation to GetTimeZoneInformation. 2015-11-20 16:25:33 +08:00
Alexander Shishenko
0170dfdc7b Renamed "Windows.h" to "windows.h" for building spdlog on MinGW using case-sensitive file system. 2015-10-25 04:11:23 +03:00
Ruslan Baratov
8bb4b831c4 Fix Android build 2015-09-10 21:01:55 +03:00
gabime
cadd181d8d Reverted pull #111 - wchar support under windows - it pollutes global namespace with new defines 2015-08-07 14:05:34 +03:00
Artem Martynovich
787aa46693 Disable usage of wchar_t in tests. 2015-07-21 17:32:53 +06:00
Artem Martynovich
0e5c4b9de4 Fix Unix build. Use S("...") instead of L"..." for better compatibility. 2015-07-14 02:13:16 +06:00
Artem Martynovich
2b59393bda Add wchar_t support for Windows. 2015-07-13 19:43:22 +06:00
gabime
285a47dedb Fix bug #84 2015-04-28 01:23:15 +03:00
gabime
da8024854e Fixe bug #84 (mingw gives '_SH_DENYWR' was not declared in this scope') 2015-04-28 01:13:33 +03:00
gabime
3ee728d11b replaced include pthread.h with <thread> 2015-04-09 18:20:45 +03:00
gabime
b715378ff5 Added tweakme.h - enable users to enable/disable features at compile time 2015-04-09 18:05:16 +03:00
gabime
7cf34ce820 Fixed return type in os::get_thread_id 2015-04-08 10:55:25 +03:00
gabime
25afbd79b2 Added compile time option to turn off thread id (#define SPDLOG_NO_THREAD_ID in common.h) 2015-04-07 21:57:38 +03:00
gabime
0684b4f378 use size_t to better represent thread id across platforms 2015-04-07 21:35:41 +03:00
gabime
4292d3d9af Use gettid() syscall under linux to get thread id 2015-04-07 21:02:34 +03:00
gabime
a09107927b Fix Visual Studio poor std::this_thread::get_id() performance by using GetCurrentThreadId() (and pthread_self() under linux) 2015-04-07 20:26:42 +03:00
gabime
2fe68db0a3 pass nullptr to time() instead of 0 2015-02-09 23:47:51 +02:00
gabime
1323d18f9e bugfix 2015-01-29 00:21:34 +02:00
gabi
fb67e571f5 Under linux, use the much faster CLOCK_REALTIME_COARSE clock by default (SPDLOG_CLOCK_COARSE is defined in common.h) 2015-01-29 00:19:37 +02:00
Rupert Steel
5d7947df9d Fixed 2 macro redefinition warnings releated to WIN32_LEAN_AND_MEAN. 2015-01-12 16:17:55 +13:00
gabime
40a55b8e34 astyle 2014-12-21 02:47:04 +02:00
gabime
d163b8c45a astyle 2014-12-21 02:42:37 +02:00
gabime
7674bdb40a undo last commit 2014-12-19 21:36:11 +02:00
gabime
d00070da5d undo last commit 2014-12-19 21:35:43 +02:00
gabime
e9dc0d2196 #undef WIN32_LEAN_AND_MEAN if it was not dedfined before spdlog defined it 2014-12-19 21:31:37 +02:00
gabime
e87af08180 some small cleanup and define WIN32_LEAN_AND_MEAN 2014-12-19 18:44:17 +02:00
Gabi Melman
87c0770c42 Update os.h
Provide shared read access to log files under windows
2014-11-24 14:18:29 +02:00
gabime
6f550c3271 glog bench 2014-11-23 00:24:46 +02:00
gabime
eeeca0f46b static_cast<int> to remove warning 2014-11-07 20:32:17 +02:00
gabi
0c6518961d Fix level 4 warnings under VS 2014-11-05 01:47:28 +02:00
gabime
74aae4f368 readme 2014-11-01 03:20:54 +02:00
gabi
c7b8c762fb spdlog 2014-10-31 01:13:27 +02:00