| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-04-23 | Modules docs: move rst docs into bracket comments | Friedrich W. H. Kossebau | |
| CMake >= 3.0 supports bracket comments, and the reStructuredText integration code in sphinx/ext/ecm.py already supports extracting the docs from a bracket comment instead. Editing documentation without leading line comment markers is more simple, e,g. when reflowing text over lines. With ECM meanwhile requiring CMake 3.5 now it is possible to switch (and thus follow also the approach used by cmake itself). NO_CHANGELOG | |||
| 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 | |||
