Commit Graph

119 Commits (05e3a73b162705b37ed464ceb4644addfb03f25b)

Author SHA1 Message Date
gabime 683080be53 Fix clang-tidy warning 6 years ago
ngugcx 02bfa0898c Do not fill blanks to align if there is only one line. 6 years ago
ngugcx f5313f92f1 Enhance to_hex like the unix command hexdump. 6 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 8107df08a8 Bump bundled fmt to 6.1.1-rc 6 years ago
gabime 31fc1aca53 Supress -Wimplicit-fallthrough and -Wsign-conversion when including fmt headers 6 years ago
gabime 0db4b04ad3 Bump bundled fmt to version 6.1.0 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 2ddd6895e1 Backported clang warning fix from fmt 6 years ago
gabime 31020f9eea Fixed vs 2015 warning abour fmt unused variable 6 years ago
Tobias Pfeiffer e149433a80 Bumped fmt to version 6.0.0 6 years ago
gabime ed8d099607 Fixed #1197 6 years ago
gabime b693d0cd91 Fix #1195 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 58fb0decbf Removed old header 7 years ago
gabime 2ac42c0d14 Bumped fmt to version 5.3.0 7 years ago
gabime 8e4996baf4 Replaced constexpr with SPDLOG_CONSTEXPR 7 years ago
gabime aa47ac85c9 add constexpr to hex chars 7 years ago
gabime 17702969fa Upgrded to fmt version 5.2.1 7 years ago
gabime 808bc1f4ed clang format 7 years ago
gabime 41d879e292 Added support for binary logging using to_hex(..) 7 years ago
gabime 3771d12992 Upgraded to fmt ver 5.2.0 7 years ago
gabime 9e4925eff0 clang format 7 years ago
gabime 81f3cc5575 clang format 7 years ago
gabime f4771be70e Upgraded to fmt 5.1.0 7 years ago
gabime da0d6d0478 Removed printf support 7 years ago
gabime 3f438a8084 added bundled fmt 5.x 7 years ago
gabime cdbf2e361b Upgrade to fmt 5.x 7 years ago
gabime 6f4cd8d397 thread_pool and refactoring async 7 years ago
gabime 56e4a201ec formatting 8 years ago
gabime 4445f6f869 formatting 8 years ago
gabime ea95ea8295 Fix potential issue #660 8 years ago
gabime 5afb5dc782 Changed clang formatting for templates 8 years ago
gabime cbe98c0fd2 clang format 8 years ago
gabime a2653d409f clang-format 8 years ago
gabime abc0d43995 astyle 8 years ago
gabime 3826ac1433 bumped bundled fmt version to 4.1.0 8 years ago
gabime f5939f9e56 astyle 8 years ago
gabime c41b6d28b5 astyle 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
gabime 93be7713e0 astyle 8 years ago
gabime 79e97fa1ec Added the license file of the fmtlib in the bundled folder 8 years ago
fogo e8b7f4194a Moved printf include to fmt.h 8 years ago
fogo 552d6214e0 updated bundled fmt to contain printf 8 years ago
gabime fced34e3d8 bumped fmt version to 4.0.0 8 years ago
Tennn f8d509d010 Fixed issues 449
Please check it
8 years ago
gabime 0c276beaaf astyle 9 years ago
Damien Zammit 8192c13379 fmt: update bundled fmt to 3.0.1 (7fa8f8f)
Signed-off-by: Damien Zammit <damien@zamaudio.com>
9 years ago
gabime 2d873785a5 astyle 9 years ago
gabime 5d23e88c16 astyle 9 years ago
gabime d6b34d7b5c Updated to fmt version 796beaaddb5226162fe00c2c55e322d80d26f3d8 9 years ago
gabime bd6fe569b5 astyle previous commits 9 years ago
gabime d142f13551 Updated fmto to version def687462c32ec40757e49eb6069f109d50236d6 9 years ago
gabime 87ddb9a6c1 astyle 9 years ago
gabime 6128a87da2 Fix issue #300 9 years ago
gabime 5653e5c9d7 astyle 9 years ago
gabime 6312748cc7 updated bundled fmt to version 1fb0586b065c4202e976528a6bdc6384dc56dc04 9 years ago
gabime 43a4048b92 astyle 9 years ago
gabime 0ae66b5b28 support for external fmtlib 9 years ago
gabime f5bde237dd Updated fmt lib to version 0d5ef5c2a66026409b0cfbafa1d2f46cdc5aa4d0 9 years ago