Skip to content
Snippets Groups Projects
  1. Feb 14, 2017
  2. Nov 30, 2016
  3. Nov 29, 2016
  4. Nov 10, 2016
  5. Oct 15, 2016
  6. Oct 12, 2016
  7. Oct 09, 2016
  8. Oct 08, 2016
  9. Oct 06, 2016
  10. Oct 02, 2016
  11. Sep 28, 2016
  12. Sep 27, 2016
    • Jakub Klinkovský's avatar
    • Jakub Klinkovský's avatar
      Fixed issues reported in compiler warnings · 58e7adde
      Jakub Klinkovský authored
      - base class with non-virtual destructor causes undefined behaviour
      - missing return statements at the end of non-void functions
      - missing const before char* function argument
      - reordered initialization of class members
      - misleading indentation after for statement
      - fixed use of uninitialized variables
      - fixed unsequenced modification and access to variables (the C++
        standard does not define the evaluation order of operands, so
        expressions with side-effects such as j++ cause undefined behaviour)
      58e7adde
    • Jakub Klinkovský's avatar
      Passing TraverserUserData via SharedPointer · a768f494
      Jakub Klinkovský authored
      Apart from squashing begin, end, entityOrientation and entityBasis
      parameters into TraverserKernelData, this does not improve performance
      of the LinearSystemAssembler, ExplicitUpdater etc., but in tnl-mhfem it
      allows us to pass MeshDependentData, which is already available as a
      SharedPointer, directly to the grid traverser without duplicating the
      transfer to GPU.
      a768f494
  13. Sep 13, 2016
  14. Sep 08, 2016
  15. Aug 21, 2016
  16. Aug 20, 2016
  17. Aug 19, 2016
  18. Aug 18, 2016
  19. Aug 17, 2016
  20. Aug 11, 2016
  21. Aug 10, 2016
Loading