Alex Bilger

Results 110 issues of 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...

pr: breaking
pr: status to review
pr: clean

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...

pr: breaking
pr: status to review
pr: clean

Tested on Windows, VS 16 2019, Qt 5.15.2

issue: bug (minor)

______________________________________________________ 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** -...

pr: status wip
pr: clean

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...

pr: status to review

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...

pr: status wip

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...

enhancement
pr: status wip

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**...

pr: status to review
refactoring
pr: highlighted in next release

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...

pr: breaking
pr: status wip
pr: clean
STC#14

______________________________________________________ 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** -...

pr: status to review
pr: clean