Commit Graph

4 Commits

Author SHA1 Message Date
wmayer
4263ab1937 C++: replace deprecated vsprintf and sprintf
With future C++ compilers the methods vsprintf and sprintf are declared as deprecated due to security issues.
They are replaced with the secure counterpart of the fmt library

Fixes the compiler warnings -Wdeprecated-declarations
2024-04-03 10:04:56 +02:00
Chris Hennes
9e9e0f7593 Formatting: Apply pre-commit to tests/src 2023-04-06 08:07:53 +02:00
wmayer
6d6199ca3e Tests: add some more fmt tests 2023-03-31 19:37:26 +02:00
berniev
8c6735b79a test fmt library is basically working 2023-03-02 11:08:23 +01:00