Commit Graph

87 Commits (dd33c16aae8e2dc35155e38003be4fcfe9ccf498)

Author SHA1 Message Date
gabime 894438d5fb Better support for string_view
7 years ago
gabime 70bef682b0 Fixed clang-tidy warning about implicit conversion to string_view
7 years ago
gabime c2a9bf9974 Small refactoring and support wchar again
7 years ago
gabime 6355e9895d Major change to log_msg - contain only string_view instead of buffer
7 years ago
Jerome Meyer cb71fea0f6 Use fmt::string_view when logging a C string to avoid unnecessary copy
7 years ago
gabime 815b52b8fb Fixed implicit conversion to str in c_formatter
7 years ago
gabime 275167d1b0 Micro optimize eol in formatter
7 years ago
gabime b368d18b0f Added default logger API
7 years ago
gabime 1b8bf35acc Micro optimize: don't init log_msg.msg_id on construction. It will be set anyway later
7 years ago
gabime 0b516733db user buffer.clear() insread of resize(0)
7 years ago
gabime 18df6138a7 clang-format
7 years ago
gabime 8e80081f99 Fixed clang-tidy warning
7 years ago
gabime e8dae26176 Moved spdlog::make_unique to spdlog::details::make_unique and prevent T to be array
7 years ago
gabime 65defd3806 Replaced SPDLOG_FINAL macro with final
7 years ago
gabime 3698c1d2f1 added spdlog namespace when calling make_unique
7 years ago
gabime ebce97947d use make_unique
7 years ago
gabime 05d6960ebc code formatting and clang tidy warnings fixes
7 years ago
gabime 8008d7fe53 Replace emplace_back with push_back in pattern_formatter
7 years ago
gabime de6ddf4e2a Some code refactoring in formatter
7 years ago
gabime a12a21a18e Improved millis formatting
7 years ago
gabime 33329c80a9 code formatting
7 years ago
gabime 693103af9c support set_formatter in spdlog.h
7 years ago
gabime 7184c42376 Changed some static string array to char* arrays
7 years ago
gabime 9e4925eff0 clang format
7 years ago
gabime 9df2bd256e Changed some functions to accept strings instead of ref to strings for better semantics
7 years ago
gabime 16ee72da7c clang format
7 years ago
gabime ef111ddba2 Fix issue #736
7 years ago
gabime 4a59ea3b1e Fixedconversion warning in 32 bits
7 years ago
gabime f9019870da Merge branch 'v1.x' of https://github.com/gabime/spdlog into v1.x
7 years ago
gabime a776a774e1 cache millis in full_formatter
7 years ago
gabime c887907d4a faster reset of cached buffer
7 years ago
gabime b4dcd592d8 faster reset of cached buffer
7 years ago
gabime 21524c16fa faster reset of cached buffer
7 years ago
gabime 81f3cc5575 clang format
7 years ago
gabime 887326e715 minor code cleanup
7 years ago
gabime c9331594bb Renamed file to pattern_forammter.h and fixed utc support
7 years ago
gabime cbc4db8649 Renamed filename and other small formatter changes
7 years ago