- Mar 13, 2020
-
-
Grigoris Pavlakis authored
-
- Mar 12, 2020
-
-
Grigoris Pavlakis authored
-
Grigoris Pavlakis authored
-
- Sep 27, 2019
-
-
kongr45gpen authored
-
- Sep 18, 2019
-
-
kongr45gpen authored
Closes #35
-
- Sep 02, 2019
-
-
kongr45gpen authored
-
kongr45gpen authored
Apply suggestion to src/Helpers/TimeAndDate.cpp
-
kongr45gpen authored
-
kongr45gpen authored
-
kongr45gpen authored
Add MessageParser tests Apply suggestion to src/MessageParser.cpp Fix documentation typo
-
kongr45gpen authored
Closes #19
-
kongr45gpen authored
-
kongr45gpen authored
-
kongr45gpen authored
-
kongr45gpen authored
This reduces the size of the code from 208608 to 208072 bytes, which is totally negligible
-
kongr45gpen authored
-
kongr45gpen authored
-
kongr45gpen authored
-
kongr45gpen authored
Update documentation for the ECSS definitions Group Services and ECSS Definitions into a doxygen page
-
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
-
kongr45gpen authored
Switch order of execution to improve performance Fix the build
-
kongr45gpen authored
-
kongr45gpen authored
Reenable clang-tidy on new pipeline Fix vera and clang-tidy Update the used Dockerfile to include clang-tidy Clean up commented out stuff from CI configuration Update Dockerfile according to suggestions Fix the virtual package Move update to initialization to ensure latest version of everything Merge branch 'faster-ci' of https://gitlab.com/acubesat/obc/ecss-services into faster-ci Fixes for new broken clang-tidy rules
-
Grigoris Pavlakis authored
-
Grigoris Pavlakis authored
-
Grigoris Pavlakis authored
This marks completion of the arbitrary type field feature
-
- Aug 31, 2019
-
-
Grigoris Pavlakis authored
-
Grigoris Pavlakis authored
-
Grigoris Pavlakis authored
-
Grigoris Pavlakis authored
-
- Aug 30, 2019
-
-
Grigoris Pavlakis authored
-