Skip to content
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

reorganize/tidy Process-*.cpp source units #5138

Merged
merged 2 commits into from
Dec 27, 2024

Conversation

ab9rf
Copy link
Member

@ab9rf ab9rf commented Dec 26, 2024

Rearrange all three Process-*.cpp files so that the contents are in parallel as much as possible

remove using namespace std code smell
reorganize header includes
change minimum supported windows version to 6.0 (Vista)

Rearrange all three `Process-*.cpp` files so that the contents are in parallel as much as possible

remove `using namespace std` code smell
reorganize header includes
change minimum supported windows version to 6.0 (Vista)
missed these on the first pass, mb
@lethosor
Copy link
Member

FYI, this will probably conflict with #5093, although likely not too badly since you're not changing logic.

@ab9rf
Copy link
Member Author

ab9rf commented Dec 26, 2024

FYI, this will probably conflict with #5093, although likely not too badly since you're not changing logic.

i was aware of that. i'm also not sure what the status of that PR is

@myk002 myk002 merged commit 2d17cc0 into DFHack:develop Dec 27, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants