Commit Graph

133 Commits (9049f9aeb9db1e8a3cbce49c696dae1b9bb4e182)

Author SHA1 Message Date
Gabi Melman a6ee1cf590
fix vc compliation error about make_unique 7 years ago
gabime ebce97947d use make_unique 7 years ago
gabime da2af6ea2e Fixed some clang-tidy warning 7 years ago
gabime 05d6960ebc code formatting and clang tidy warnings fixes 7 years ago
gabime fd54719351 clang-format 7 years ago
gabime 420b17ae65 Fix issue #769 7 years ago
gabime 2894e8de5e clang format 7 years ago
gabime cb9c984aa7 registery and periodic flusher fixes. 7 years ago
gabime 33329c80a9 code formatting 7 years ago
gabime fe73255452 Fixed issue #759 7 years ago
gabime 693103af9c support set_formatter in spdlog.h 7 years ago
gabime 9e4925eff0 clang format 7 years ago
gabime a96b4d7529 Added periodic flusher support, and fixed some registry issues 7 years ago
gabime c2a49080aa Refactored sink interface and base_sink 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 0c19bdd772 pattern per sink and pattern caching 7 years ago
gabime cfbc8e52ba use underscore at end of private members names 7 years ago
Gabi Melman 001e22ebee
Update registry.h 7 years ago
gabime 4ec17f1a1a Normalized spdlog include paths 7 years ago
gabime c962c88342 Fixed linux port of v1.x 7 years ago
gabime 924ef84241 Refactred spdlog.h and console sinks. Added global lock for all console sinks (traits) 7 years ago
gabime 6f4cd8d397 thread_pool and refactoring async 7 years ago
gabime 18c99682a8 fixed clang warning about uninitialized values 8 years ago
gabime 200815892f Fix clang-tidy warnings about missing braces around if and for statements 8 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 0c94ce0039 deleted copy op and a little format 8 years ago
Daniel Chabrowski ad624432d8 google-explicit-constructor 8 years ago
Daniel Chabrowski 1e1ca23101 modernize-use-equals-default 8 years ago
Daniel Chabrowski e5bbe57f01 cppcoreguidelines-pro-type-member 8 years ago
Daniel Chabrowski 7f4c1bb77c modernize-use-using 8 years ago
Sam Lunt 9f8413308a add global flush_on function 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
Alexei Pastuchov 8fd16fc45e code formatting (astyle and dos2unix)
it aims to solve the issue #467
8 years ago
Carsten Neumann 8ee90d3349 Add create_async factory functions for async loggers 8 years ago
Tennn f8d509d010 Fixed issues 449
Please check it
8 years ago
gabime 4efbd950d6 atyle 9 years ago
gabime 3af247fbd3 Added a way to iterate all registered loggers (issues #238 and #259). 9 years ago
gabime e7debaacd7 astyle 9 years ago
gabime 39cdd08a54 no exceptions while logging 9 years ago
Philippe Serreault ee815042dd In async mode, worker thread can now execute an optional teardown callback upon exit.
(Note: this can be helpful when a custom sink invokes a JNI callback, which implies that worker thread was previously attached to JVM, and needs to be cleanly detached upon exit)
9 years ago
gabime 0d26359856 astyle 9 years ago
gabime 495ecaeaee astyle 10 years ago
gabime 2f8e22d828 check if logger already exists in the registry before creating it 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
Gabi Melman 678e4046d4 Update registry.h 10 years ago
gabime 8c38b4ee9e MIT license 10 years ago
gabime 0f76db880e astyle 10 years ago
gabime 1dcaa45443 fixed compliation error on gcc 4.8.x 10 years ago
Gabi Melman e6fc8bf2e5 Merge pull request #93 from divaykin/auto-flush
async auto flush
10 years ago
Denis Ivaykin 432e1109dd flush interval part 2 10 years ago
gabime 8208b49298 Minor change is typedef order 10 years ago
gabime 6991857a8e Added SPDLOG_NO_REGISTRY_MUTEX option to tweakme.h 10 years ago
gabime 9cad840a72 Revert "vector / mutex"
This reverts commit a74e280bb4.

Conflicts:
	include/spdlog/tweakme.h
10 years ago
Denis Ivaykin a74e280bb4 vector / mutex 10 years ago
gabime 256c64d72f Fixed registry functions 11 years ago
gabime 623f59ce6f Added register_logger to spdlog.h to register manually created loggers 11 years ago
gabime 3556c87a51 Fixed issue #61 (spdlog::set_level(...) does not affect loggers created afterwords) 11 years ago
gabime 89afa909e1 shortened enum policy name and moved into common.h 11 years ago
Denis Ivaykin 295e189b7e astyle 11 years ago
Denis Ivaykin 365d895482 discard policies on queue overflow 11 years ago
Denis Ivaykin 384cdeb225 nullptr default, astyle 11 years ago
Denis Ivaykin d47fbbb79e worker warmup callback 11 years ago
gabi bf3997de28 Added drop_all 11 years ago
gabime 28da625a6f removed the confusing stop() function 11 years ago
gabime 40a55b8e34 astyle 11 years ago
gabime d163b8c45a astyle 11 years ago
gabime b1867cfba3 log levels now lowercase 11 years ago
gabi d37bded994 More improvements to the async logger 11 years ago
gabime 0db417f9af merged drop() from master 11 years ago
gabi 4cb6aa90b2 New async_logger class and API 11 years ago
gabi 2ac49b90e6 Bug fix in registry 11 years ago
gabi 58688d7d1c Removed close() from sink to have RAII semantics 11 years ago
gabi 0c6518961d Fix level 4 warnings under VS 11 years ago
gabime 74aae4f368 readme 11 years ago
gabime e8403e17df astyle 11 years ago
gabi 567e85e6d4 bench 11 years ago
gabi 31971bf63b updated example and added more creation functions 11 years ago
gabi c7b8c762fb spdlog 11 years ago