-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ISSUE #111][COMPONENTS] Introduce component architecture to the project
1. [X] Have you followed the guidelines in our [Contributing document](../blob/master/CONTRIBUTING.md)? 2. [X] Have you checked to ensure there aren't other open [Pull Requests](../pulls) for the same update/change? 3. [X] Have you built the project, and performed manual testing of your functionality for all supported platforms - Linux and Windows? 4. [X] Is your change backward-compatible with the previous version of the plugin? >>> Change description: - Introduction of the DMA_Plantuml concept, which allows to declare plantuml metadata within the C++ code - Integration of DMA_Plantuml concept into the project >> Verification criteria: - DMA_Plantuml concept tested on Windows - All Git hub checks were passed
- Loading branch information
Showing
16 changed files
with
1,746 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -108,6 +108,4 @@ private slots: | |
tRequestId mRequestIdCounter; | ||
}; | ||
|
||
|
||
|
||
#endif // CDLTMESSAGEANALYZERCONTROLLER_HPP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
dltmessageanalyzerplugin/src/common/DMA_Plantuml/CMakeLists.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
add_library(DMA_Plantuml STATIC | ||
DMA_Plantuml.cpp) |
Oops, something went wrong.