Commit Graph

83 Commits

Author SHA1 Message Date
gabime
8da33db62f Removed redundant "using log_thread_id=size_t" 2015-04-08 10:56:39 +03:00
gabime
4dd31bf031 fixed pedantic gcc errors 2015-04-07 22:04:10 +03:00
gabime
0684b4f378 use size_t to better represent thread id across platforms 2015-04-07 21:35:41 +03:00
gabime
5067d1c12c fixed thread_id bug in async_msg struct 2015-04-07 21:10:43 +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
acb06ea977 Fixed thread id bug in async mode by passing thread id in log_msg struct 2015-04-07 19:57:27 +03:00
gabime
1150247efa astyle 2015-03-21 13:55:00 +02:00
gabime
9e54057aaa Bring back move implementation of async_msg move ctor and assignment since VS doesn't support it 2015-02-12 21:43:58 +02:00
gabime
fde3d2db99 astyle+comments 2015-02-10 01:56:09 +02:00
gabime
9f993da472 default move impl in async_msg 2015-02-10 01:53:44 +02:00
gabime
f3a4174853 astyle.sh 2015-01-15 10:49:05 +02:00
gabime
89afa909e1 shortened enum policy name and moved into common.h 2015-01-15 10:34:50 +02:00
gabime
cd2a484e96 reordered members definition in async_log_helper to prevent gcc warning 2015-01-15 10:27:36 +02:00
Denis Ivaykin
295e189b7e astyle 2015-01-14 15:39:11 -06:00
Denis Ivaykin
365d895482 discard policies on queue overflow 2015-01-14 15:35:01 -06:00
Denis Ivaykin
384cdeb225 nullptr default, astyle 2015-01-14 09:51:22 -06:00
Denis Ivaykin
d47fbbb79e worker warmup callback 2015-01-14 09:21:34 -06:00
gabime
40a55b8e34 astyle 2014-12-21 02:47:04 +02:00
gabime
fa677017a6 astyle 2014-12-21 02:44:13 +02:00
gabime
d163b8c45a astyle 2014-12-21 02:42:37 +02:00
gabime
616cce5b71 simplified worker thread in async logger 2014-12-21 02:26:53 +02:00
gabime
fd7650a84e more graceful shutdown of worker thread in async 2014-12-21 02:08:16 +02:00
gabime
64ecfda6e3 async exception - removed uneeded reset 2014-12-20 18:57:52 +02:00
gabi
d37bded994 More improvements to the async logger 2014-12-07 04:18:07 +02:00
gabime
6255180e99 small fixes in async_helper 2014-12-05 20:59:38 +02:00
gabime
52d02af950 using mpmc bounded q for async and many async optimizations 2014-12-05 20:25:04 +02:00
gabime
754cac85ac defer localtime to formatter to improve async performace 2014-12-04 11:48:53 +02:00
gabime
2c854cc8b7 fixed gcc shadow warnings 2014-12-03 01:15:25 +02:00
gabi
9e882c4dd2 fix 2014-12-03 00:50:12 +02:00
gabi
33b976a4c9 fix 2014-12-03 00:40:13 +02:00
gabi
3916674bc5 async_helper sleep_or_yield or full/empty queue 2014-12-03 00:35:28 +02:00
gabi
b943265b94 Better handling of empty queue 2014-12-02 19:14:21 +02:00
gabi
243dc61e58 async using lockfree queue and bug fixes regarding usage of cppformat 2014-12-02 16:41:12 +02:00