Skip to content
  1. Dec 12, 2024
  2. Dec 05, 2024
  3. Dec 03, 2024
  4. Nov 28, 2024
  5. Nov 27, 2024
  6. Nov 26, 2024
  7. Nov 21, 2024
  8. Nov 18, 2024
  9. Nov 17, 2024
  10. Nov 15, 2024
  11. Nov 13, 2024
  12. Nov 12, 2024
  13. Nov 07, 2024
  14. Nov 06, 2024
  15. Nov 04, 2024
    • Michael Platings's avatar
      Enable clang-tidy on header files · 9205fb36
      Michael Platings authored
      clang-tidy appears to search for the .clang-tidy configuration file in
      the current working directory before searching the parent directories
      of the source file. Previously a dummy .clang-tidy file was placed in
      the build directory with the intent of avoiding running clang-tidy on
      external projects like Google Test. Unfortunately, since the build
      directory was the current working directory at build time this meant
      that header files were not checked by clang-tidy. This change fixes the
      problem by putting the dummy .clang-tidy file in the _deps directory
      that CMake uses for external projects.
      
      To ensure that headers in new directories such as kleidicv_thread are
      checked by clang-tidy, make the header filter regular expression match
      everything.
      9205fb36
  16. Oct 30, 2024
  17. Oct 25, 2024
  18. Oct 24, 2024
  19. Oct 22, 2024
  20. Oct 15, 2024
Loading