Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.
Failed

Changes

Summary

  1. Add possibility to specify and load external resources (commit: 432d415) (details)
  2. [add_external_resources] option to generate RCC files (commit: e331d18) (details)
  3. [iterativeClosestPoint] rm unused function exportTransform (commit: 92c5f9d) (details)
  4. Add mesh manipulation undo and redo. Add list of imported transformation. Add ability to apply the inverse transform. (commit: fc571a5) (details)
  5. Fix conflict. Robustify import of transform matrices. (commit: 5937b10) (details)
  6. Remove debug code (commit: 95eee54) (details)
  7. Remove debug message and commented lines. (commit: d0fd928) (details)
  8. Transformation matrix is now saved in each dataset. (commit: f80c7cc) (details)
  9. Use medToolbox method to display error. (commit: c6c0555) (details)
  10. put computerInfo code (commit: 6c4ae39) (details)
  11. [iterativeClosestPoint] rm unused function exportTransform (commit: 2e03e53) (details)
  12. [FIX] compilation issue (commit: 67b8af8) (details)
Commit 432d415dbe92606cec3a17f6fd582d907195f131 by florent.collot
Add possibility to specify and load external resources
(commit: 432d415)
The file was modified src/cmake/module/set_exe_install_rules.cmake (diff)
The file was addedsrc/layers/legacy/medCoreLegacy/medExternalResources.cpp
The file was addedsrc/cmake/module/add_external_resources.cmake
The file was addedsrc/layers/legacy/medCoreLegacy/medExternalResources.h
The file was modified src/cmake/module/set_lib_install_rules.cmake (diff)
The file was modified src/CMakeLists.txt (diff)
The file was modified src/app/medInria/CMakeLists.txt (diff)
Commit e331d189761c23b04e2349c74d5bdd7a44ca3607 by florent.collot
[add_external_resources] option to generate RCC files
(commit: e331d18)
The file was modified src/cmake/module/add_external_resources.cmake (diff)
Commit 92c5f9d197c7b153a822b5d34fae0d6d11c20923 by andony.arrieula
[iterativeClosestPoint] rm unused function exportTransform
(commit: 92c5f9d)
The file was modified src/plugins/legacy/iterativeClosestPoint/iterativeClosestPointToolBox.h (diff)
Commit fc571a52b9f43893f3942fa94945be304fda1065 by mehdi.juhoor
Add mesh manipulation undo and redo. Add list of imported transformation. Add ability to apply the inverse transform.
(commit: fc571a5)
The file was modified src/plugins/legacy/meshManipulation/meshManipulationToolBox.cpp (diff)
The file was modified src/plugins/legacy/meshManipulation/meshManipulationToolBox.h (diff)
Commit 5937b10230c56df27d394e9b95e4726e79619149 by mehdi.juhoor
Fix conflict. Robustify import of transform matrices.
(commit: 5937b10)
The file was modified src/plugins/legacy/meshManipulation/meshManipulationToolBox.cpp (diff)
The file was modified src/plugins/legacy/meshManipulation/meshManipulationToolBox.cpp (diff)
Commit d0fd92822be54880bea732d5e5d598b851173730 by mehdi.juhoor
Remove debug message and commented lines.
(commit: d0fd928)
The file was modified src/plugins/legacy/meshManipulation/meshManipulationToolBox.cpp (diff)
Commit f80c7cc260d69bec38f47f59264d58dfcd93cf24 by mehdi.juhoor
Transformation matrix is now saved in each dataset.
(commit: f80c7cc)
The file was modified src/plugins/legacy/meshManipulation/meshManipulationToolBox.cpp (diff)
Commit c6c05559860df74ab11cf56d0fd9ac937476f14e by mehdi.juhoor
Use medToolbox method to display error.
(commit: c6c0555)
The file was modified src/plugins/legacy/meshManipulation/meshManipulationToolBox.cpp (diff)
The file was modified src/layers/legacy/medCoreLegacy/CMakeLists.txt (diff)
The file was addedsrc/layers/legacy/medCoreLegacy/computerInfo/computerInfo.h
The file was addedsrc/layers/legacy/medCoreLegacy/computerInfo/ram.cpp
The file was addedsrc/layers/legacy/medCoreLegacy/computerInfo/cpu.cpp
The file was addedsrc/layers/legacy/medCoreLegacy/computerInfo/networkAndNaming.cpp
Commit 2e03e5395b3e590114600d2673e8c7826390de11 by julien.castelneau
[iterativeClosestPoint] rm unused function exportTransform
(commit: 2e03e53)
The file was modified src/plugins/legacy/iterativeClosestPoint/iterativeClosestPointToolBox.h (diff)
The file was modified src/layers/legacy/medCoreLegacy/computerInfo/cpu.cpp (diff)
The file was modified src/layers/legacy/medCoreLegacy/computerInfo/computerInfo.h (diff)