Commit Graph

40 Commits (1161d640a1425630cc7b1323ecb4fd4b56e79325)

Author SHA1 Message Date
gabime 1161d640a1 Removed bundled fmtlib. Use FetchContent instead 2 years ago
Marcus Müller 9797b353c0 fmt/*.h: include tweakme.h to set SPDLOG_FMT_EXTERNAL according to system (#2923)
Signed-off-by: Marcus Müller <marcus@hostalia.de>
2 years ago
Gabi Melman c10acd23ce
Update fmt.h 2 years ago
Gabi Melman b1b6a22955
Update fmt.h 2 years ago
gabime a3934472c9 Relative include paths in headers 2 years ago
gabime 6dffd7c6e8 update clang format again 2 years ago
gabime 6de0ffa15f Updated clang format to google style 2 years ago
gabime cff3e27115 Removed usages of SPDLOG_COMPILED_LIB macro 2 years ago
gabime 27c518d509 Updated bundled fmt to version 10.0.0 2 years ago
gabime 4338b9cd23 Revert "Updated bundled fmt to version 10.0.0"
This reverts commit 62e55e7a7f.
2 years ago
gabime 62e55e7a7f Updated bundled fmt to version 10.0.0 2 years ago
gabime b59b4a2b45 Rvert suppressing msvc2017 warnings and fix ci instead 3 years ago
gabime 130ff0c8db enable the ostream formatting for backward compatibility with fmt 8.x 3 years ago
gabime 14a29c03eb suppress warning 4307 when including format-inline.h under msvc 2017 3 years ago
Charless Milette 44a4517e2b Support C++20 std::format as an alternative to fmtlib 4 years ago
gabime e7e8b75a4c clang-format 4 years ago
Hai Feng Kao ca2cd6f3e7 fix Xcode compiler warning "no new line at the end of file" 4 years ago
gabime dfc777803a enable the 'n' flag in for backward compatibility with fmt 6.x 5 years ago
gabime e3257e56ab Fix #1480 5 years ago
gabime 175741ed1d Bump fmt to 6.1.2 6 years ago
gabime 25a702fc22 Update fmt.h 6 years ago
gabime ab178057db Fixed (maybe) #1348 6 years ago
gabime c9bb85c91d Revert supress of warning 4996 under msvc 2015 6 years ago
gabime 53d58f222f fix warning C4996 under vs2015 about std::copy in fmt 6 years ago
gabime 6b5ebab6ae Fixed msvc compilation 6 years ago
gabime 31fc1aca53 Supress -Wimplicit-fallthrough and -Wsign-conversion when including fmt headers 6 years ago
Cristian Morales Vega 7cdd65075c "#include" <spdlog/.*> instead of "spdlog/.*"
The meaning of using quotes to #include is implementation defined, so it
may or not may be what we want. At least POSIX
(https://pubs.opengroup.org/onlinepubs/9699919799/utilities/c99.html)
says: "headers whose names are enclosed in double-quotes ( "" ) shall be
searched for first in the directory of the file with the #include line",
so not what we want since "spdlog" ends up twice in the path.
6 years ago
gabime 6bcb422c80 clang format and SPLDOG_HEADER_ONLY macro 6 years ago
gabime 49708f209b fix inclusion of fmt 6 years ago
gabime 17bec5c3ce Use fmt src file instead of inline in static lib build 6 years ago
gabime da0d6d0478 Removed printf support 7 years ago
gabime cdbf2e361b Upgrade to fmt 5.x 7 years ago
gabime a2653d409f clang-format 8 years ago
daylanKifky b220bbb349 fix printf include 8 years ago
daylanKifky 5153b44507 minor fixes 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
fogo e8b7f4194a Moved printf include to fmt.h 8 years ago
Tennn f8d509d010 Fixed issues 449
Please check it
8 years ago
gabime 43a4048b92 astyle 9 years ago
gabime 0ae66b5b28 support for external fmtlib 9 years ago