- Sep 02, 2019
-
-
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
Thanks @xlxs41 for the suggestion!
-
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
-
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
-
- Aug 09, 2019
-
-
kongr45gpen authored
-
- Aug 07, 2019
-
-
kongr45gpen authored
-
kongr45gpen authored
-
- Aug 06, 2019
-
-
athatheo authored
-
- May 03, 2019
- Apr 23, 2019
- Apr 17, 2019
-
-
thodkatz authored
-
- Apr 15, 2019
-
-
Dimitrios Stoupis authored
-
- Apr 12, 2019
- Apr 11, 2019
-
-
athatheo authored
Fixed names in ErrorHandler and enumeration of errors and removed explicit declaration of true or false in a CHECK
-
- Apr 07, 2019
- Apr 05, 2019
-
-
hiluluk authored
-
hiluluk authored
-
athatheo authored
- Changed disableEventActionDefinition according to the needs of multimap - Added errors in ErrorHandler
-
athatheo authored
- Changed deleteEventActionDefinition according to the multimap needs
-
athatheo authored
- Added a new variable eventActionDefinitionID - Added the size of the multimap as #define in ECSS_Definitions.hpp
-