Skip to content
Snippets Groups Projects
  1. Oct 11, 2019
  2. Oct 09, 2019
  3. Oct 08, 2019
  4. Oct 02, 2019
  5. Sep 27, 2019
  6. Sep 24, 2019
  7. Sep 23, 2019
  8. Sep 17, 2019
  9. Sep 13, 2019
    • jbathmann's avatar
      [T] Test for tetrule added · ddb4fb6a
      jbathmann authored
      The test also tests the openflowboundary for the non advective implementation of hc process
      
      --amend
      ddb4fb6a
  10. Sep 12, 2019
  11. Sep 09, 2019
  12. Aug 14, 2019
  13. Jul 31, 2019
  14. Jul 16, 2019
    • Dmitri Naumov's avatar
      clang-tidy readability fixes. · fe703cc7
      Dmitri Naumov authored
      Including
       - usage of static_cast instead of c-style cast,
       - single variable declaration per line,
       - removing const from return types
       - omit unnecessary string to char* conversions,
      
      The used clang-tidy checks are:
      google-readability-casting,
      readability-const-return-type,
      readability-container-size-empty,
      readability-delete-null-pointer,
      readability-deleted-default,
      readability-else-after-return,
      readability-function-size,
      readability-identifier-naming,
      readability-inconsistent-declaration-parameter-name,
      readability-isolate-declaration,
      readability-misleading-indentation,
      readability-misplaced-array-index,
      readability-named-parameter,
      readability-redundant-*,
      readability-simplify-*,
      readability-static-accessed-through-instance,
      readability-static-definition-in-anonymous-namespace,
      readability-string-compare,
      readability-uniqueptr-delete-release
      fe703cc7
    • Dmitri Naumov's avatar
      e285e5c2
  15. Jul 15, 2019
  16. Jul 12, 2019
  17. Jun 28, 2019
  18. Jun 25, 2019
  19. Jun 15, 2019
    • Dmitri Naumov's avatar
      Fix variable shadowing. · 5bda1ae1
      Dmitri Naumov authored
      Either by renaming or removing the variable or adding
      an extra scope to the top variable.
      
      CPPCheck warning type: shadowVar.
      5bda1ae1
  20. Jun 12, 2019
  21. Jun 06, 2019
  22. May 27, 2019
  23. May 17, 2019
Loading