Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gabime/spdlog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-05-12Merge pull request #2359 from tiolan/mastermasterGabi Melman
Revert "Merge pull request #2352 from tiolan/topic/android_buffer"
2022-05-06Revert "Merge pull request #2352 from tiolan/topic/android_buffer"Timo Lange
This reverts commit c6d048747419e886fac830d4cba9ad14e3a41461, reversing changes made to a51b4856377a71f81b6d74b9af459305c4c644f8.
2022-05-03Merge pull request #2352 from tiolan/topic/android_bufferGabi Melman
Allow modifying the used Android buffer
2022-04-29use __android_log_write or __android_log_buf_write based on template parameterTimo Lange
2019-09-06Merge pull request #1210 from jimmyorourke/patch-1Gabi Melman
Windows color file sink: Use WriteFile rather than WriteConsole
2019-09-03Use WriteFile rather than WriteConsole to be able to use file handles or pipesjimmyorourke
2019-06-15Merge pull request #1112 from thomaslewis1096/masterGabi Melman
Added !defined(__HAIKU__) to #if for stat64 struct.
2019-06-15Added __HAIKU__ to #if for stat64 struct.Thomas Lewis
2018-09-04Merge pull request #821 from rkanavath/compile_fixGabi Melman
fix build on openbsd
2018-09-04fix build on openbsdRashad Kanavath
2018-07-08Update INSTALLGabi Melman
2018-07-08Update INSTALLGabi Melman
2018-06-21Merge pull request #735 from jwnimmer-tri/dist_sink_resetGabi Melman
add remove_all_sinks method to dist_sink
2018-06-13add remove_all_sinks method to dist_sinkJeremy Nimmer
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-10formatgabime
2018-06-10Fixed issue #720gabime
2018-06-01simplfiy a little the use of fmt:safe_strerrorgabime
2018-06-01Merge pull request #719 from JamesReynolds/masterGabi Melman
Closes #717
2018-06-01Move errno code into commonJamesReynolds
errno code is no longer OS specific. Moving to common.
2018-06-01Fixes #717JamesReynolds
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-01Closes #717JamesReynolds
Failure to compile to systems that don't have a valid definition of strerror_r.
2018-05-30Update README.mdGabi Melman
2018-05-30Merge pull request #715 from JamesReynolds/masterGabi Melman
Closes gabime/spdlog#74
2018-05-30Merge pull request #713 from Puasonych/masterGabi Melman
Update step logger
2018-05-30This closes #74 in gabime/spdlogJamesReynolds
Support for AIX. Tested on AIX 6.1 with GCC 6.3.
2018-05-30Update step loggerpuasonych
2018-05-30Update step loggerpuasonych
Fixed bugs with multithreading and added protection against data lost with insufficiently accurate setting of the maximum value of the file size
2018-05-30Update step_file_sinkpuasonych
2018-05-25Update step_file_sinkpuasonych
Fixed adding a file header and adding ignoring of empty files
2018-05-24Merge branch 'master' of https://github.com/gabime/spdloggabime
2018-05-24catch potential flush exceptionsgabime
2018-05-22Merge pull request #706 from Puasonych/masterGabi Melman
Added file header support for step_logger
2018-05-22Added file header supportPuasonych
2018-05-21Update async_log_helper.hGabi Melman
2018-05-21updated version number to 0.17.0v0.17.0gabime
2018-05-21added test_async to cmake and vcxprojgabime
2018-05-21updated example visula studio solutiongabime
2018-05-20removed logger_name field from async_msggabime
2018-05-20commentsgabime
2018-05-20Merge branch 'remove-lockfree' of https://github.com/gabime/spdlog into ↵gabime
remove-lockfree
2018-05-20formatgabime
2018-05-20async testgabime
2018-05-20upadte statsgabime
2018-05-20updated bench to show elapsed toogabime
2018-05-20added async testsgabime
2018-05-20fixed flush interval in async helpergabime
2018-05-20replaced the lockfree queue with bounded, locked queuegabime
2018-05-20removed debug printfgabime
2018-05-20fixed flush interval in async helpergabime
2018-05-20replaced the lockfree queue with bounded, locked queuegabime