Alex Bilger
Alex Bilger
And also clean DataFileName and DataFileNameVector. DataFileNameVector has been extracted in its own files. The extra copy came from the DataFileNameVector constructor which took a `sofa::type::vector` but it should take...
The following code create memory leaks: ```cpp static const BaseClass* get() { static TClass *theClass=new TClass(); return theClass; } ``` To remove the memory leak, it has to be replaced...
Tested on Windows, VS 16 2019, Qt 5.15.2
______________________________________________________ By submitting this pull request, I acknowledge that **I have read, understand, and agree [SOFA Developer Certificate of Origin (DCO)](https://github.com/sofa-framework/sofa/blob/master/CONTRIBUTING.md#sofa-developer-certificate-of-origin-dco)**. ______________________________________________________ **Reviewers will merge this pull-request only if** -...
A detailed description of the component is provided in the code Unit tests are added. ______________________________________________________ By submitting this pull request, I acknowledge that **I have read, understand, and agree...
I wondered why it is necessary to pass the pointer to the Data to initialize it in the `initData` function. I tried to remove it, and nothing bad seems to...
if the attribute "src" is found, a link is dynamically added to the object. If the link is resolved right away, it links the Data. If the link is not...
TODO ______________________________________________________ By submitting this pull request, I acknowledge that **I have read, understand, and agree [SOFA Developer Certificate of Origin (DCO)](https://github.com/sofa-framework/sofa/blob/master/CONTRIBUTING.md#sofa-developer-certificate-of-origin-dco)**. ______________________________________________________ **Reviewers will merge this pull-request only if**...
The LateSpecialization pattern, introduced in https://github.com/sofa-framework/sofa/commit/1b92a802eb69693af65f2094f02f9a734d333804, was used to avoid code duplication between float and double specialization of Rigids. However, now that there is only one specialization, it makes the...
______________________________________________________ By submitting this pull request, I acknowledge that **I have read, understand, and agree [SOFA Developer Certificate of Origin (DCO)](https://github.com/sofa-framework/sofa/blob/master/CONTRIBUTING.md#sofa-developer-certificate-of-origin-dco)**. ______________________________________________________ **Reviewers will merge this pull-request only if** -...