Skip to content
Snippets Groups Projects
  1. Oct 02, 2016
  2. Oct 01, 2016
  3. 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
    • Jakub Klinkovský's avatar
      Improved smart pointers · a3298c46
      Jakub Klinkovský authored
      All dynamically allocated objects in the smart pointers were aggregated
      into a single structure to avoid the number of dynamic allocations,
      decrease the size of the smart pointer classes and to make the code more
      readable.
      a3298c46
  4. Sep 28, 2016
  5. Sep 27, 2016
  6. Sep 26, 2016
Loading