Skip to content
Snippets Groups Projects
  1. Dec 23, 2016
  2. Dec 19, 2016
  3. Nov 29, 2016
  4. Nov 19, 2016
  5. Nov 18, 2016
  6. Nov 10, 2016
  7. Oct 08, 2016
  8. Oct 05, 2016
  9. Sep 28, 2016
  10. 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
      Removed TimerCPU and TimerRT classes · 40dacbba
      Jakub Klinkovský authored
      40dacbba
    • 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
  11. Sep 26, 2016
  12. Sep 08, 2016
  13. Aug 29, 2016
  14. Aug 28, 2016
  15. Aug 23, 2016
  16. Aug 16, 2016
  17. Aug 15, 2016
  18. Aug 11, 2016
  19. Aug 10, 2016
  20. Aug 08, 2016
  21. Aug 01, 2016
Loading