-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GH-37849: [C++] Add cpp/src/**/*.cmake to cmake-format targets #37850
Conversation
|
After merging your PR, Conbench analyzed the 6 benchmarking runs that have been run so far on merge-commit ebc2368. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about possible false positives for unstable benchmarks that are known to sometimes produce them. |
…pache#37850) ### Rationale for this change In general, all our `.cmake` files should be `cmake-format` targets. ### What changes are included in this PR? Add missing patterns for `cpp/src/**/*.cmake`. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * Closes: apache#37849 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
…pache#37850) ### Rationale for this change In general, all our `.cmake` files should be `cmake-format` targets. ### What changes are included in this PR? Add missing patterns for `cpp/src/**/*.cmake`. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * Closes: apache#37849 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
…pache#37850) ### Rationale for this change In general, all our `.cmake` files should be `cmake-format` targets. ### What changes are included in this PR? Add missing patterns for `cpp/src/**/*.cmake`. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * Closes: apache#37849 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
…pache#37850) ### Rationale for this change In general, all our `.cmake` files should be `cmake-format` targets. ### What changes are included in this PR? Add missing patterns for `cpp/src/**/*.cmake`. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * Closes: apache#37849 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Rationale for this change
In general, all our
.cmake
files should becmake-format
targets.What changes are included in this PR?
Add missing patterns for
cpp/src/**/*.cmake
.Are these changes tested?
Yes.
Are there any user-facing changes?
No.