gabime
f530b2dbaa
Upaded major ver to 2.0.0
2023-09-22 18:24:45 +03:00
gabime
213b2c0151
Bumped spdlog version to 1.12.0
2023-09-22 18:24:45 +03:00
gabime
ea6d8fde1d
Upaded major ver to 2.0.0
2023-09-22 18:24:45 +03:00
mike
cedfeeb95f
Add SPDLOG_TO_VERSION to compare spdlog version ( #2853 )
...
You can use SPDLOG_VERSION to select the latest spdlog features
where available while falling back to older implementations otherwise.
Using SPDLOG_TO_VERSION() for the value to compare with is recommended.
for Example:
```c++
void sink_it_(const details::log_msg &msg) override
{
#if SPDLOG_VERSION < SPDLOG_TO_VERSION(1,4,0)
fmt::memory_buffer formatted;
#else
memory_buf_t formatted;
#endif
sinks::base_sink<Mutex>::formatter_->format(msg, formatted);
// bala bala...
}
```
2023-08-14 08:19:02 +03:00
gabime
72a7ec3eb9
Bumped spdlog version to 1.12.0
2023-07-08 15:25:17 +03:00
Gabi Melman
ad0e89cbfb
Version 1.11.0
2022-11-02 23:13:08 +02:00
gabime
757e9f8ec6
Bump version to 1.10.0
2022-04-04 16:48:24 +03:00
Gabi Melman
eb3220622e
Bump version to 1.9.2
2021-08-12 14:10:50 +03:00
Gabi Melman
6faa5fc95b
Update to version 1.9.1
2021-07-28 15:30:08 +03:00
gabime
61ed2a670e
bump version number to 1.9.0
2021-07-20 23:01:34 +03:00
gabime
8de6cdaa82
bump version number to 1.8.6
2021-07-20 22:52:37 +03:00
Gabi Melman
100f30043f
Update version.h
2021-03-25 21:00:48 +02:00
Gabi Melman
012fe99ab1
Update version.h
2021-03-25 20:34:53 +02:00
Gabi Melman
53e1c9ab11
Update version number to 1.8.3
2021-03-24 21:49:10 +02:00
gabime
de0dbfa359
version 1.8.2
2020-12-11 16:40:52 +02:00
gabime
f93459579f
version 1.9.0
2020-12-11 16:37:37 +02:00
gabime
cbe9448650
version 1.8.1
2020-09-30 17:30:06 +03:00
gabime
a4a9bc4d8e
version 1.8.0
2020-09-01 12:05:23 +03:00
Gabi Melman
616caa5d30
Version 1.7.0
2020-07-09 20:24:20 +03:00
Gabi Melman
8236ee3ff6
Update version.h
2020-07-08 19:46:57 +03:00
gabime
bc61f69058
Bump fmt version to 6.2.1
2020-05-26 23:47:57 +03:00
Gabi Melman
06d0299639
version 1.6.0 rc
2020-03-06 15:37:50 +02:00
gabime
dc29500931
version 1.5.0-rc
2019-12-05 01:21:58 +02:00
Gabi Melman
aa65dd8905
version 1.4.3 rc
2019-10-11 19:48:33 +03:00
gabime
cfe7cac1c4
version 1.4.2
2019-10-06 00:30:40 +03:00
gabime
453be2e08a
clang-format
2019-09-23 12:38:19 +03:00
gabime
90f348d26a
Version
2019-06-10 19:55:26 +03:00
gabime
8d3d06b7a0
Fixed version extraction in CMake
2019-06-10 19:53:39 +03:00
Gabi Melman
c56ee8ec03
Update version.h
2019-06-10 19:19:29 +03:00
gabime
bcfa9241b8
Updated copyright headers
2019-06-04 00:09:16 +03:00
gabime
46ef71e3ec
Normalized copyright message
2019-05-11 20:06:17 +03:00
gabime
a7148b718e
Version 1.3.1
2019-01-18 12:13:07 +02:00
gabime
b368d18b0f
Added default logger API
2018-10-12 03:04:55 +03:00
gabime
c83c9a3193
Version 1.2.0
2018-10-07 22:31:36 +03:00
gabime
b6b9d835c5
Version 1.1.0
2018-08-15 19:34:10 +03:00
gabime
8008d7fe53
Replace emplace_back with push_back in pattern_formatter
2018-08-13 09:09:49 +03:00
gabime
74c10df169
Changed SPDLOG_VERSION to be numeric
2018-07-25 00:03:27 +03:00