Commit Graph

43 Commits (663df6278d5d86cd51f9bc28fb7f2648c618b9b7)

Author SHA1 Message Date
Gabi Melman 166843ff3a
V2.x no reg (#3285)
Removed registry
9 months ago
Gabi Melman 08c727e4f8
Use std filesystem (#3284)
* Use std::filesystem for path names and impl
9 months ago
gabime 463af69d41 Clang format sort includes 2 years ago
gabime 6dffd7c6e8 update clang format again 2 years ago
gabime dcd5904bdc Updated clang-format
Merged with origin
2 years ago
Nicolas Benes 5ca5fdff9f Use lower-case "windows.h" for case-sensitive file systems
The "windows.h" in MinGW-W64 is lower-case. When cross-compiling for
Windows on Linux with a case-sensitive file system, the upper-case
"Windows.h" file is not found and compilation fails.

Always use lower-case "windows.h" to fix cross-compilation.
3 years ago
gabime e7e8b75a4c clang-format 4 years ago
Charles Milette a453bccff0
Better support for / separators on Windows, improve wchar filename coverage 5 years ago
ryan-rsm-mckenzie 030d85a9b3 ensure stdout color sinks do not leak windows headers with SPDLOG_COMPILED_LIB 5 years ago
gabime b2017f5653 Fixed multiple clang-tidy warnings 5 years ago
gabime 5370443ece clang-format 6 years ago
Mario Emmenlauer 87acec6a91 Make tests support empty SPDLOG_EOL with new helper method require_message_count() 6 years ago
Mario Emmenlauer 58a5e654f9 tests/utils.cpp: Use binary mode for reading test results, to preserve EOL 6 years ago
Gabi Melman 5f3521b3d4
Update utils.cpp 6 years ago
gabime 9b7812a0f2 auto create log dir 6 years ago
gabime fe20afac17 clang-format 6 years ago
gabime 545e7d2de8 Fixed clang warning 6 years ago
gabime a9ed6b352b Update utils.cpp 6 years ago
gabime 523eebe47d Update utils.cpp 6 years ago
gabime b303d8bc40 Update tests utils 6 years ago
Gabi Melman fcc6b97f88
Update utils.cpp 6 years ago
gabime adc4398cc5 Fixed widows tests 6 years ago
Gabi Melman c53d26cfca
Update utils.cpp 6 years ago
Gabi Melman c188bee229
Update utils.cpp 6 years ago
Gabi Melman 7f1a89e3f6
Update utils.cpp 6 years ago
gabime b55d95d365 Update test utils for windows 6 years ago
gabime 494cc8bace Implemented daily sink rotation #661 6 years ago
gabime 3eadda9466 code formating 7 years ago
gabime dea6a7c217 Tests: Fixed some clang-tidy warnings 7 years ago
gabime a2653d409f clang-format 8 years ago
gabime 93be7713e0 astyle 8 years ago
gabime 21ed31844c fixed bug in SPDLOG_TRACE_IF macro and added some related tests 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
gabime 34ef00c8bc updated tests to vs 2015 and fix warning 9 years ago
gabime 0d26359856 astyle 9 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
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