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

Modernize code base #83

Draft
wants to merge 22 commits into
base: master
Choose a base branch
from

Conversation

crhowell3
Copy link
Contributor

I want to take one more look over everything before I mark this as ready, but I have completed the bulk of the code base overhaul. I have included .clang-format and .clang-tidy configuration files in the top-level directory, and I ran clang-tidy and Google's cpplint on all the source files to reformat them to follow Google Style conventions. I changed a lot of the primitive types to use the modern, standardized uint_t/int_t types defined in <cstdint>, i.e., unsigned int -> uint32_t, etc. I also changed all the DIS includes to use "" instead of <>, as is convention for project-level include files.

Again, there may be a few other things I need to tweak before this is ready, but I just wanted to go ahead and create the PR with my current progress.

@crhowell3
Copy link
Contributor Author

crhowell3 commented Apr 27, 2023

Also, this will resolve issue #52.

@leif81 leif81 linked an issue Apr 27, 2023 that may be closed by this pull request
@leif81
Copy link
Member

leif81 commented Sep 8, 2023

@crhowell3 this PR is marked draft. Did you have further changes you planned to add here?

@crhowell3
Copy link
Contributor Author

I will take another look at this issue to ensure that everything is ready as I intended. I will let you know if there is anything else that needs to be done. Sorry for such a long wait

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use "" for local includes
2 participants