-
Notifications
You must be signed in to change notification settings - Fork 284
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Draft while 2.0 isn't release yet, but we want to get CI coverage already.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule KDStateMachineEditor
updated
29 files
+0 −1 | .clang-tidy | |
+94 −0 | .github/workflows/build-external-graphviz.yml | |
+8 −4 | .github/workflows/build.yml | |
+69 −0 | .github/workflows/documentation.yml | |
+3 −1 | .krazy | |
+3 −3 | .pre-commit-config.yaml | |
+0 −47 | .reuse/dep5 | |
+4 −7 | 3rdparty/CMakeLists.txt | |
+1 −1 | 3rdparty/graphviz | |
+15 −5 | CHANGES | |
+66 −31 | CMakeLists.txt | |
+111 −0 | CMakePresets.json | |
+3 −3 | INSTALL.txt | |
+7 −0 | LICENSE.txt | |
+2 −11 | README.md | |
+58 −0 | REUSE.toml | |
+2 −2 | appveyor.yml | |
+7 −0 | cmake/FindGraphviz.cmake | |
+4 −4 | conan/conanfile.py | |
+2 −2 | examples/qscxmldebugger/CMakeLists.txt | |
+2 −2 | examples/qsmdebugger/CMakeLists.txt | |
+1 −1 | src/CMakeLists.txt | |
+1 −1 | src/config-kdsme.h.cmake | |
+24 −9 | src/core/CMakeLists.txt | |
+3 −3 | src/core/layout/graphvizlayout/graphvizlayouterbackend.cpp | |
+4 −4 | src/core/tests/CMakeLists.txt | |
+5 −5 | src/debuginterface/debuginterfaceclient/CMakeLists.txt | |
+3 −3 | src/debuginterface/debuginterfacesource/CMakeLists.txt | |
+4 −4 | src/view/CMakeLists.txt |