Skip to content
Snippets Groups Projects
  1. Oct 15, 2016
  2. Oct 13, 2016
  3. Oct 12, 2016
  4. Oct 09, 2016
  5. Oct 08, 2016
  6. Oct 07, 2016
  7. Oct 06, 2016
  8. Oct 05, 2016
  9. Oct 03, 2016
  10. Oct 02, 2016
  11. Oct 01, 2016
  12. Sep 30, 2016
    • Tomáš Oberhuber's avatar
      Merge branch 'develop' into namespaces · 858848a7
      Tomáš Oberhuber authored
      Conflicts:
      	src/TNL/CMakeLists.txt
      	src/TNL/Devices/Cuda.cpp
      	src/TNL/Meshes/GridDetails/GridTraverser_impl.h
      	src/TNL/Problems/HeatEquationProblem.h
      	src/TNL/Solvers/ODE/ExplicitSolver.h
      	src/TNL/TimerCPU.h
      	src/TNL/TimerRT.h
      858848a7
    • Jakub Klinkovský's avatar
      Optimized smart pointers · f2042755
      Jakub Klinkovský authored
      The original method for detecting changes to the wrapped objects (using
      the 'modified' bool flag) is used to avoid unnecessary calls to
      std::memcmp.
      f2042755
Loading