We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
GO
Aggording to #793 it has decided, that all GrandOrgue classes should have the single GO prefix.
All classes and files started with GOrgue should be renamed to start with GO (remove rgue).
GOrgue
rgue
All classes and files started with GrandOrgue should be renamed to start with GO.
GrandOrgue
The files should be renamed to correspond to the class names
The names of header files with these prefixes not containing any classes should be converted to lowercase with the prefix go_
go_
Not to forget to rename include protection variables:
#ifndef GORGUESTOP_H #define GORGUESTOP_H
to
#ifndef GOSTOP_H #define GOSTOP_H
The text was updated successfully, but these errors were encountered:
Rename GOrgue files GrandOrgue#816
7d1e795
Fixed windows build GrandOrgue#816
93496d6
77cbbe6
8d357ab
Rename in the new mutex implementation GrandOrgue#816
2044c89
oleg68
Successfully merging a pull request may close this issue.
Aggording to #793 it has decided, that all GrandOrgue classes should have the single
GO
prefix.All classes and files started with
GOrgue
should be renamed to start withGO
(removergue
).All classes and files started with
GrandOrgue
should be renamed to start withGO
.The files should be renamed to correspond to the class names
The names of header files with these prefixes not containing any classes should be converted to lowercase with the prefix
go_
Not to forget to rename include protection variables:
to
The text was updated successfully, but these errors were encountered: