- Aug 31, 2019
-
-
Grigoris Pavlakis authored
-
Grigoris Pavlakis authored
# Conflicts: # inc/Services/Parameter.hpp # src/Services/ParameterService.cpp # test/Services/ParameterService.cpp
-
- Aug 23, 2019
-
-
Grigoris Pavlakis authored
-
Grigoris Pavlakis authored
Suggested by @xlxs4
-
- Aug 18, 2019
-
-
Grigoris Pavlakis authored
-
Grigoris Pavlakis authored
Other changes: Add a couple more tests
-
Grigoris Pavlakis authored
-
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
Suggested by @xlxs41
-
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
-
Grigoris Pavlakis authored
-
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
-
Grigoris Pavlakis authored
-
- Aug 16, 2019
-
-
Grigoris Pavlakis authored
Also update some of the tests
-
Grigoris Pavlakis authored
Also update some of the tests
-
Grigoris Pavlakis authored
-
- Aug 11, 2019
-
-
Grigoris Pavlakis authored
-
Grigoris Pavlakis authored
Looks like a test is breaking all of a sudden
-
Grigoris Pavlakis authored
-
Grigoris Pavlakis authored
-
Grigoris Pavlakis authored
Fixes linker errors. Credits to @kongr45gpen for the catch.
-
Grigoris Pavlakis authored
Need to fix linker errors. Also updated documentation.
-
Grigoris Pavlakis authored
As suggested by clang-tidy
-
Grigoris Pavlakis authored
-
Grigoris Pavlakis authored
-
Grigoris Pavlakis authored
in order to make construction and adding more natural
-
Grigoris Pavlakis authored
-
- Aug 08, 2019
-
-
Orestis Ousoultzoglou authored
Update doxygen configuration See merge request acubesat/obc/ecss-services!42
-
- Aug 07, 2019
-
-
kongr45gpen authored
A small string overhaul This commit adds functions to: - Append strings of fixed size - Read strings with or without a trailing `\0` There is also a string-related fix for the function management service. This takes care of issues #43 and #11. Don't mind the irrelevant commits, they show up because `ci-1` is not merged to master yet. See merge request acubesat/obc/ecss-services!41
-
kongr45gpen authored
-
kongr45gpen authored
-
kongr45gpen authored
Fix cppcheck errors Fix pipeline issues. See merge request acubesat/obc/ecss-services!43
-
Dimitrios Stoupis authored
-
kongr45gpen authored
Fix the build This MR: - fixes a regression with the new version of cppcheck (`1.88`) on some testing code - disables the 13.4 MISRA rule due to a false positive - removes the clutter created by .dump files See merge request acubesat/obc/ecss-services!40
-