Commit Graph

137 Commits

Author SHA1 Message Date
gabime 53ac379bc5 Removed extra whitespace from SDPLOG_TRACE message 2018-10-11 19:14:02 +03:00
gabime 05d6960ebc code formatting and clang tidy warnings fixes 2018-08-13 10:30:02 +03:00
gabime 2894e8de5e clang format 2018-07-25 00:06:10 +03:00
gabime 0b7c505b50 Fixed forgotten inline keyword 2018-07-24 23:07:32 +03:00
gabime cb9c984aa7 registery and periodic flusher fixes. 2018-07-24 22:59:34 +03:00
gabime 33329c80a9 code formatting 2018-07-23 00:13:52 +03:00
gabime 693103af9c support set_formatter in spdlog.h 2018-07-22 21:52:46 +03:00
gabime 9e4925eff0 clang format 2018-07-21 23:48:07 +03:00
gabime a96b4d7529 Added periodic flusher support, and fixed some registry issues 2018-07-21 23:30:26 +03:00
gabime 6225a9fa4f Minor cleaning of spdlog.h 2018-07-19 15:09:10 +03:00
gabime 9df2bd256e Changed some functions to accept strings instead of ref to strings for better semantics 2018-07-19 14:54:26 +03:00
gabime c9331594bb Renamed file to pattern_forammter.h and fixed utc support 2018-07-07 16:15:17 +03:00
gabime cd4dcbab36 Renamed simple_file_sink -> basic_file_sink 2018-07-07 12:12:45 +03:00
gabime 0c19bdd772 pattern per sink and pattern caching 2018-06-24 01:32:39 +03:00
gabime caa26a2a47 Normalized spdlog include paths 2018-04-29 01:31:09 +03:00
gabime 3e28d9ab5a Renamed default factory 2018-04-29 00:44:35 +03:00
gabime b3a23039b1 Renamed default factory 2018-04-29 00:42:24 +03:00
gabime c962c88342 Fixed linux port of v1.x 2018-04-20 13:20:19 +03:00
gabime c80cc3306f Fixed tests 2018-04-20 03:04:53 +03:00
gabime e4d3eb64e6 Udpated example and spdlog.h 2018-04-20 02:57:05 +03:00
gabime 0969118ce7 added default_factory alias 2018-04-20 01:55:31 +03:00
gabime ba7c4c0530 stdout and color logger factories 2018-04-20 01:50:09 +03:00
gabime 924ef84241 Refactred spdlog.h and console sinks. Added global lock for all console sinks (traits) 2018-04-18 02:04:10 +03:00
gabime 6f4cd8d397 thread_pool and refactoring async 2018-04-14 03:34:57 +03:00
gabime 4445f6f869 formatting 2018-03-16 17:35:56 +02:00
gabime 5afb5dc782 Changed clang formatting for templates 2018-03-16 17:13:50 +02:00
gabime a2653d409f clang-format 2018-03-09 15:26:33 +02:00
Daniel Chabrowski 5355bd3a8f readability-named-parameter 2018-02-25 12:39:37 +01:00
Daniel Chabrowski 0c94ce0039 deleted copy op and a little format 2018-02-25 03:35:20 +01:00
gabime 04d0dd5987 moved SPDLOG_VERSION macro to common.h 2018-02-23 14:39:41 +02:00
gabime 051048ebd7 Fixed issue #645 (include tweakme.h from common.h) 2018-02-23 14:34:25 +02:00
gabime ccd675a286 version 0.16.3 2018-01-12 14:09:34 +02:00
Gabi Melman 32177aa77a
Merge pull request #604 from sam-lunt/improve-macros
Ensure marcos always expand to expressions
2018-01-03 18:05:25 +02:00
Sam Lunt 9f8413308a add global flush_on function 2018-01-03 09:36:09 -06:00
Sam Lunt f25f0e0e40 add (void)0 when logging is disabled 2018-01-03 09:07:58 -06:00
gabime 813dcbcf63 version 0.16.2 2017-12-22 18:50:08 +02:00
Gabi Melman 79a3a633c7
uupdate version to 0.16.1 2017-12-20 10:07:50 +02:00
Ľubomír Carik dda8af0092 Update version strings to 0.16.0
Signed-off-by: Ľubomír Carik <Lubomir.Carik@anritsu.com>
2017-12-20 03:43:47 +01:00
gabime 6dd928dc3c Undo fix #529 (causes a warning under gcc and clang when no args passed) 2017-12-20 00:04:16 +02:00
gabime de595fe2b7 Fix #529 (SPDLOG_TRACE macro problem) 2017-12-19 23:09:27 +02:00
Alexandr Dubovikov bec6919587 added facilty for syslog 2017-12-04 13:03:40 +01:00
gabime dcc7b347ca Removed all *_if functions (trace_if, debug_if, info_if,..) because they are redundant and confusing way to preform if 2017-11-25 15:19:41 +02:00
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:
2017-11-11 13:44:27 +01:00
gabime 93be7713e0 astyle 2017-11-06 12:39:04 +02:00
Berkus Decker a6b5ef55a4 Fix typo 2017-10-24 13:34:58 +03:00
gabime 21ed31844c fixed bug in SPDLOG_TRACE_IF macro and added some related tests 2017-10-13 02:04:31 +03:00
El El b242fb087d Compiler-dependent line numbering 2017-08-25 15:19:29 +00:00
Gabi Melman 4fba14c79f Version 0.14.0 2017-08-19 18:48:43 +03:00
gabime cb02b344a3 Fix issue #510 (spelling) 2017-08-19 15:49:16 +03:00
Matt Crane 13a938fc7f Added TRACE_IF and DEBUG_IF macro definitions when TRACE_ON and DEBUG_ON aren't defined 2017-07-22 21:42:20 -04:00