Commit Graph

7 Commits

Author SHA1 Message Date
surtur 055fba29fe
fmtlib: bump submodule to version 9.1.0
All checks were successful
continuous-integration/drone/push Build is passing
2022-09-06 20:45:22 +02:00
surtur 5e2e6c264d
fmtlib: bump submodule to version 9.0.0
All checks were successful
continuous-integration/drone/push Build is passing
2022-07-09 15:43:28 +02:00
surtur fa81ac6f46
chore: update fmt submodule to c2850055 2022-01-21 05:39:24 +01:00
surtur 1181518a77
fmtlog: bump (manually) to v2.1.1 2022-01-11 04:47:34 +01:00
surtur 6408b1ded7
add fmtlog library
"fmtlog is a performant fmtlib-style logging library with latency in nanoseconds."
ref: https://github.com/MengRao/fmtlog
2021-12-30 22:30:41 +01:00
surtur da48e61cc2
add da_threading lib
retrieved from https://stackoverflow.com/a/46135882
original author LWimsey <https://stackoverflow.com/users/6651824/lwimsey> (c) 2017
edited and made into a header-only lib by wanderer <a_mirre at utb.cz> (c) 2021
2021-12-12 22:50:06 +01:00
surtur bd421295c4
feat: use fmt instead of iostreams
switch to fmt - "A modern formatting library" - for fun and profit,
currently in header-only configuration.

ref: https://github.com/fmtlib/fmt

closes #5
closes #4
2021-11-18 22:05:05 +01:00