summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeGUI
Commit message (Collapse)AuthorAgeFilesLines
* Revise C++ coding style using clang-format-15Kitware Robot2023-01-181-6/+7
| | | | | | | | | | | | | | Run the `clang-format.bash` script to update all our C and C++ code to a new style defined by `.clang-format`. Use `clang-format` version 15. * If you reached this commit for a line in `git blame`, re-run the blame operation starting at the parent of this commit to see older history for the content. * See the parent commit for instructions to rebase a change across this style transition commit. Fixes: #24315
* CMakePresets.json: Split cmakeGeneratorConfig fieldKyle Edwards2020-10-223-10/+19
| | | | | | | | Make this field separate for both architecture and toolset. Allow architecture and toolset to be either strings or objects with value and strategy fields. Fixes: #21317
* CMake GUI: Disable preset fields instead of hiding themKyle Edwards2020-10-161-18/+9
|
* CMake GUI: Add presets functionalityKyle Edwards2020-10-0517-0/+870
|
* CMake GUI Tests: Increase default sleep timeKyle Edwards2020-10-051-1/+1
|
* CMake GUI: Add environment editorKyle Edwards2020-09-287-0/+218
|
* Tests: Add some basic configure tests for the CMake GUIKyle Edwards2020-09-286-0/+92
|
* Tests: Add CatchShow helper for CMake GUI testsKyle Edwards2020-09-285-2/+149
|
* Tests: Add some basic tests for CMake GUIKyle Edwards2020-09-2311-0/+402