-
Notifications
You must be signed in to change notification settings - Fork 106
Reorganize CGNS repository structure #798
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
Comments
@brtnfld what's your opinion ? |
I'm fine with the reorganization. Do you plan on moving the Autotools files to the top level, too? I always thought it strange that these files were not located there. I would call it just examples. |
Yes Autotools should be moved as well. I was thinking of waiting for the 4.5.0 release before starting any change. |
We should also introduce a clang-format spec so that all the C code conforms to a specific formatting standard. It is probably easiest to do this when the number of active branches is minimal. |
We should adopt a similar structure to hdf5 repos .
This would reorganize the repos like this:
... *.c *.h
This would mean that current tests that are under src would be moved up.
The cgnstools, utils, and tools would also move up.
The text was updated successfully, but these errors were encountered: