Commit Graph

52 Commits (a5f413910268ab6dad5dd7a48161d2e57b256fa4)

Author SHA1 Message Date
Martin Vejdarski 0ca2cb625e Add shared library support for Windows 6 years ago
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 29f2eeea31 Removed formatter_ member from the sink interface 6 years ago
gabime bcfa9241b8 Updated copyright headers 6 years ago
gabime 6bcb422c80 clang format and SPLDOG_HEADER_ONLY macro 6 years ago
gabime 46ef71e3ec Normalized copyright message 6 years ago
gabime 9564eb2edb Moved cpp files to inl.h 6 years ago
gabime 69fcaf14e5 wip static-lib 6 years ago
gabime 2de924a187 clang-format 6 years ago
gabime c1c2ff2d07 wip 6 years ago
gabime e2e3df9013 static lib wip 6 years ago
DanielChabrowski 79f11bd655 Allow custom formatter in sink ctor 7 years ago
gabime dc166cad92 Added default pattern support for pattern_formatter to avoid parsing pattern when using default pattern 7 years ago
gabime f4bbe8b2b3 Fixed some extra warnings from clang 7 years ago
gabime 05d6960ebc code formatting and clang tidy warnings fixes 7 years ago
gabime c2a49080aa Refactored sink interface and base_sink 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 9dc44c39e7 Fixed bugs in stdout_sinks and in msvc 7 years ago
gabime 39c6eb752a Code formatting 7 years ago
gabime cd4dcbab36 Renamed simple_file_sink -> basic_file_sink 7 years ago
gabime e66ee8b710 fix gcc and clang warnings 7 years ago
gabime 46cf0f86b8 Added set_pattern() to sink class 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 a2653d409f clang-format 8 years ago
Daniel Chabrowski 0c94ce0039 deleted copy op and a little format 8 years ago
Daniel Chabrowski 7aed498540 modernize-use-default-member-init 8 years ago
Daniel Chabrowski fb6df0512f modernize-use-override 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
Tennn f8d509d010 Fixed issues 449
Please check it
8 years ago
gabime bd6fe569b5 astyle previous commits 9 years ago
Chen Hayat 0c16b9ae1e Remove casting from previous commit and fix the following Klockwork issues:
1. Removing "return" from void functions.
2. Using "const" for operator= argument.
9 years ago
Chen Hayat 83d192b1f1 Fix compilation error C2664 on VS2013
No converting constructor
9 years ago
gabime 5653e5c9d7 astyle 9 years ago
davide b67076fc85 added level_t to sink. Improves the flexibility of loggers with multiple sinks 9 years ago
gabime 0d26359856 astyle 9 years ago
gabime 495ecaeaee astyle 10 years ago
Kevin M. Godby 196689f720 Fixed header include problems. 10 years ago
gabime 8c38b4ee9e MIT license 10 years ago
Denis Ivaykin 63e0012e34 flush in logger 10 years ago
gabime 40a55b8e34 astyle 11 years ago
gabime d163b8c45a astyle 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