Skip to content
Snippets Groups Projects
  1. Oct 17, 2016
    • Alexis Girault's avatar
      COMP: Fix FindVRPN when USE_OMNI · 01668a67
      Alexis Girault authored
      FindVRPN: The order in which the libraries were
      found was creating an compilation error during
      linking on Linux, as well as windows when being
      read from an external project.
      
      iMSTKConfig.cmake.in: ${PROJECT_NAME} would not be
      set to "iMSTK" from an external project.
      
      External_VRPN: VRPN_BUILD_SERVERS:BOOL was defined
      twice in imstk_add_external_project(VRPN)
      01668a67
  2. Oct 03, 2016
  3. Sep 29, 2016
  4. Sep 27, 2016
    • Alexis Girault's avatar
      COMP: fix ftd2xx.lib copy at compile time · 1fdfa17a
      Alexis Girault authored
      On some windows systems, the command `cmake -E copy`
      within `copy_ftd2xx_static_command` renames the ftd2xx.lib
      file as `lib\${BUILD_TYPE}` instead of copying it within
      the directory of the same name. Because of this, the directory
      can not be created in the future for other libraries, explaining
      the high number of compilation errors (~50)
      1fdfa17a
  5. Sep 22, 2016
  6. Sep 21, 2016
  7. Jul 12, 2016
    • Alexis Girault's avatar
      COMP: fix comp errors due to rebase · a2f4ae30
      Alexis Girault authored
      After rebasing on dynamics-sprint, the following
      errors appeared:
      - change from VecNf to VectorF
      - wrongfully placed 'virtual' in MassSpringForceModel
      - wrongfully placed '#endif' in MassSpringForceModel
      - missing include in NonLinearSolver
      - error in constructor in NonLinearSystem
      - error in Eigen include in TimeIntegrator
      - error in VTK remote address in External_VTK.cmake
      a2f4ae30
    • Alexis Girault's avatar
      ENH: Use forked VTK for multi-textures · aec4f75e
      Alexis Girault authored
      aec4f75e
  8. Jun 15, 2016
  9. Jun 06, 2016
  10. Jun 02, 2016
  11. May 29, 2016
  12. May 11, 2016
  13. May 10, 2016
  14. May 09, 2016
  15. May 07, 2016
  16. May 06, 2016
  17. May 04, 2016
  18. May 03, 2016
  19. Apr 15, 2016
  20. Apr 07, 2016
  21. Apr 01, 2016
  22. Mar 31, 2016
Loading