- 29 Oct, 2019 11 commits
-
-
-
-
-
-
-
GILLES Sebastien authored
#1292 Fix many warnings, most of them stemming from the fact Seldon used int for its indexes whereas Xtensor use the more sensible std::size_t.
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
#1492 Remove Tclap from the library - give it the same status as the others third party libraries that are installed through ThirdPartyCompilationFactory.
-
- 17 Oct, 2019 6 commits
-
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
#1292 Replace the alias XtensorMatrix and XtensorVector by LocalMatrix and LocalVector. Remove now unused files.
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
- 16 Oct, 2019 7 commits
-
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
#1292 TMP Elasticity case compiles with XTensor only. Many deactivated to make that work though... Seldon has been removed due to conflicts with Blas files also in Xtensor.
-
GILLES Sebastien authored
-
- 12 Oct, 2019 6 commits
-
-
GILLES Sebastien authored
-
GILLES Sebastien authored
#1292 Use Xtensor for the transient source operator. I used the same trick as reported in previous commit for matrices.
-
GILLES Sebastien authored
#1292 Use Xtensor for the mass operator. Currently I'm introducing the possibility to use Seldon or Xtensor; it is only temporary and the goal is to use Xtensor everywhere at the end of the day. Some asserts are deactivated and should be adapted and reactivated before closing this ticket.
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
- 11 Oct, 2019 8 commits
-
-
GILLES Sebastien authored
-
GILLES Sebastien authored
#859 Add an initialization to please gcc / release (which is totally wrong). It will probably trigger a code smell in Sonarqube as the value thus initialized is never read...
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
- 10 Oct, 2019 2 commits
-
-
GILLES Sebastien authored
#1490 As the previous test worked, add cppcheck and clang static analysis and see if all is properly taken into account in sonar analysis.
-
GILLES Sebastien authored
#1490 Replace Python script by shell script to run sonar-scanner. Temporarily deactivate clang static analysis.
-