Commit Graph

1535 Commits (1fcc896486dba24ad058450c85a36520b79ee082)
 

Author SHA1 Message Date
Gabi Melman 1fcc896486
Merge pull request #715 from JamesReynolds/master
Closes gabime/spdlog#74
7 years ago
Gabi Melman 4640c5cb50
Merge pull request #713 from Puasonych/master
Update step logger
7 years ago
JamesReynolds 4131347079 This closes #74 in gabime/spdlog
Support for AIX. Tested on AIX 6.1 with GCC 6.3.
7 years ago
puasonych 98b9cd38ec Update step logger 7 years ago
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
7 years ago
puasonych eb2118c181 Update step_file_sink 7 years ago
puasonych 5c1951acec Update step_file_sink
Fixed adding a file header and adding ignoring of empty files
7 years ago
gabime 67a6eaf23e Merge branch 'master' of https://github.com/gabime/spdlog 7 years ago
gabime f4db1c510c catch potential flush exceptions 7 years ago
Gabi Melman 2aa25109ef
Merge pull request #706 from Puasonych/master
Added file header support for step_logger
7 years ago
Puasonych bd3f8a3b92 Added file header support 7 years ago
Gabi Melman d6b700eaf2
Update async_log_helper.h 7 years ago
gabime 560df2878a updated version number to 0.17.0 7 years ago
gabime dc328de72a added test_async to cmake and vcxproj 7 years ago
gabime 6704375be6 updated example visula studio solution 7 years ago
gabime 7a85acc31f removed logger_name field from async_msg 7 years ago
gabime 7cbf832cca comments 7 years ago
gabime 58b1c2f78d Merge branch 'remove-lockfree' of https://github.com/gabime/spdlog into remove-lockfree 7 years ago
gabime b94b9a8341 format 7 years ago
gabime 6a93f98a1f async test 7 years ago
gabime b70020d7c3 upadte stats 7 years ago
gabime ade22934e3 updated bench to show elapsed too 7 years ago
gabime ee2fd265fd added async tests 7 years ago
gabime 5b84f30b3a fixed flush interval in async helper 7 years ago
gabime 5c38e15dd2 replaced the lockfree queue with bounded, locked queue 7 years ago
gabime 0e86c4eed0 removed debug printf 7 years ago
gabime e69aafc737 fixed flush interval in async helper 7 years ago
gabime 3dbba6895d replaced the lockfree queue with bounded, locked queue 7 years ago
gabime 8bd16feb36 format 7 years ago
gabime 8e429ae5d6 async test 7 years ago
gabime e2bf00ada4 upadte stats 7 years ago
gabime c3dd37c8c1 updated bench to show elapsed too 7 years ago
gabime 1838ad9b3d added async tests 7 years ago
gabime 7cc884fe34 async_log_helper minor fixes 7 years ago
gabime 61ab1af906 merge 7 years ago
gabime 911a2986ce fixed flush interval in async helper 7 years ago
gabime 8321449c44 replaced the lockfree queue with bounded, locked queue 7 years ago
gabime 314afa7dbb removed debug printf 7 years ago
gabime f57fc1b2fa fixed flush interval in async helper 7 years ago
gabime a1a71804f4 replaced the lockfree queue with bounded, locked queue 7 years ago
Gabi Melman b1a58cd342
Dont wait for the queue to drain in async flush 7 years ago
Gabi Melman efb1af9a73
Update async_logger_impl.h 7 years ago
Gabi Melman 71e93a4f2d
Merge pull request #688 from Puasonych/master
Update step_logger
7 years ago
Puasonych 8f3c4218ed Merge remote-tracking branch 'gabime/master' 7 years ago
gabime 217ad75ebd Fixed deault error handler not to use sink but write directly to stderr 7 years ago
Gabi Melman ce41991c51
Remove unneeded include 7 years ago
Puasonych 1136bd7ce2 Update step_logger
Fixed code duplication
8 years ago
Gabi Melman 805ab9854f
Merge pull request #683 from Puasonych/master
Let's add a new type of logger 'step_logger' :)
8 years ago
Gabi Melman d921a9649c
Merge pull request #687 from jhasse/patch-1
Silence warning "value stored to rv is never read"
8 years ago
Puasonych 093edc2dc2 Update step_logger
Test release of a logger step_logger
8 years ago