Commit Graph

6 Commits

Author SHA1 Message Date
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