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

Implement framework properties #51

Merged
merged 3 commits into from
Oct 29, 2015
Merged

Conversation

jeffdiclemente
Copy link
Member

@saschazelzer, @karthikreddy09
This resolves #42. See #42 for the requirements.

Closes #42

Signed-off-by: The MathWorks, Inc. Roy.Lurie@mathworks.com
There is no longer a need to use the "construct on first use" idiom since global static initialization of the framework has been removed.

Signed-off-by: The MathWorks, Inc. Roy.Lurie@mathworks.com
@jeffdiclemente jeffdiclemente added this to the Release 3.0 milestone Oct 28, 2015
@saschazelzer
Copy link
Member

+1 nice!

I have no remarks related to the actual code changes. However, it looks like some automatic white-space formatting was applied to some files (e.g. usFramework.cpp and usBundle.cpp).

Apart from making it harder to review the changes via GitHub (I reviewed them locally with whitespace changes ignored), I suggest to keep the style originally used in the file in question and maybe do a separate cleanup commit later. It is not documented yet, but the default indentation style in use is two spaces, and e.g. no indentation inside namespace scope. Could you find the space-modified files touched in this PR and change the indentation back?

After the indentation fix, feel free to merge the PR yourself.

@jeffdiclemente
Copy link
Member Author

Great! Yes, I will fix up all the indentations first and then merge.

Adding information about code style standards (e.g. indentations, etc...) would be very helpful. I wasn't aware that the indentation for the namespace scope was by design.

No functional changes made.
Fixed incorrect indentations made by previous commits.

Signed-off-by: The MathWorks, Inc. Roy.Lurie@mathworks.com
jeffdiclemente added a commit that referenced this pull request Oct 29, 2015
@jeffdiclemente jeffdiclemente merged commit 5265afc into development Oct 29, 2015
@jeffdiclemente jeffdiclemente deleted the 42-framework-properties branch October 29, 2015 14:50
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.

Implement framework properties
2 participants