Commit Graph

9 Commits

Author SHA1 Message Date
cbab9c9713 spdlog bump 2025-09-25 21:46:13 +03:00
c2f1a7894b chore: update deps 2024-09-13 08:40:25 +02:00
71bb2b64bf subprojects/spdlog: bump spdlog
Fixes alpine build and is a commonly distributed version
2024-06-09 15:08:43 -05:00
19fe929d1f chore: update subprojects 2023-08-18 09:48:03 +02:00
36aa22189b Last weekday applies Unix fmt 2022-06-24 16:44:06 +03:00
b25b7d29fc Update spdlog.wrap 2021-04-30 14:25:26 +02:00
ad40511358 Update spdlog subproject to 1.8.1
Among other changes, this adds spdlog::should_log(), which lets us
easily determine whether a log message will be printed so that we can
avoid extra computation when unnecessary.

New wrap file taken from https://wrapdb.mesonbuild.com/spdlog and
modified to download from GitHub as per commit 99dde1aff8 ("Download
patch files from Github instead of wrapdb").
2020-11-30 17:11:33 -08:00
99dde1aff8 Download patch files from Github instead of wrapdb
Currently wrapdb.mesonbuild.com is offline and its not clear when it
will be up again. Github seems to be the more reliable source for these
files.
2020-01-16 11:09:32 +01:00
51be97f9aa Adding spdlog 2019-05-18 19:44:45 -04:00