gabime
0a53eafe18
update clang format again
2023-09-25 16:40:36 +03:00
gabime
1a0bfc7a89
clang format
2023-09-25 02:44:07 +03:00
gabime
4338b9cd23
Revert "Updated bundled fmt to version 10.0.0"
...
This reverts commit 62e55e7a7f
.
2023-07-08 13:23:40 +03:00
gabime
62e55e7a7f
Updated bundled fmt to version 10.0.0
2023-07-02 20:47:33 +03:00
gabime
b59b4a2b45
Rvert suppressing msvc2017 warnings and fix ci instead
2022-10-31 22:52:01 +02:00
gabime
130ff0c8db
enable the ostream formatting for backward compatibility with fmt 8.x
2022-10-31 18:15:43 +02:00
gabime
14a29c03eb
suppress warning 4307 when including format-inline.h under msvc 2017
2022-10-31 17:47:12 +02:00
Charless Milette
44a4517e2b
Support C++20 std::format as an alternative to fmtlib
2021-11-13 11:29:05 -05:00
gabime
e7e8b75a4c
clang-format
2021-07-19 00:50:51 +03:00
Hai Feng Kao
ca2cd6f3e7
fix Xcode compiler warning "no new line at the end of file"
2021-04-20 12:43:56 +08:00
gabime
dfc777803a
enable the 'n' flag in for backward compatibility with fmt 6.x
2020-08-30 15:58:22 +03:00
gabime
e3257e56ab
Fix #1480
2020-04-04 17:13:03 +03:00
gabime
175741ed1d
Bump fmt to 6.1.2
2019-12-12 23:50:30 +02:00
gabime
25a702fc22
Update fmt.h
2019-12-10 03:03:08 +02:00
gabime
ab178057db
Fixed (maybe) #1348
2019-12-10 03:00:06 +02:00
gabime
c9bb85c91d
Revert supress of warning 4996 under msvc 2015
2019-12-05 17:25:12 +02:00
gabime
53d58f222f
fix warning C4996 under vs2015 about std::copy in fmt
2019-12-05 13:37:31 +02:00
gabime
6b5ebab6ae
Fixed msvc compilation
2019-12-05 02:01:02 +02:00
gabime
31fc1aca53
Supress -Wimplicit-fallthrough and -Wsign-conversion when including fmt headers
2019-12-05 01:12:55 +02:00
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.
2019-11-06 19:15:29 +00:00
gabime
6bcb422c80
clang format and SPLDOG_HEADER_ONLY macro
2019-05-12 00:22:39 +03:00
gabime
49708f209b
fix inclusion of fmt
2019-05-11 12:28:36 +03:00
gabime
17bec5c3ce
Use fmt src file instead of inline in static lib build
2019-05-11 01:33:48 +03:00
gabime
da0d6d0478
Removed printf support
2018-06-13 20:16:45 +03:00
gabime
cdbf2e361b
Upgrade to fmt 5.x
2018-06-12 18:48:22 +03:00
gabime
a2653d409f
clang-format
2018-03-09 15:26:33 +02:00
daylanKifky
b220bbb349
fix printf include
2017-11-11 15:21:34 +01:00
daylanKifky
5153b44507
minor fixes
2017-11-11 14:06:01 +01:00
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:
2017-11-11 13:44:27 +01:00
fogo
e8b7f4194a
Moved printf include to fmt.h
2017-10-09 20:05:20 -03:00
Tennn
f8d509d010
Fixed issues 449
...
Please check it
2017-05-21 17:44:44 +08:00
gabime
43a4048b92
astyle
2016-07-22 20:19:26 +03:00
gabime
0ae66b5b28
support for external fmtlib
2016-07-22 18:06:36 +03:00