Commit Graph

227 Commits (1fb3f95fdbc0ee522d111cc8abfb5d2bc23bbd9a)

Author SHA1 Message Date
gabime 859b7f1d58 fixed test for visual c++ 8 years ago
gabime 49989e0678 fixed test for gcc 4.8 (no regex) 8 years ago
gabime 70274924b7 fixed test comment 8 years ago
gabime f5939f9e56 astyle 8 years ago
gabime 84e307521d Fixed test 8 years ago
gabime 3c4a2bf531 Handle file extensions in rotating and daily loggers 8 years ago
gabime 60ce47a814 Removed include_if.cpp from the tests .sln 8 years ago
gabime dcc7b347ca Removed all *_if functions (trace_if, debug_if, info_if,..) because they are redundant and confusing way to preform if 8 years ago
gabime 93be7713e0 astyle 8 years ago
gabime 87a44555b6 fixed macro tests 8 years ago
gabime 21ed31844c fixed bug in SPDLOG_TRACE_IF macro and added some related tests 8 years ago
fogo ee525f9bef allow printf style logging
* tests updated for printf style
* tests makefile support printf style
8 years ago
Asit Kumar Dhal e35c7fd065 Issue-488: warning for missing enumeration value 8 years ago
Alexei Pastuchov 8fd16fc45e code formatting (astyle and dos2unix)
it aims to solve the issue #467
8 years ago
Asit Kumar Dhal de0154c525 Test Case for conditional logging 8 years ago
Alexander Zilberkant 6547675e43 Revert "Merge pull request #441 from alzix/count_discarded"
This reverts commit 038733345a, reversing
changes made to 862d2f6f35.
8 years ago
Alexander Zilberkant 0f25b25b20 add async_logger tests
cover discarded messages use-case
8 years ago
gabime 0c276beaaf astyle 9 years ago
gabime 5a8cecdfb6 fix unused warning message 9 years ago
gabime 397d4866b3 Fixed issue #396 and added some tests to catch it 9 years ago
Ľubomír Carik fd8df5b820 Don't hardcode '.txt.' log file name suffix (resolve #333)
Signed-off-by: Ľubomír Carik <Lubomir.Carik@gmail.com>
9 years ago
gabime f14d1c002b astyle 9 years ago
gabime e97621d61d Removed force_flush arg from everywhere. Use flush_on(level) instead 9 years ago
gabime 3afabcd17e astyle 9 years ago
gabime d2a367fa7c Fixed tests after remove of force_flush arg 9 years ago
gabime 332b7c0d7f astyle 9 years ago
gabime 4efbd950d6 atyle 9 years ago
gabime d8f01c3a72 added apply_al()l test to tests 9 years ago
gabime e7debaacd7 astyle 9 years ago
gabime 39cdd08a54 no exceptions while logging 9 years ago
gabime 730f0e02a6 better support for file sizes in 32/64 bits 9 years ago
gabime 0ae66b5b28 support for external fmtlib 9 years ago
gabime 01601cef85 fixed tests warnings 9 years ago
gabime 8d95485f45 update testss.sln to vs 2015 9 years ago
gabime 34ef00c8bc updated tests to vs 2015 and fix warning 9 years ago
gabime 40a9e4e18e fixed test log folder 9 years ago
gabime febdf7324f astyle 9 years ago
gabime 258531481d fixed tests 9 years ago
gabime 7885aa478c no streams 9 years ago
gabime 5650f10bab DEPRECATED: operator<< API 9 years ago
gabime 8d1570b84a fixed tests cmake thread flag 9 years ago
gabime 3a44818b2a fixed pr #228 to include pthread and removed header_dependecies test 9 years ago
Kevin M. Godby 24e7b64b89 Added header-dependency tests. 9 years ago
gabime 58699a2bd4 astyle 9 years ago
gabime 10d5292bbb better support for custom eol 9 years ago
Gabi Melman 6d5bce46f8 Revert "CMake script improvements" 9 years ago
Kevin M. Godby 2907001e22 Fixed Catch tests. 9 years ago
Kevin M. Godby 2666b6cbf1 Added header dependency tests. 9 years ago
eao197 ef9842c36d daily_file_sink with custom file name calculator 9 years ago
gabime 0d26359856 astyle 9 years ago
Anton Goryunov e0f08d6b29 - fixed includes in tests 10 years ago
gabime 974379c9be Added support for SPDLOG_NO_ATOMIC_LEVELS in tweakme.h 10 years ago
gabime d0120b48c5 tests 10 years ago
gabime 23200b08bb added .gitignore to tests/logs folder 10 years ago
gabime 495ecaeaee astyle 10 years ago
gabime a96092ac32 tests small update 10 years ago
gabime c00f4785dd Fixed tests solution for visual studio 10 years ago
Kevin M. Godby c0c5c016c3 Added -I copmiler flag to find spdlog headers for Travis CI and tests/Makefile. 10 years ago
gabime e226bfc35d tests updated to vs2015 10 years ago
gabime 3d420a3bcf tests refactoring 10 years ago
gabime 6feaa29c62 tests: added utils.cpp to avoid gcc warnings 10 years ago
Gabi Melman a3c23311b3 Update file_log.cpp 10 years ago
gabime a05ba78656 added file_helper tests 10 years ago
gabime a9fb96e088 1. Fixed file_helper::exists() bug under windows which returned false in some circumstances
2. Improved file_helper::exists() performance under linux to use stat sys call
3. Added unit tests
10 years ago
gabime 8c38b4ee9e MIT license 10 years ago
gabime 74b0268713 Minor example fix 10 years ago
gabime f8b728ea8a Fixed warnings conversion 'size_t' to 'int' on windows - issue #119 10 years ago
gabime 319a62d73f fixed tests makefile 10 years ago
gabime d0f145f009 fixed tests make file 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
gabime dcdf2280c8 fixed tests 10 years ago
gabime 8387d779b4 fixed tests 10 years ago
gabime c701420cf6 fixed tests 10 years ago
gabime b5eaef81d4 fixed tests under gcc 10 years ago
gabime 2f81e54568 Added unit tests (catch based) 10 years ago