- Nov 27, 2021
-
-
Konstantinos Petridis authored
-
- May 16, 2021
-
-
kongr45gpen authored
-
- May 15, 2021
-
-
Ioannis Kozaris authored
-
- Apr 11, 2021
-
-
Chris Ioannidis authored
-
- Apr 07, 2021
-
-
Chris Ioannidis authored
-
- Sep 11, 2020
-
-
Sedictious authored
-
Sedictious authored
-
- Aug 22, 2020
-
-
Sedictious authored
-
- Aug 11, 2020
-
-
Sedictious authored
-
- Apr 14, 2020
-
-
athatheo authored
-
- Apr 13, 2020
-
-
athatheo authored
-
- Apr 05, 2020
-
-
athatheo authored
-
- Mar 13, 2020
-
-
Grigoris Pavlakis authored
-
Grigoris Pavlakis authored
-
Grigoris Pavlakis authored
-
- Sep 02, 2019
-
-
kongr45gpen authored
-
kongr45gpen authored
Closes #19
-
kongr45gpen authored
-
kongr45gpen authored
This reduces the size of the code from 208608 to 208072 bytes, which is totally negligible
-
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
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
Take care of MISRA and vera++ concerns
-
kongr45gpen authored
Switch order of execution to improve performance Fix the build
-
kongr45gpen authored
-
Grigoris Pavlakis authored
This marks completion of the arbitrary type field feature
-
- Aug 31, 2019
-
-
Grigoris Pavlakis authored
-
Grigoris Pavlakis authored
-
- Aug 23, 2019
-
-
Grigoris Pavlakis authored
-
- Aug 18, 2019
-
-
Grigoris Pavlakis authored
-
Grigoris Pavlakis authored
Other changes: Add a couple more tests
-
Grigoris Pavlakis authored
-
Grigoris Pavlakis authored
Other changes: Tweaked addNewParameter() in order for the IDs to be arbitrary (insertion of already existing ID test incoming) according to suggestion by @kongr45gpen
-
- Aug 17, 2019
-
-
Grigoris Pavlakis authored
-
Grigoris Pavlakis authored
Additional changes: Fixed tests for parameter setting to accommodate the new way of parameter storage
-
Grigoris Pavlakis authored
-
Grigoris Pavlakis authored
Cause was an off-by-1 error in construction of the Parameter objects. Minor changes to documentation
-
Grigoris Pavlakis authored
-
- Aug 16, 2019
-
-
Grigoris Pavlakis authored
Also update some of the tests
-