- Aug 17, 2019
-
-
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
-
- Aug 11, 2019
-
-
Grigoris Pavlakis authored
Looks like a test is breaking all of a sudden
-
Grigoris Pavlakis authored
-
- Aug 07, 2019
-
-
kongr45gpen authored
-
kongr45gpen authored
-
- Aug 06, 2019
-
-
athatheo authored
-
- May 03, 2019
-
-
thodkatz authored
-
- Apr 23, 2019
-
-
thodkatz authored
-
- Apr 17, 2019
-
-
thodkatz authored
-
- Apr 11, 2019
- Apr 07, 2019
- Apr 06, 2019
-
-
athatheo authored
-
- Apr 05, 2019
-
-
hiluluk authored
-
clang-format authored
-
- Apr 04, 2019
-
-
kongr45gpen authored
-
hiluluk authored
-
- Apr 02, 2019
-
-
athatheo authored
-
athatheo authored
Added comments in tests and changed a uint8_t to a uint16_t variable that counts the event action definitions in the eventActionStatusReport
-
athatheo authored
Changed the way add action-definition function works after rechecking the standard and updated the corresponding tests as well as added documentation in those tests
-
athatheo authored
-
- Apr 01, 2019
-
-
athatheo authored
# Conflicts: # CMakeLists.txt # src/Services/EventReportService.cpp
-
Grigoris Pavlakis authored
-
Grigoris Pavlakis authored
-
Grigoris Pavlakis authored
-
Grigoris Pavlakis authored
-
Grigoris Pavlakis authored
-
Grigoris Pavlakis authored
Remove unnecessary #define CATCH_CONFIG_MAIN to comply with the Catch2 tutorial, credits to @thodkatz for the catch (no pun intended :P)
-
Grigoris Pavlakis authored
-
Grigoris Pavlakis authored
-
Grigoris Pavlakis authored
Replace the unacceptable disgrace called parsing based on spaces with new, readString() based method. Also write some tests for insertion and calling, and general code cleanup and reformatting. Be quiet Vera! I said be quiet Vera! And you, clang-tidy, do not even think about raising your voice! Got an idea to pacify clang-tidy without commenting anything out, let's see if it's going to work Revert "Got an idea to pacify clang-tidy without commenting anything out, let's see if it's going to work" This reverts commit db9e73ad Revert "Got an idea to pacify clang-tidy without commenting anything out, let's see if it's going to work" This reverts commit db9e73ad9d8508e59764d7359408aac962a20afe
-
Grigoris Pavlakis authored
Fix a blunder with the test version of call() Attempt to calm down clang-tidy and fix some stupid warnings in my CRC code (nothing much, just turned the counter int in a for-loop into a uint32_t to shut gcc up) Comment out the empty constructor to mute clang-tidy's warning about trivial constructors
-
- 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
Added an error condition Added tests for the spare field Minor change in the documentation Reimplement the spare field
-
athatheo authored
-
Dimitrios Stoupis authored
-