Skip to content
Snippets Groups Projects
  1. Nov 14, 2016
  2. Oct 31, 2016
    • Sreekanth Arikatla's avatar
      COMP: Refactoring pbd collision constraint classes · 14e2820b
      Sreekanth Arikatla authored
      1. Seperate files for separate Pbd colliison constrain classes
      2. Preincrement lop variables
      3. Refactor collision constraint classes: remove raw pointers, using auto, style corrections
      4. Move pbd constraints to seperate folder within constraint folder
      5. Clears warnings in Physics module
      14e2820b
  3. Oct 18, 2016
  4. Jul 28, 2016
  5. Jul 27, 2016
  6. Jul 25, 2016
  7. Jul 13, 2016
  8. Jul 12, 2016
  9. Jun 16, 2016
  10. May 19, 2016
  11. May 17, 2016
  12. May 16, 2016
  13. May 11, 2016
  14. May 02, 2016
    • Alexis Girault's avatar
      BUG: Make module status atomic · e8e8b047
      Alexis Girault authored
      In release, the empty while loop were stuck. Making
      m_status volatile would fix the issue, but here we
      are dealing with a variable handled by multiple threads,
      so making it atomic makes the most sense.
      e8e8b047
  15. Apr 15, 2016
    • Alexis Girault's avatar
      STYLE: Clean up geometry and maps · e2767352
      Alexis Girault authored
      - Add imstk::Mat4f and imstk::Mat4d
      - Add imstk::MAX_D and imstk::MIN_D
      - Remove 'Map' from GeometryMap functions
      - Reorder functions in a consistent manner
      - Correct reference returns
      - remove unnecessary ismtk:: due to namespace
      - rename vertex/triangle/hexadron/tetrahedron composed
      methods with their plural form when needed
      - follow style rule with return type on a line and
      function name on the following one during declaration
      - move print() to geometryMap base class and use it in
      override functions
      - use for each c++11 architecture when possible
      - correct wrong iteration in HexahedralMesh::getVolume
      - place conditions for return at the top of functions
      - declare WeightsArray in TetrahedralMesh instead of
      TetraTriangleMap
      - Rename findEclosingTetrahedra to findEnclosingTetrahedra
      - add override on virtual functions in child classes
      - correct test function name in Sandbox
      e2767352
  16. Apr 07, 2016
  17. Apr 05, 2016
  18. Apr 04, 2016
  19. Apr 01, 2016
  20. Mar 29, 2016
  21. Mar 28, 2016
  22. Mar 24, 2016
  23. Mar 23, 2016
  24. Mar 22, 2016
  25. Mar 17, 2016
  26. Mar 15, 2016
  27. Mar 10, 2016
  28. Mar 09, 2016
Loading