Skip to content
Snippets Groups Projects
  1. Jan 26, 2018
    • Jean-Baptiste Vimort's avatar
      ENH: Integration of openVR in iMSTK · ad28a29d
      Jean-Baptiste Vimort authored
      The simulation can now be set to either instantiate:
        - A regular simulation using vtkRenderWindow
        - A VR simulation using vtkOpenVRRenderWindow
      
      To do so, the simulation manager can be set to be a VR simulation
      when initialized. The default comportment will be a regular simulation.
      ad28a29d
  2. Nov 28, 2017
  3. Nov 11, 2017
  4. Oct 27, 2017
  5. Sep 13, 2017
  6. Sep 10, 2017
  7. Sep 07, 2017
  8. Aug 24, 2017
  9. Aug 07, 2017
  10. May 03, 2017
    • Dženan Zukić's avatar
      STYLE: improving configuration of uncrustify · cb300700
      Dženan Zukić authored
      Enforces license header and the rest of configuration options. To enable it,
      manually run SetupForDevelopment.sh and enable uncrustify during configure.
      Also provided is default configuration file to be consulted when a new
      option is needed. This file has explanations for all the options.
      
      Also, some source code files have been modified to prevent ugly auto-reformatting.
      cb300700
  11. Apr 19, 2017
  12. Apr 12, 2017
  13. Apr 05, 2017
  14. Nov 08, 2016
    • Alexis Girault's avatar
      COMP: Allow CTest to cover innerbuild tests · f3522cb8
      Alexis Girault authored
      With the superbuild architecture, the inner project
      is not added as a subdirectory in the superbuild project,
      but configured through ExternalProject_Add(). For this
      reason, the CTestTestfile.cmake at the top level (superbuild
      project) does not add the Innerbuild directory in which
      there is another CTestTestfile.cmake referencing the tests
      of the inner project.
      
      This commit includes the file `imstkCTestAddInnerbuild.cmake.in`
      which calls `subdirs()` on the Innerbuild directory. That file
      is configured in the top-level build directory, and added as
      the TEST_INCLUDE_FILE property to that directory. This will
      include that file to the top-level CTestTestfile.cmake, which
      will therefore be able to reach the CTestTestfile.cmake in the
      Innerbuild directory when running ctest.
      
      Use this commit to also only solve external dependencies
      in the superbuild tree, no need to to it in the innerbuild tree.
      f3522cb8
    • Alexis Girault's avatar
      ENH: Add Google Test as external project · 25c20bb7
      Alexis Girault authored
      25c20bb7
  15. Nov 03, 2016
  16. Oct 30, 2016
  17. Oct 05, 2016
  18. Sep 23, 2016
  19. Sep 21, 2016
  20. Jul 28, 2016
  21. Jul 22, 2016
    • Hong Li's avatar
      OR Scene and human models · 6b17c85b
      Hong Li authored
      Add OR Scene Objects and human models. Only one model can be assigned
      texture now. Add test cases in Sandbox.
      6b17c85b
  22. Jul 21, 2016
  23. Jul 12, 2016
  24. Jun 21, 2016
  25. Jun 15, 2016
  26. Jun 02, 2016
  27. May 26, 2016
  28. May 09, 2016
  29. May 06, 2016
  30. May 03, 2016
  31. Apr 09, 2016
Loading