Skip to content
Snippets Groups Projects
  1. Jun 24, 2020
  2. Jun 11, 2020
  3. May 28, 2020
  4. May 08, 2020
  5. May 04, 2020
  6. Apr 17, 2020
  7. Apr 14, 2020
  8. Apr 11, 2020
    • joerg's avatar
      add getNumElemType function based on ordered map · b5e2ea4f
      joerg authored and Dmitri Naumov's avatar Dmitri Naumov committed
      remove old function/complete replace of getNumberOfElementTypes()
      
      tiny change
      
      add getNumElemType function based on ordered map
      
      remove old function/complete replace of getNumberOfElementTypes()
      
      tiny change
      
      make all number of element type maps const references
      
      add missing auto
      b5e2ea4f
  9. Apr 10, 2020
  10. Apr 01, 2020
  11. Mar 26, 2020
  12. Mar 25, 2020
  13. Mar 23, 2020
  14. Mar 20, 2020
  15. Jan 24, 2020
  16. Jan 03, 2020
  17. Dec 03, 2019
  18. Nov 30, 2019
  19. Sep 11, 2019
    • Dmitri Naumov's avatar
      Remove explicit file name if doxygen's \file cmd. · 9d920d1e
      Dmitri Naumov authored
      If only file name is specified it causes a warning
      about the name not to be specific enough if there is
      another file with the same name, e.g.:
      
      the name `IdealGasLaw.h' supplied as the second argument
      in the \file statement matches the following input
      files: ogs/MaterialLib/Fluid/Density/IdealGasLaw.h
      ogs/MaterialLib/MPL/Properties/IdealGasLaw.h
      Please use a more specific name by including a (larger)
      part of the path!
      
      From now on only \file w/o a name or a full path will
      be allowed.
      
      find -type f | xargs sed -i 's%\(\\file\).*%\1%'
      9d920d1e
  20. Aug 21, 2019
  21. Aug 14, 2019
  22. 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
      clang-tidy automatic fixes. · bbe99436
      Dmitri Naumov authored
      Most of the current .clang-tidy contained checks:
      google-explicit-constructor
      google-readability-braces-around-statements
      modernize-loop-convert
      modernize-use-default-member-init
      modernize-use-emplace
      modernize-use-using
      readability-braces-around-statements
      readability-else-after-return
      readability-named-parameter
      *readability-namespace-comments
      *readability-inconsistent-*
      readability-redundant-member-init
      readability-simplify-boolean-expr
      readability-string-compare
      *explicit-conversions*
      bbe99436
  23. 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
  24. Jun 03, 2019
    • Dmitri Naumov's avatar
      [MeL] Update checkMesh min/max bounds calls. · 69e5f46e
      Dmitri Naumov authored
      Avoids variable shadowing (vec_bounds).
      Simplifies handling of error cases w/o using any
      sentinel values.
      Using sentinel values for integers or doubles
      artificially restricts the range of possible values
      used and can lead to unadvert (incorrect) errors.
      69e5f46e
  25. May 02, 2019
  26. Apr 11, 2019
  27. Mar 19, 2019
Loading