]> git.ipfire.org Git - thirdparty/ccache.git/commit
Remove cmake-format check and support
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 14 Jun 2020 18:45:23 +0000 (20:45 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Wed, 17 Jun 2020 07:07:17 +0000 (09:07 +0200)
commitbbb6006913f321bc388c9f584f9d1848b44efcfa
treeb456705fb272811e79b82aa02616a11cbd700f61
parentc51bfaaa8d9289db651da00ec677dcc495dc7b0c
Remove cmake-format check and support

Motivation:

1. It’s unsatisfying to have to remember to run “make format” after
   editing CMake files. (Clang-Format has more editor integrations, and
   most importantly there are integrations for my editor of choice.)
2. The output of cmake-format seems to be a bit unstable between
   versions.
3. I don’t like some of cmake-format’s formatting choices. This could be
   potentially be improved, though.

Let’s remove the support for now and maybe revisit later.
.cmake-format [deleted file]
.travis.yml
cmake/CodeAnalysis.cmake
cmake/Findlibb2.cmake
cmake/Findzstd.cmake
misc/check_format.sh
misc/format.sh