Commit Graph

1557 Commits

Author SHA1 Message Date
Gabi Melman
dea6bb1085
Merge pull request #2359 from tiolan/master
Revert "Merge pull request #2352 from tiolan/topic/android_buffer"
2022-05-12 23:24:55 +03:00
Timo Lange
b960d5a062 Revert "Merge pull request #2352 from tiolan/topic/android_buffer"
This reverts commit c6d0487474, reversing
changes made to a51b485637.
2022-05-06 11:54:01 +02:00
Gabi Melman
c6d0487474
Merge pull request #2352 from tiolan/topic/android_buffer
Allow modifying the used Android buffer
2022-05-03 01:44:58 +03:00
Timo Lange
7d22b689b6 use __android_log_write or __android_log_buf_write based on template parameter 2022-04-29 21:12:19 +02:00
Gabi Melman
a51b485637
Merge pull request #1210 from jimmyorourke/patch-1
Windows color file sink: Use WriteFile rather than WriteConsole
2019-09-06 07:50:15 +03:00
jimmyorourke
3a13e76bb1
Use WriteFile rather than WriteConsole to be able to use file handles or pipes 2019-09-03 14:16:39 -04:00
Gabi Melman
139c0d135f
Merge pull request #1112 from thomaslewis1096/master
Added !defined(__HAIKU__) to #if for stat64 struct.
2019-06-15 22:21:00 +03:00
Thomas Lewis
cee913d76e Added __HAIKU__ to #if for stat64 struct. 2019-06-15 12:10:12 -06:00
Gabi Melman
7088644d3f
Merge pull request #821 from rkanavath/compile_fix
fix build on openbsd
2018-09-04 15:32:02 +03:00
Rashad Kanavath
9ca4e3d8bc fix build on openbsd 2018-09-04 11:41:06 +02:00
Gabi Melman
f1a60eb6b1
Update INSTALL 2018-07-08 14:34:33 +03:00
Gabi Melman
96961e14ad
Update INSTALL 2018-07-08 14:34:18 +03:00
Gabi Melman
c639483db0
Merge pull request #735 from jwnimmer-tri/dist_sink_reset
add remove_all_sinks method to dist_sink
2018-06-21 17:22:18 +03:00
Jeremy Nimmer
b3881b9c15 add remove_all_sinks method to dist_sink
This allows users to set exactly the sinks they want, even if other
unknown application code has added bespoke sinks in the meantime.
2018-06-13 07:42:20 -04:00
gabime
032035e72f format 2018-06-10 23:22:31 +03:00
gabime
66b5772b61 Fixed issue #720 2018-06-10 23:22:19 +03:00
gabime
faea32c9f9 simplfiy a little the use of fmt:safe_strerror 2018-06-01 16:58:07 +03:00
Gabi Melman
d78ddcee24
Merge pull request #719 from JamesReynolds/master
Closes #717
2018-06-01 16:42:45 +03:00
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
Gabi Melman
d033ccc0c7
Update README.md 2018-05-30 18:26:52 +03:00
Gabi Melman
1fcc896486
Merge pull request #715 from JamesReynolds/master
Closes gabime/spdlog#74
2018-05-30 15:25:40 +03:00
Gabi Melman
4640c5cb50
Merge pull request #713 from Puasonych/master
Update step logger
2018-05-30 13:30:13 +03: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
puasonych
98b9cd38ec Update step logger 2018-05-30 13:07:43 +05:00
puasonych
877a618400 Update step logger
Fixed bugs with multithreading and added protection against data lost with insufficiently accurate setting of the maximum value of the file size
2018-05-30 12:48:56 +05:00
puasonych
eb2118c181 Update step_file_sink 2018-05-30 09:40:09 +05:00
puasonych
5c1951acec Update step_file_sink
Fixed adding a file header and adding ignoring of empty files
2018-05-25 22:20:14 +05: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