JamesReynolds
7bc598c9b5
Move errno code into common
...
errno code is no longer OS specific. Moving to common.
2018-06-01 14:32:33 +01:00
JamesReynolds
aa9012fa07
Fixes #717
...
This fix uses the fmt::safe_strerror instead of the underlying
strerror_r functionality. I think this is better - but I'm not
sure if there is a reason for avoiding the use of this function.
2018-06-01 12:24:06 +01:00
JamesReynolds
3fbac8e2b7
Closes #717
...
Failure to compile to systems that don't have a valid definition
of strerror_r.
2018-06-01 11:53:46 +01:00
JamesReynolds
4131347079
This closes #74 in gabime/spdlog
...
Support for AIX. Tested on AIX 6.1 with GCC 6.3.
2018-05-30 10:44:41 +01:00
gabime
67a6eaf23e
Merge branch 'master' of https://github.com/gabime/spdlog
2018-05-24 00:09:54 +03:00
gabime
f4db1c510c
catch potential flush exceptions
2018-05-24 00:09:38 +03:00
Gabi Melman
2aa25109ef
Merge pull request #706 from Puasonych/master
...
Added file header support for step_logger
2018-05-22 09:08:10 +03:00
Puasonych
bd3f8a3b92
Added file header support
2018-05-22 08:27:34 +03:00
Gabi Melman
d6b700eaf2
Update async_log_helper.h
2018-05-21 21:16:34 +03:00
gabime
560df2878a
updated version number to 0.17.0
2018-05-21 20:38:13 +03:00
gabime
dc328de72a
added test_async to cmake and vcxproj
2018-05-21 16:40:31 +03:00
gabime
6704375be6
updated example visula studio solution
2018-05-21 15:11:28 +03:00
gabime
7a85acc31f
removed logger_name field from async_msg
2018-05-20 19:35:01 +03:00
gabime
7cbf832cca
comments
2018-05-20 18:30:42 +03:00
gabime
58b1c2f78d
Merge branch 'remove-lockfree' of https://github.com/gabime/spdlog into remove-lockfree
2018-05-20 18:19:36 +03:00
gabime
b94b9a8341
format
2018-05-20 18:17:34 +03:00
gabime
6a93f98a1f
async test
2018-05-20 18:17:34 +03:00
gabime
b70020d7c3
upadte stats
2018-05-20 18:17:34 +03:00
gabime
ade22934e3
updated bench to show elapsed too
2018-05-20 18:17:34 +03:00
gabime
ee2fd265fd
added async tests
2018-05-20 18:17:34 +03:00
gabime
5b84f30b3a
fixed flush interval in async helper
2018-05-20 18:15:33 +03:00
gabime
5c38e15dd2
replaced the lockfree queue with bounded, locked queue
2018-05-20 18:10:29 +03:00
gabime
0e86c4eed0
removed debug printf
2018-05-20 18:07:38 +03:00
gabime
e69aafc737
fixed flush interval in async helper
2018-05-20 18:05:37 +03:00
gabime
3dbba6895d
replaced the lockfree queue with bounded, locked queue
2018-05-20 18:05:37 +03:00
gabime
8bd16feb36
format
2018-05-20 18:01:47 +03:00
gabime
8e429ae5d6
async test
2018-05-20 18:01:27 +03:00
gabime
e2bf00ada4
upadte stats
2018-05-20 17:50:12 +03:00
gabime
c3dd37c8c1
updated bench to show elapsed too
2018-05-20 17:41:22 +03:00
gabime
1838ad9b3d
added async tests
2018-05-20 13:22:44 +03:00
gabime
7cc884fe34
async_log_helper minor fixes
2018-05-20 13:22:34 +03:00
gabime
61ab1af906
merge
2018-05-19 16:14:54 +03:00
gabime
911a2986ce
fixed flush interval in async helper
2018-05-19 16:13:35 +03:00
gabime
8321449c44
replaced the lockfree queue with bounded, locked queue
2018-05-19 16:12:25 +03:00
gabime
314afa7dbb
removed debug printf
2018-05-19 16:12:22 +03:00
gabime
f57fc1b2fa
fixed flush interval in async helper
2018-05-19 16:06:57 +03:00
gabime
a1a71804f4
replaced the lockfree queue with bounded, locked queue
2018-05-19 14:41:53 +03:00
Gabi Melman
b1a58cd342
Dont wait for the queue to drain in async flush
2018-05-17 20:38:43 +03:00
Gabi Melman
efb1af9a73
Update async_logger_impl.h
2018-05-17 20:36:10 +03:00
Gabi Melman
71e93a4f2d
Merge pull request #688 from Puasonych/master
...
Update step_logger
2018-04-27 21:55:44 +03:00
Puasonych
8f3c4218ed
Merge remote-tracking branch 'gabime/master'
2018-04-20 16:20:17 +03:00
gabime
217ad75ebd
Fixed deault error handler not to use sink but write directly to stderr
2018-04-20 13:02:21 +03:00
Gabi Melman
ce41991c51
Remove unneeded include
2018-04-20 12:59:51 +03:00
Puasonych
1136bd7ce2
Update step_logger
...
Fixed code duplication
2018-04-18 09:49:41 +03:00
Gabi Melman
805ab9854f
Merge pull request #683 from Puasonych/master
...
Let's add a new type of logger 'step_logger' :)
2018-04-16 15:07:29 +03:00
Gabi Melman
d921a9649c
Merge pull request #687 from jhasse/patch-1
...
Silence warning "value stored to rv is never read"
2018-04-16 14:38:07 +03:00
Puasonych
093edc2dc2
Update step_logger
...
Test release of a logger step_logger
2018-04-16 12:56:45 +03:00
Jan Niklas Hasse
1b2f6815bf
Silence warning "value stored to rv is never read"
2018-04-16 10:58:50 +02:00
Puasonych
f17eb1bb56
Merge remote-tracking branch 'gabime/master'
2018-04-16 08:27:01 +03:00
Gabi Melman
5e08950ed2
Created contrib/sinks directory
2018-04-13 12:45:33 +03:00