- Jul 18, 2022
-
-
Xhulio Luli authored
-
- Jul 16, 2022
-
-
Konstantinos Petridis authored
-
- Jun 01, 2022
-
-
Dimitrios Sourlantzis authored
-
- May 26, 2022
-
-
Konstantinos Petridis authored
-
- Apr 17, 2022
-
-
Antonis Keremidis authored
-
- Mar 08, 2022
-
-
kongr45gpen authored
-
- Jan 03, 2022
-
-
Baptiste 'curlyboi' Fournier authored
-
- Dec 27, 2021
-
-
Stelios Tzelepis authored
-
- Dec 11, 2021
-
-
Dimitrios Sourlantzis authored
-
- Dec 06, 2021
-
-
Dimitrios Sourlantzis authored
-
- Nov 27, 2021
-
-
Konstantinos Petridis authored
-
- Apr 11, 2021
-
-
Chris Ioannidis authored
-
- Apr 07, 2021
-
-
Chris Ioannidis authored
-
- Apr 13, 2020
-
-
athatheo authored
-
- Apr 05, 2020
-
-
athatheo authored
-
- Sep 02, 2019
-
-
kongr45gpen authored
This reduces the size of the code from 208608 to 208072 bytes, which is totally negligible
-
kongr45gpen authored
-
kongr45gpen authored
-
- Sep 01, 2019
-
-
kongr45gpen authored
-
kongr45gpen authored
Use a non-templated version of etl::string Set the etl format as a static variable for the Logger This prevents wasting time recreating the format variable every time the LOG function is called. Force inlining the LOG function This forces the compiler to check the `if constexpr` structure, and disable the logging line entirely if needed. Never redefine the log level Move `disabled` logging level to ease level checks
-
kongr45gpen authored
Thanks @xlxs41 for the suggestion!
-
kongr45gpen authored
Reinstantiate log level checks Fix documentation, as suggested by @thodkatz Add a few more documentation lines to LogEntry Fixes for cppcheck-misra and vera checks due to updates & false positives
-
kongr45gpen authored
Apply suggestion to inc/Logger.hpp Be explicit about the type used in the LogLevel enumeration This makes LogLevel an unscoped strongly-type enumeration, making sure there is consistency between the expected log level of uint8_t
-
kongr45gpen authored
Fix a bug with error names not showing up in the logs
-
kongr45gpen authored
Take care of MISRA and vera++ concerns
-
kongr45gpen authored
-
kongr45gpen authored
Add the function that stores the logs
-
- Aug 08, 2019
-
-
kongr45gpen authored
Since main.cpp only refers to desktop content
-
- Apr 05, 2019
-
-
clang-format authored
-
- Mar 26, 2019
-
-
Theodoros Katzalis authored
Change the parameter of the storeMessage, add tests for the spare field and small changes in the documentation Formatting Remove an unnecessary assertion and assign the currentBit
-
Theodoros Katzalis authored
Minor changes
-
- Mar 14, 2019
-
-
kongr45gpen authored
-
- Dec 02, 2018
-
-
Dimitrios Stoupis authored
-
- Nov 28, 2018
-
-
kongr45gpen authored
-