Commit Graph

5 Commits

Author SHA1 Message Date
Chris Hennes
11fa271eb5 Test: Support system GTest, and give warning if no submodule (#13662) 2024-06-03 10:40:35 -05:00
wmayer
0b08ea3368 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
e04bf47d8d Formatting: Apply pre-commit to tests/src 2023-04-06 08:07:53 +02:00
wmayer
498bdd5d6e Tests: add some more fmt tests 2023-03-31 19:37:26 +02:00
berniev
b062b22b09 test fmt library is basically working 2023-03-02 11:08:23 +01:00