- 08 Apr, 2021 17 commits
-
-
Hrvoje authored
Patterns overhaul Closes #8, #13, #14, and #17 See merge request Patterns!47
-
Dino Sharich authored
-
Dino Sharich authored
- Fix documentation in Error. - Fix namespace of StateMachine.
-
Dino Sharich authored
-
Dino Sharich authored
-
Dino Sharich authored
-
Dino Sharich authored
-
Dino Sharich authored
- replace Patterns namespace with Pattern for design patterns, - replace other Patterns occurrences with Essential.
-
Dino Sharich authored
-
Dino Sharich authored
-
Dino Sharich authored
As the whole library is going to be called Essential, port must be called accordingly.
-
Dino Sharich authored
-
Dino Sharich authored
-
Dino Sharich authored
-
Dino Sharich authored
-
Dino Sharich authored
-
Dino Sharich authored
-
- 01 Apr, 2021 1 commit
-
-
Dino Sharich authored
Usability/replace const char See merge request Patterns!48
-
- 31 Mar, 2021 1 commit
-
-
Petar authored
Now, module and class names are printed correctly.
-
- 29 Mar, 2021 1 commit
-
-
Petar authored
Changes were made so the std:string_view variables are used properly and the tests are able to compile.
-
- 25 Mar, 2021 3 commits
- 22 Feb, 2021 2 commits
-
-
Hrvoje authored
Fix double dot in the error message See merge request Patterns!46
-
Dino Sharich authored
-
- 19 Feb, 2021 4 commits
-
-
Hrvoje authored
Usability/error code print See merge request Patterns!45
-
Hrvoje authored
Add new error code CoprocessorResponse See merge request Patterns!44
-
Dino Sharich authored
-
Dino Sharich authored
-
- 28 Jan, 2021 1 commit
-
-
Hrvoje authored
-
- 22 Jan, 2021 2 commits
-
-
Dino Sharich authored
Refactor folder structure to the coding standard and tidier docs See merge request aconnoProducts/aconnoLibs/Patterns!40
-
Dino Sharich authored
[[nodiscard]] was added to the Error::Case enumerator.
-
- 21 Jan, 2021 1 commit
-
-
Dino Sharich authored
-
- 20 Jan, 2021 4 commits
-
-
Hrvoje authored
-
Hrvoje authored
-
Hrvoje authored
-
Hrvoje authored
Introduced with C++17, the [[nodiscard]] attribute causes compiler to warn if a function/value marked as nondiscard is unused. Adding nodiscard attrbute to aconno Error::Code enum causes our entire codebase to be covered with this - if Error::Code return value is ignored, warning will occur. In some instances developer might really want to ignore a return value on purpose. For this purpose DISCARD_RETURN() macro is provided.
-
- 15 Jan, 2021 3 commits
-
-
Dino Sharich authored
Rename GPIO class to Pin.
-
Dino Sharich authored
-
Dino Sharich authored
This was done to match the folder structure.
-