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

[packages] Move all SofaComponent* + rename SofaAllCommonComponents #1155

Merged
merged 19 commits into from
Oct 23, 2019

Conversation

guparan
Copy link
Contributor

@guparan guparan commented Sep 26, 2019

This is an old work that has already been merged into ng branch (see #620) but since the NG task is paused for now I think it would be appreciable to have this in master.

The idea is to remove SofaComponent* from modules (because they are not modules) and put them next to SofaAllCommonComponents.

Concretely, this PR does:

  • Move SofaComponent* next to SofaAllCommonComponents
  • Rename SofaAllCommonComponents into SofaComponentAll
  • Rename "packages" into "collections" to avoid confusion with CMake packages like SofaGeneral, SofaFramework, ...
  • Somes fixes in SofaPreconditioner and SofaSparseSolver completing [All] Improve extlibs integration #1137

This PR:

  • builds with SUCCESS for all platforms on the CI.
  • does not generate new warnings.
  • does not generate new unit test failures.
  • does not generate new scene test failures.
  • does not break API compatibility.
  • is more than 1 week old (or has fast-merge label).

Reviewers will merge only if all these checks are true.

@guparan guparan added pr: status to review To notify reviewers to review this pull-request pr: clean Cleaning the code labels Sep 26, 2019
@@ -22,10 +22,10 @@
#ifndef SOFA_HELPER_SYSTEM_GL_H
#define SOFA_HELPER_SYSTEM_GL_H

#include <sofa/helper/system/config.h>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, this is a fix that has nothing to do with my PR.
Still, it is needed when SOFA_NO_OPENGL is ON.

@guparan
Copy link
Contributor Author

guparan commented Sep 26, 2019

[ci-build][with-all-tests]

@hugtalbot hugtalbot added the pr: breaking Change possibly inducing a compilation error label Oct 2, 2019
@guparan guparan added pr: status wip Development in the pull-request is still in progress and removed pr: status to review To notify reviewers to review this pull-request labels Oct 2, 2019
@guparan guparan added pr: status to review To notify reviewers to review this pull-request and removed pr: status wip Development in the pull-request is still in progress labels Oct 17, 2019
@hugtalbot hugtalbot added pr: status ready Approved a pull-request, ready to be squashed and removed pr: status to review To notify reviewers to review this pull-request labels Oct 23, 2019
@hugtalbot hugtalbot merged commit d6dee45 into sofa-framework:master Oct 23, 2019
@guparan guparan added this to the v19.12 milestone Jan 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr: breaking Change possibly inducing a compilation error pr: clean Cleaning the code pr: status ready Approved a pull-request, ready to be squashed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants