Commit Graph

127 Commits (22f85deb2c1b661ec9ec4194442935b88ec23dfd)

Author SHA1 Message Date
gabime ebce97947d use make_unique 7 years ago
gabime b962fbb15c Fixed issue #797 7 years ago
gabime 05d6960ebc code formatting and clang tidy warnings fixes 7 years ago
gabime 74c10df169 Changed SPDLOG_VERSION to be numeric 7 years ago
gabime 9e4925eff0 clang format 7 years ago
gabime 9cbdd5ffd4 Added async_nonblocking factory 7 years ago
gabime 3aaefc48ec Minor cleaning of common.h 7 years ago
gabime 0a3c81826f Changed some functions to accept strings instead of ref to strings for better semantics 7 years ago
gabime 81f29a9a7a Fixed wchar support in messages 7 years ago
Gabi Melman 99cc35384b
Update common.h 7 years ago
gabime 887326e715 minor code cleanup 7 years ago
gabime 7ed8e1b59d renamed async block policy 7 years ago
gabime 95de24e4f6 fixed tests and renamed to_short_str 7 years ago
gabime 1d9e2304be renamed level::to_str() to level::to_c_str() 7 years ago
gabime 94a7152afc async queue - overrun oldsest policy option 7 years ago
gabime 0c19bdd772 pattern per sink and pattern caching 7 years ago
Gabi Melman 58e09dbd33
Update common.h 7 years ago
Gabi Melman e770673f11
Update common.h 7 years ago
gabime 6d5670fde7 format 7 years ago
gabime 5683c06d9a solve issue #724 7 years ago
gabime 65506136e2 solve issue #724 7 years ago
gabime cdbf2e361b Upgrade to fmt 5.x 7 years ago
gabime 378c7789ba Fixed issue #720 7 years ago
gabime a21594bec7 move underscores to the end of private members 7 years ago
gabime 7f6220d960 increase errno string buffer size 7 years ago
gabime 38b3ecb02e use fmt::safe_strerror 7 years ago
gabime 0d7a1d1ef9 format 7 years ago
gabime 8901cbffe0 added catch macro and fixed some tests 7 years ago
gabime caa26a2a47 Normalized spdlog include paths 7 years ago
gabime 56e4a201ec formatting 8 years ago
Gabi Melman 650daf7542
Update common.h
Updated spdlog version macro to 0.16.4-rc
8 years ago
gabime ad221b0990 Changed function name to level::from_str 8 years ago
gabime 461b5ef28a Fixed missing ; 8 years ago
gabime 7f1f7b6232 Changed function name to level::from_str 8 years ago
fegomes 46f9768599 change of scope the name_to_level variable 8 years ago
fegomes c21dd874d1 removed class to return size of array. 8 years ago
fegomes 48c8755d06 include test to convert functions and change suggested by @gabime 8 years ago
fegomes f9750dddee Merge branch 'master' into to_level 8 years ago
Daniel Chabrowski 0c94ce0039 deleted copy op and a little format 8 years ago
Daniel Chabrowski ad624432d8 google-explicit-constructor 8 years ago
Daniel Chabrowski fb6df0512f modernize-use-override 8 years ago
Daniel Chabrowski 7f4c1bb77c modernize-use-using 8 years ago
gabime 04d0dd5987 moved SPDLOG_VERSION macro to common.h 8 years ago
gabime 051048ebd7 Fixed issue #645 (include tweakme.h from common.h) 8 years ago
Fernando Gomes f4ffddc942
Merge branch 'master' into to_level 8 years ago
gabime 5ab033fba5 Fix issue #629 8 years ago
fegomes 8696ad8739 new function to convert level_enum from string 8 years ago
gabime adbc22096a enable final keyword by default. Can be disabled in tweakme.h for older compilers 8 years ago
gabime e7cf25a1c0 fixed issue #562 8 years ago
gabime 8ca1d84a32 Removed catch(..) from the codebase. Catch only std::exception 8 years ago