Commit Graph

1503 Commits (d5a79ad5d7b5dd95df517db88de5aaa78d806c8d)

Author SHA1 Message Date
Gabi Melman 90801267ee
Merge pull request #1234 from jbeich/dragonfly
Unbreak on more BSDs
6 years ago
Jan Beich 8d57823e51 fstat64 is missing on other DragonFly, NetBSD, OpenBSD
Modern operating systems don't need to implement transitional
extensions for large file support.
6 years ago
Gabi Melman 277ccc5e18
Update log_msg_buffer-inl.h 6 years ago
Gabi Melman cff9db5044
Update log_msg_buffer-inl.h 6 years ago
Gabi Melman 216f905670
Fix log msg buffer operator= 6 years ago
Jan Beich 53b2308011 Implement _thread_id() on more Unices 6 years ago
gabime c368500efd Reverted some external template declarations 6 years ago
gabime 2fed68a73b Reverted some external template declarations 6 years ago
gabime e7ab49c973 Added extern tempalate declarations 6 years ago
gabime 5496491aa4 Added extern template declarations 6 years ago
Gabi Melman 2331750b58
Update log_msg_buffer.h 6 years ago
Gabi Melman b3fb4c1265
Update log_msg_buffer-inl.h 6 years ago
Gabi Melman 3ad7b9b117
Update log_msg_buffer-inl.h 6 years ago
gabime 5721debdf1 split to log_msg_buffer.h ito header and mpl 6 years ago
gabime e771f4e75e Fix mingw32 compilation 6 years ago
Gabi Melman 35835469d7
Update common.h 6 years ago
Gabi Melman 0d6992fcdd
Update common.h 6 years ago
gabime 29b3f471cf Added const vecsion to circula_q::front() 6 years ago
gabime 4985875a15 Renamed item_type => value_type in circular_q 6 years ago
gabime 4fffd3a111 Avoid un necessary move when popping circular_q 6 years ago
gabime 590749e8be Avoid un necessary move when popping circular_q 6 years ago
gabime 27cc76766c Avoid un necessary move when popping circular_q 6 years ago
gabime d52cf87d71 Avoid un necessary move when popping circular_q 6 years ago
gabime 2ddd6895e1 Backported clang warning fix from fmt 6 years ago
Gabi Melman 68118f4233
Update daily_file_sink.h 6 years ago
gabime 5d46f3fcab Fix windows build 6 years ago
gabime 494cc8bace Implemented daily sink rotation #661 6 years ago
gabime 03e8c0f45c Fix issue #1219 6 years ago
gabime b6388a15ff Fix issue #1223 6 years ago
gabime 1857a44c7c Fix #1215 6 years ago
gabime bd9e1475e2 clang-format 6 years ago
gabime 6883267996 Added const to circular_q empty() and full() 6 years ago
gabime b88c784634 Improved circular_q move 6 years ago
gabime 31020f9eea Fixed vs 2015 warning abour fmt unused variable 6 years ago
Tobias Pfeiffer e149433a80 Bumped fmt to version 6.0.0 6 years ago
gabime 65d02e495e Reverted the version() function 6 years ago
gabime 7f0398ca25 Added version() function 6 years ago
gabime dae4f9fef6 split spdlog.cpp to multiple .cpp files 6 years ago
gabime 4c45c6fbd8 Removed redundant func 6 years ago
gabime feefb7e7e2 format 6 years ago
gabime ced44a15ea format 6 years ago
gabime 5c2855e1c1 wip backtracer 6 years ago
gabime 433785dc64 fix warnings and build 6 years ago
gabime 28845b96bd Update circular_q.h 6 years ago
gabime 98ec35cee1 Update backtracer.h 6 years ago
gabime f795297e15 try different apprach to backtracer object 6 years ago
gabime 3fd3c47e6d Update logger-inl.h 6 years ago
gabime 153c25dbb3 Update logger-inl.h 6 years ago
gabime a1a6b7e64f Update backtracer.h 6 years ago
gabime 3ea7fb18d6 Fix potential race condidion when in logger copy ctor
Don't copy other.trace - just create a new one with same size instead
6 years ago