- Aug 23, 2019
-
-
Grigoris Pavlakis authored
-
Grigoris Pavlakis authored
Suggested by @xlxs4
-
- Aug 18, 2019
-
-
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
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
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
-
Grigoris Pavlakis authored
Need to fix linker errors. Also updated documentation.
-
Grigoris Pavlakis authored
-
Grigoris Pavlakis authored
-
Grigoris Pavlakis authored
in order to make construction and adding more natural
-
Grigoris Pavlakis authored
-
- Apr 05, 2019
-
-
hiluluk authored
-
hiluluk authored
-
clang-format authored
-
- Apr 04, 2019
- Apr 02, 2019
-
-
kongr45gpen authored
-
- Mar 23, 2019
-
-
kongr45gpen authored
-
- Mar 20, 2019
-
-
Grigoris Pavlakis authored
Fix a bug in reportParameterIds() caused by the transition to calling-by-reference, namely: not resetting the reading position before attempting reads, resulting in incorrect data being read
-
Grigoris Pavlakis authored
-
- Mar 15, 2019
-
-
Grigoris Pavlakis authored
Add missing failed start of execution notifications, change assertions to the more appropriate assertRequest and fix a breaking faulty assertion case (credits to @thodkatz for his help)
-
- Mar 13, 2019
-
-
Grigoris Pavlakis authored
-
Grigoris Pavlakis authored
Prepare for replacement of if statements checking message type with assertions and proper notification messages provided by ErrorHandler
-
Grigoris Pavlakis authored
-
Grigoris Pavlakis authored
-
Grigoris Pavlakis authored
Rework reportParameterIds() to use a map instead of an array in order to fix the bug with the uninitialized structs and make the code more robust and readable
-
Grigoris Pavlakis authored
setup, more info on numOfValidIds() source
-
Grigoris Pavlakis authored
-
- Mar 09, 2019
-
-
Grigoris Pavlakis authored
Replace the if's used for message type checking with proper error-handler-controlled assertions. One test needs updating to use the error handler's output.
-
- Mar 02, 2019
-
-
Grigoris Pavlakis authored
Prepare for replacement of if statements checking message type with assertions and proper notification messages provided by ErrorHandler
-