[image] Apply new factory registration mechanism #5773
[image] Apply new factory registration mechanism #5773fredroy merged 10 commits intosofa-framework:masterfrom
Conversation
|
[ci-build][with-all-tests] |
86309b6 to
d68be99
Compare
|
[ci-depends-on] detected during build #5. To unlock the merge button, you must
|
|
[ci-build][force-full-build] |
|
[ci-depends-on] detected during build #6. To unlock the merge button, you must
|
|
[ci-depends-on] detected during build #7. To unlock the merge button, you must
|
|
[ci-depends-on] detected during build #8. To unlock the merge button, you must
|
|
[ci-depends-on] detected during build #9. To unlock the merge button, you must
|
|
red red red :/ |
|
[ci-depends-on] detected during build #10. To unlock the merge button, you must
|
|
[ci-depends-on] detected during build #11. To unlock the merge button, you must
|
| extern void registerCollisionToCarvingEngine(sofa::core::ObjectFactory* factory); | ||
|
|
||
| #ifdef SOFA_BUILD_TESTS | ||
| extern void registerTestImageEngine(sofa::core::ObjectFactory* factory); |
There was a problem hiding this comment.
This will never work as the definition of registerTestImageEngine is in an other Translation Unit so the symbol will never be defined at link stage. And image is a dep of image_test, not the other way around
|
[ci-depends-on] detected during build #12. To unlock the merge button, you must
|
|
[ci-build][force-full-build] |
|
[ci-depends-on] detected during build #13. To unlock the merge button, you must
|
|
[ci-build][with-all-tests] |
|
[ci-depends-on] detected during build #14. To unlock the merge button, you must
|
|
[ci-depends-on] detected during build #15. To unlock the merge button, you must
|
f4f3c88 to
d68cf6f
Compare
|
[ci-depends-on] detected during build #16. To unlock the merge button, you must
|
|
[ci-build][with-all-tests][force-full-build] |
|
[ci-depends-on] detected during build #17. All dependencies are merged/closed. Congrats! 👍 |
See #4429
Assess that other PRs are passing using :
[ci-depends-on https://github.com/sofa-framework/CSparseSolvers/pull/6]
[ci-depends-on https://github.com/sofa-framework/CGALPlugin/pull/39]
[ci-depends-on https://github.com/sofa-framework/Registration/pull/29]
By submitting this pull request, I acknowledge that
I have read, understand, and agree SOFA Developer Certificate of Origin (DCO).
Reviewers will merge this pull-request only if