Commit Graph

748 Commits (c900b25dfdb30b32a0cae3ac7964ba45d3b04e6b)
 

Author SHA1 Message Date
gabime c900b25dfd fixed gcc build 10 years ago
Gabi Melman b09b07abf8 Merge pull request #133 from daersc/master
Add distributional sink
10 years ago
David Schury 2175b00814 Fixed thread unsafe flush method. 10 years ago
David Schury e12c50a8a5 Add distributional sink
Setting up dist_sink to a logger will inject a layer between the logger and
(some of) it's sinks. Sinks can be added and removed to dist_sink dynamically.
10 years ago
Gabi Melman f35520bf53 Merge pull request #132 from ruslo/pr.misprint
Fix misprint
10 years ago
Ruslan Baratov 4551467620 Fix misprint 10 years ago
Gabi Melman ccc66db7fc Update android_sink.h
Removed redundant check
10 years ago
Gabi Melman b2e948c23f Merge pull request #130 from ruslo/android.sink
Add Android sink
10 years ago
Ruslan Baratov 8fdd4c3547 Add Android sink 10 years ago
Gabi Melman d28662db60 Merge pull request #127 from ruslo/add.cmake
Add CMake build
10 years ago
Gabi Melman a0bba7f32e Merge pull request #129 from ruslo/exit.code
Return unsuccessful exit code if error occurs
10 years ago
Gabi Melman 004ff4cde7 Merge pull request #128 from ruslo/fix.android
Fix Android build
10 years ago
Ruslan Baratov c19d9759d5 Add CMake build 10 years ago
Ruslan Baratov 567954425b Return unsuccessful exit code if error occurs 10 years ago
Ruslan Baratov 8bb4b831c4 Fix Android build 10 years ago
Gabi Melman 88cfb1931b Merge pull request #125 from COMBINE-lab/master
Merge pull request #4 from gabime/master
10 years ago
Rob Patro eade79f798 Merge remote-tracking branch 'upstream/master' 10 years ago
Gabi Melman ac0d5be676 Update README.md 10 years ago
gabime ea1a92769b Fixed rotating_logger_mt does not rotate properly if app restarts #116 10 years ago
gabime f8b728ea8a Fixed warnings conversion 'size_t' to 'int' on windows - issue #119 10 years ago
gabime 05c2335e03 Merge branch 'master' of https://github.com/gabime/spdlog 10 years ago
gabime ec4233f236 Fixed warnings conversion 'size_t' to 'int' on windows issue #119 10 years ago
Gabi Melman 1b78a661c7 Update .travis.yml 10 years ago
gabime 77acf29c4d Updated to latest cppformat lib 10 years ago
gabime cadd181d8d Reverted pull #111 - wchar support under windows - it pollutes global namespace with new defines 10 years ago
Gabi Melman 5afce16979 Merge pull request #117 from rpopescu/master
fixed issue 115 Nanosecond resolution timestamps
10 years ago
Radu Popescu b3050aa8a9 fixed issue 115 Nanosecond resolution timestamps 10 years ago
Gabi Melman 5fc6002fc2 Update tweakme.h 10 years ago
Gabi Melman 22786f0296 Update tweakme.h 10 years ago
Gabi Melman 3632d01983 Merge pull request #111 from GreatFruitOmsk/master
Add support for wchar_t on Windows
10 years ago
Ilya Kulakov d905ad915f Use only SPDLOG_USE_WCHAR to control whether wchar_t is enabled. 10 years ago
Artem Martynovich 787aa46693 Disable usage of wchar_t in tests. 10 years ago
Artem Martynovich 5508607dfa Fix incorrect string type for fopen_s. 10 years ago
Artem Martynovich 7ee0ec0728 Fix remaining wstring issues in file_helper. 10 years ago
Artem Martynovich 8b6df31ec9 Revert to original formatting. 10 years ago
Artem Martynovich 0e5c4b9de4 Fix Unix build. Use S("...") instead of L"..." for better compatibility. 10 years ago
Artem Martynovich e3518b674c Merge pull request #1 from a-martynovich/master
Add wchar_t support for Windows.
10 years ago
Artem Martynovich 2b59393bda Add wchar_t support for Windows. 10 years ago
gabime 08b6b0beed Merge branch 'master' of https://github.com/gabime/spdlog 10 years ago
gabime 1c13f5d7ff Updated cppformat to fix issue #110 10 years ago
Gabi Melman 1bd10957cb Merge pull request #106 from nickolasrossi/dev
Expose line_logger enabled state for custom types in stream operators
10 years ago
nick ba1de0abb2 make is_enabled() const 10 years ago
nick 51f69dfcca Expose line_logger enabled state to support custom operator<<'s 10 years ago
gabime 319a62d73f fixed tests makefile 10 years ago
gabime d0f145f009 fixed tests make file 10 years ago
gabime 19a2abaab8 fixed travis 10 years ago
gabime 05a7d9f61c fixed travis 10 years ago
gabime 83d47aa645 VS 2013 solution for unit tests 10 years ago
gabime 1fef4bbd62 added tests to travis 10 years ago
gabime d7b0b54c9c fixed tests 10 years ago