Commit Graph

44 Commits (23f0cdf9014650c79e214c2d0e935ab0f8821cc5)

Author SHA1 Message Date
Cristian Morales Vega 7cdd65075c "#include" <spdlog/.*> instead of "spdlog/.*"
The meaning of using quotes to #include is implementation defined, so it
may or not may be what we want. At least POSIX
(https://pubs.opengroup.org/onlinepubs/9699919799/utilities/c99.html)
says: "headers whose names are enclosed in double-quotes ( "" ) shall be
searched for first in the directory of the file with the #include line",
so not what we want since "spdlog" ends up twice in the path.
6 years ago
gabime f5492aed12 Unified usage of fmt::memory_buffer across the codebase 6 years ago
gabime 29f2eeea31 Removed formatter_ member from the sink interface 6 years ago
gabime bcfa9241b8 Updated copyright headers 6 years ago
gabime 78eeba940a Fix issue #114 6 years ago
gabime 6bcb422c80 clang format and SPLDOG_HEADER_ONLY macro 6 years ago
gabime 46ef71e3ec Normalized copyright message 6 years ago
gabime 23fdc0eae4 Fixed issue #959 7 years ago
gabime b368d18b0f Added default logger API 7 years ago
gabime 887a104dd0 Fixed clang-tidy warning 7 years ago
gabime ca8accbaa8 Replaced SPDLOG_FINAL macro with final 7 years ago
gabime a58d7594cb Fixed issue #798 and added -Wconversion compiler flag to build 7 years ago
gabime c2a49080aa Refactored sink interface and base_sink 7 years ago
gabime 0c19bdd772 pattern per sink and pattern caching 7 years ago
gabime a21594bec7 move underscores to the end of private members 7 years ago
gabime caa26a2a47 Normalized spdlog include paths 7 years ago
gabime 56e4a201ec formatting 8 years ago
gabime 4445f6f869 formatting 8 years ago
gabime 5afb5dc782 Changed clang formatting for templates 8 years ago
gabime a2653d409f clang-format 8 years ago
Daniel Chabrowski fb6df0512f modernize-use-override 8 years ago
Daniel Chabrowski 7f4c1bb77c modernize-use-using 8 years ago
daylanKifky 27e7412640 modified path on quoted #includes
Paths pointing to the root of the library where replaced for ones relatives to each file.

For example, inside /include/spdlog/details/file_helper.h:

This will look for os.h in /include/spdlog/details/spdlog/details/ which doesn't exists.

replaced with:
8 years ago
gabime 13fb2550c6 Fixed issue #449 8 years ago
gabime d56fa23eb9 fixed compilation errors 8 years ago
gabime 0d26359856 astyle 9 years ago
gabime 495ecaeaee astyle 10 years ago
Kevin M. Godby 077c3095eb Added missing standard header includes. 10 years ago
Kevin M. Godby 196689f720 Fixed header include problems. 10 years ago
gabime 8c38b4ee9e MIT license 10 years ago
gabime 64850dcb0c small style fixes 10 years ago
Denis Ivaykin 849b5cb84e flush 10 years ago
gabi b7b421c8fc Added auto flush to stdout & stderr sinks 11 years ago
gabime 40a55b8e34 astyle 11 years ago
gabime d163b8c45a astyle 11 years ago
gabime 52d02af950 using mpmc bounded q for async and many async optimizations 11 years ago
gabime 0e3120ba51 removed include iostream 11 years ago
gabi 2c0acf66f9 use cppformat in sinks 11 years ago
gabi fd3f13cd90 revert sink accepting only char* and size_t 11 years ago
gabi 66039c7c0e Simplified sink interface - to just accept char* and size_t 11 years ago
gabi 58688d7d1c Removed close() from sink to have RAII semantics 11 years ago
gabime 74aae4f368 readme 11 years ago
gabi 567e85e6d4 bench 11 years ago
gabi c7b8c762fb spdlog 11 years ago