| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-02-10 | Add clang-format target by default in KDEFrameworkCompilerSettings | Alexander Lohnau | |
| To prevent cmake errors with exiting usages it is checked if the target already exists. | |||
| 2021-01-30 | Improve documentation for KDEClangFormat module | Alexander Lohnau | |
| 2021-01-30 | KDEClangFormat: Do not override custom clang-format files | Alexander Lohnau | |
| 2021-01-21 | ignore source files in CMAKE_BINARY_DIR for clang-format target | Christoph Cullmann | |
| 2021-01-19 | Revert "Add clang-format target by default in KDEFrameworkCompilerSettings" | Alexander Lohnau | |
| This reverts commit a6be96a0c84b215de7f6fb397255af252adf7fc1. | |||
| 2021-01-19 | Add clang-format target by default in KDEFrameworkCompilerSettings | Alexander Lohnau | |
| To prevent cmake errors with exiting usages it is checked if the target already exists. | |||
| 2021-01-18 | add status message to each formatting step | Christoph Cullmann | |
| 2021-01-18 | fix issues with too long command line length | Christoph Cullmann | |
| 2020-06-14 | extra-cmake-modules: Convert to SPDX license statements | Andreas Cord-Landwehr | |
| 2019-12-19 | API dox: fix rst syntax for KDEClangFormat text | Friedrich W. H. Kossebau | |
| 2019-10-20 | Provide clang-format target with a KDE Frameworks style file | Christoph Cullmann | |
| Summary: Provides a clang-format target if wanted Example usage: include(KDEClangFormat) # add clang-format target for all our real source files file(GLOB_RECURSE ALL_CLANG_FORMAT_SOURCE_FILES autotests/src/*.cpp autotests/src/*.h src/*.cpp src/*.h templates/*.cpp templates/*.h) kde_clang_format(${ALL_CLANG_FORMAT_SOURCE_FILES}) Test Plan: Tried that above usage thingy in KTextEditor Reviewers: #frameworks, dfaure Reviewed By: dfaure Subscribers: zzag, sitter, mwolff, ochurlaud, nalvarez, kossebau, aacid, davidedmundson, dhaumann, apol, ognarb, kde-frameworks-devel, kde-buildsystem Tags: #frameworks, #build_system Differential Revision: https://phabricator.kde.org/D24568 | |||
