Skip to content
Snippets Groups Projects
  1. Jan 13, 2020
  2. Jan 03, 2020
  3. Aug 21, 2019
  4. 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
  5. May 21, 2019
  6. Mar 04, 2019
  7. Feb 26, 2019
  8. Jan 06, 2019
  9. Dec 19, 2018
  10. Sep 18, 2018
  11. Sep 12, 2018
  12. Aug 17, 2018
  13. Aug 16, 2018
  14. Jun 20, 2018
    • Lars Bilke's avatar
      Fixed XML schema urls and local schema usage. · 57821a95
      Lars Bilke authored
      1. Changed urls to https which fixed the following error:
      
      xsd/OpenGeoSysGLI.xsd, at line 1, column 66: Document is not a XML schema.
      Error XSDError in ..., at line 3, column 194: Loaded schema file is invalid.
      
      If this error ever pops up again try to cut the internet connection! No joke!
      
      2. Local schema files are now copied to bin-directory during CMake configuration and package generatiion (install step).
      57821a95
  15. Jan 15, 2018
  16. Jan 02, 2018
  17. May 22, 2017
  18. May 08, 2017
  19. May 02, 2017
  20. Jan 09, 2017
  21. Jul 07, 2016
  22. Jun 10, 2016
  23. Jun 03, 2016
  24. May 23, 2016
  25. May 17, 2016
  26. May 10, 2016
  27. Jan 13, 2016
  28. Oct 28, 2015
  29. Sep 21, 2015
  30. Aug 06, 2015
  31. Jul 28, 2015
Loading