-
Notifications
You must be signed in to change notification settings - Fork 34
Add janadot plugin with plugin-based and group-based graph splitting for enhanced call graph visualization #2040
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
Copilot
wants to merge
29
commits into
main
Choose a base branch
from
copilot/fix-fa2a3ce4-8a21-441e-9641-77391e5b455f
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
4b58875
Initial plan
Copilot ca26b63
Implement janadot plugin with graph splitting functionality
Copilot 080b349
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] da54165
Implement plugin-based janadot splitting with period-separated naming
Copilot 8948d9f
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] d5a815f
Fix janadot plugin parameter conflict by renaming to eicjanadot
Copilot 7ba3a28
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] eb8fa25
Remove old janadot group parameters from CI workflow to fix parameter…
Copilot 67e014c
Add eicjanadot plugin with enhanced plugin-based graph splitting and …
wdconinc 62f5397
Revert plugin name back to janadot and implement major code refactoring
Copilot 8aa02d3
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 724f289
Fix workflow to use janadot plugin instead of eicjanadot
Copilot 700d41a
Remove default plugin split_criteria option to minimize workflow defi…
wdconinc 8be784d
Address review comments: update default split criteria, MakeNametag f…
Copilot 3c513cf
Change default split_criteria back to plugin
Copilot 5d40aed
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] f886b6d
Test factory nametags and plugin_names
wdconinc 4b6cddf
Add janadot plugin with enhanced plugin-based graph splitting and int…
wdconinc 3a793d5
Re-add janadot groups functionality and .github/janadot.groups file
Copilot 9713642
Remove LoadGroupDefinitions functionality and restore command line gr…
Copilot d272a06
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] fc644a9
Refactor dot file renaming and conversion logic
wdconinc a82d7b3
Replace GetParameterNames with FilterParameters
wdconinc 5af52d1
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] b3711e1
Remove size, components, type split_criteria and fix compilation error
Copilot 2da8f63
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 1ac1e54
Remove unused variables and methods
wdconinc dd45977
Remove debugging output
wdconinc 2979a0c
Add janadot plugin with plugin-based and group-based graph splitting …
wdconinc File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| add_subdirectory(dump_flags) | ||
| add_subdirectory(eicrecon) | ||
| add_subdirectory(janadot) | ||
| add_subdirectory(janatop) |
This file contains hidden or 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,13 @@ | ||
| # Automatically set plugin name the same as the directory name Don't forget | ||
| # string(REPLACE " " "_" PLUGIN_NAME ${PLUGIN_NAME}) if this dir has spaces in | ||
| # its name | ||
| get_filename_component(PLUGIN_NAME ${CMAKE_CURRENT_LIST_DIR} NAME) | ||
|
|
||
| # Function creates ${PLUGIN_NAME}_plugin and ${PLUGIN_NAME}_library targets | ||
| # Setting default includes, libraries and installation paths | ||
| plugin_add(${PLUGIN_NAME}) | ||
|
|
||
| # The macro grabs sources as *.cc *.cpp *.c and headers as *.h *.hh *.hpp Then | ||
| # correctly sets sources for ${_name}_plugin and ${_name}_library targets Adds | ||
| # headers to the correct installation directory | ||
| plugin_glob_all(${PLUGIN_NAME}) |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.