-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Start to use STL and stdio in superpmi #116422
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
Open
huoyaoyuan
wants to merge
30
commits into
dotnet:main
Choose a base branch
from
huoyaoyuan:superpmi/stl1
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.
+240
−324
Open
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
688e2b0
Use STL for MethodCallSummarizer
huoyaoyuan 6df1501
Use std::string for manipulating file name
huoyaoyuan 0ba0e96
Use std::string for global strings
huoyaoyuan ff5058e
Use unique_ptr for destruction
huoyaoyuan 01f4be7
Use RAII for logger
huoyaoyuan 0a95bc9
Load JIT with std::string
huoyaoyuan 84b95f3
Enable C++ 17 for superpmi
huoyaoyuan 9d8e705
Use std::filesystem for path manipulation
huoyaoyuan 137e9e3
Use dlsym since dlopen has been used
huoyaoyuan 65cdfa5
Port changes to other shims
huoyaoyuan 67d2f11
Update g_dataFileName
huoyaoyuan ce5d486
Cleanup
huoyaoyuan 93224cf
Don't replace . in extension
huoyaoyuan 08d99e4
Limit result file path
huoyaoyuan b22e3a9
Add comment about destructor
huoyaoyuan 407af70
Fix sign/unsigned mismatch
huoyaoyuan af049c7
Merge branch 'main' into superpmi/stl1
huoyaoyuan 9f1fcc8
Remove C++ 17 and fstream usage
huoyaoyuan 70152a8
Remove usages of std::filesystem::path
huoyaoyuan 4db4066
Don't introduce fstream
huoyaoyuan 58183b3
Cleanup UNIX usage
huoyaoyuan b3ce44d
Mark method as private
huoyaoyuan 7e81613
make_unique is not available in C++ 11
huoyaoyuan c169695
Update LoadLibrary error checking
huoyaoyuan f0f1857
Handle long cmdline
huoyaoyuan b1d2987
Use getline instead
huoyaoyuan 3d10f49
Merge branch 'main' into superpmi/stl1
huoyaoyuan 899f12d
Handle \0 delimiter
huoyaoyuan 16f6ee1
Update src/coreclr/tools/superpmi/superpmi-shared/spmiutil.cpp
huoyaoyuan dd225a6
Apply suggestions from code review
huoyaoyuan 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
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
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
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.