Skip to content
Snippets Groups Projects
This project is mirrored from https://gitlab.opengeosys.org/ogs/ogs.git. Pull mirroring updated .
  1. Aug 20, 2019
    • Dmitri Naumov's avatar
      google-explicit-constructor · eef66cea
      Dmitri Naumov authored
      initializer-list constructor should not be declared explicit.
      Constructors that take a single std::initializer_list
      parameter should also omit explicit, in order to support
      copy-initialization.
      eef66cea
  2. Aug 14, 2019
  3. 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
    • Dmitri Naumov's avatar
      e285e5c2
  4. Jul 11, 2019
  5. Apr 12, 2019
  6. Apr 10, 2019
  7. Apr 09, 2019
  8. Mar 15, 2019
  9. Jan 06, 2019
  10. Sep 14, 2018
  11. Apr 22, 2018
  12. Jan 02, 2018
  13. Jun 01, 2017
  14. May 30, 2017
  15. May 08, 2017
  16. May 02, 2017
  17. Apr 24, 2017
  18. Apr 21, 2017
  19. Jan 10, 2017
  20. Jan 09, 2017
  21. Jan 06, 2017
  22. Nov 24, 2016
  23. Jul 01, 2016
  24. Jun 21, 2016
  25. Jun 15, 2016
  26. May 30, 2016
  27. May 27, 2016
  28. May 17, 2016
  29. May 03, 2016
    • Dmitri Naumov's avatar
      Remove explicit static library linkage. · 85258816
      Dmitri Naumov authored
      When building shared libraries -DBUILD_SHARED_LIBS=On must be passed to the
      cmake invokation. Otherwise the default static linking applies.
      
      This reduces the compile time, which is especially interesting for the debug
      builds.
      85258816
  30. Mar 23, 2016
Loading