Skip to content
Snippets Groups Projects
  1. Apr 15, 2022
    • Guilhem Saurel's avatar
      pre-commit: autoupdate devel branch · 20dc0b91
      Guilhem Saurel authored
      20dc0b91
    • Guilhem Saurel's avatar
      fix warnings · b9277401
      Guilhem Saurel authored
      It was:
      …/hpp-centroidal-dynamics/src/solver_LP_abstract.cpp: Dans la fonction membre « virtual bool centroidal_dynamics::Solver_LP_abstract::writeLpToFile(const string&, centroidal_dynamics::Cref_vectorX, centroidal_dynamics::Cref_vectorX, centroidal_dynamics::Cref_vectorX, centroidal_dynamics::Cref_matrixXX, centroidal_dynamics::Cref_vectorX, centroidal_dynamics::Cref_vectorX) »:
      …/hpp-centroidal-dynamics/src/solver_LP_abstract.cpp:46:13: attention: le transtypage du type « const Scalar* » {aka « const double* »} vers le type « char* » élimine les qualificatifs [-Wcast-qual]
         46 |   out.write((char *)c.data(), n * sizeof(typename MatrixXX::Scalar));
            |             ^~~~~~~~~~~~~~~~
      …/hpp-centroidal-dynamics/src/solver_LP_abstract.cpp:47:13: attention: le transtypage du type « const Scalar* » {aka « const double* »} vers le type « char* » élimine les qualificatifs [-Wcast-qual]
         47 |   out.write((char *)lb.data(), n * sizeof(typename MatrixXX::Scalar));
            |             ^~~~~~~~~~~~~~~~~
      …/hpp-centroidal-dynamics/src/solver_LP_abstract.cpp:48:13: attention: le transtypage du type « const Scalar* » {aka « const double* »} vers le type « char* » élimine les qualificatifs [-Wcast-qual]
         48 |   out.write((char *)ub.data(), n * sizeof(typename MatrixXX::Scalar));
            |             ^~~~~~~~~~~~~~~~~
      …/hpp-centroidal-dynamics/src/solver_LP_abstract.cpp:49:13: attention: le transtypage du type « const Scalar* » {aka « const double* »} vers le type « char* » élimine les qualificatifs [-Wcast-qual]
         49 |   out.write((char *)A.data(), m * n * sizeof(typename MatrixXX::Scalar));
            |             ^~~~~~~~~~~~~~~~
      …/hpp-centroidal-dynamics/src/solver_LP_abstract.cpp:50:13: attention: le transtypage du type « const Scalar* » {aka « const double* »} vers le type « char* » élimine les qualificatifs [-Wcast-qual]
         50 |   out.write((char *)Alb.data(), m * sizeof(typename MatrixXX::Scalar));
            |             ^~~~~~~~~~~~~~~~~~
      …/hpp-centroidal-dynamics/src/solver_LP_abstract.cpp:51:13: attention: le transtypage du type « const Scalar* » {aka « const double* »} vers le type « char* » élimine les qualificatifs [-Wcast-qual]
         51 |   out.write((char *)Aub.data(), m * sizeof(typename MatrixXX::Scalar));
            |             ^~~~~~~~~~~~~~~~~~
      b9277401
    • Guilhem Saurel's avatar
      sync submodule · 79c596e9
      Guilhem Saurel authored
      79c596e9
  2. Apr 08, 2022
  3. Apr 05, 2022
  4. Oct 13, 2021
  5. Oct 12, 2021
  6. Sep 30, 2021
  7. Apr 13, 2021
  8. Apr 07, 2021
  9. Apr 02, 2021
  10. Feb 23, 2021
  11. Sep 11, 2020
  12. Jun 12, 2020
  13. Apr 29, 2020
  14. Apr 28, 2020
  15. Apr 15, 2020
  16. Apr 14, 2020
  17. Nov 26, 2019
  18. Sep 25, 2019
  19. Sep 24, 2019
Loading