summaryrefslogtreecommitdiffstats
path: root/Source/QtDialog
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'cmake-gui-incidental-errors' into release-4.0Brad King2025-03-071-1/+2
|\
| * cmake-gui: Fix regression that prints an incidental error on fresh build treesJuan Ramos2025-03-061-1/+2
* | LICENSE: Replace references to Copyright.txt with LICENSE.rstKitware Robot2025-03-0326-26/+26
* | CMake: De-duplicate extraction of copyright line from license fileBrad King2025-03-031-4/+1
* | cmake-gui: Update credits in About dialog to reflect status quoBrad King2025-03-031-2/+1
* | Revise C++ coding style using clang-format with "east const"Kitware Robot2025-01-2323-244/+244
* | Source: Include BundleUtilities from running cmake at install timeBrad King2025-01-221-1/+1
* | VS: Remove support for appending a platform to the generator nameBrad King2025-01-211-2/+1
* | style: Remove trailing blank lines from all CMake sourcesMatthew Woehlke2024-11-211-2/+0
* | cmSystemTools: Add GetLogicalWorkingDirectoryBrad King2024-11-031-1/+1
* | cmake-gui: Explicitly normalize input paths as they exist on diskBrad King2024-10-222-9/+7
* | clang-tidy: fix `readability-redundant-*` warningsDaniel Pfeifer2024-10-112-4/+4
|/
* cmake-gui: Handle relative paths in the build directory text inputRoc R. Currius2024-06-053-6/+60
* CMakeGUI: Sanitize source and build dirs the same as command lineCraig Scott2024-06-011-3/+9
* cmake-gui: Suppress MSVC deprecation warnings from Qt headersBrad King2024-05-301-0/+5
* Merge topic 'cmake-gui-unused-slot'Brad King2024-01-091-4/+4
|\
| * cmake-gui: Remove unused viewType slotChristoph Grüninger2024-01-081-4/+4
* | Merge topic 'cmake-gui_better_text_with_preset'Brad King2024-01-083-1/+6
|\ \
| * | cmake-gui: Hint that the preset compilers will be usedRobert Maynard2024-01-053-1/+6
| |/
* | cmake-gui: Add support for preset toolchain entryRobert Maynard2024-01-051-37/+59
|/
* AddCacheEntry: Suppress raw pointer usageMarc Chevrier2023-05-301-4/+4
* presets: Improve JSON parser and error messagesMartin Duffy2023-03-294-15/+11
* cmake-gui: Fix conversion warnings about Qt indexing typesBrad King2023-02-208-20/+45
* cmake-gui: Add optional filename argument to --browse-manualKyle Edwards2023-02-092-6/+12
* cmake-gui: do not set search filter if regex is invalidKyle Edwards2022-12-166-18/+56
* cmDocumentationEntry: Drop all user provided ctors for C++ >= 14Alex Turbov2022-11-171-2/+3
* cmDocumentation: `char*[][2]` → `cmDocumentationEntry[N]`Alex Turbov2022-11-171-15/+13
* CMakeSetup.cxx: Use anonymous namespace instead of `static`Alex Turbov2022-11-171-5/+9
* ctest.cxx: Eliminate redundand trenary operatorAlex Turbov2022-11-171-1/+1
* Merge topic 'cmake-gui-restore-version-info'Brad King2022-11-101-3/+8
|\
| * cmake-gui: Restore embedded version information in Windows binaryBrad King2022-11-091-3/+8
* | cmake: Honor CMAKE_GENERATOR env var in --help outputJuan Ramos2022-10-211-1/+1
|/
* Source: Fix regression causing CMakeLib sources to be compiled repeatedlyBrad King2022-10-051-1/+1
* Build: Eliminate one time used variableAlex Turbov2022-09-221-3/+1
* Build: Link w/ `OBJECT` library is OK since 3.12Alex Turbov2022-09-221-3/+8
* Build: Introduce `ManifestLib` interface libraryAlex Turbov2022-09-221-2/+2
* Build: `add_definitions()` → `add_compile_definitions()`Alex Turbov2022-09-221-1/+1
* Build: Do not use variables for sources listsAlex Turbov2022-09-221-11/+20
* Build: Simplify `configure_file()` callsAlex Turbov2022-09-221-2/+1
* CMakeLists: Remove redundant spaces around CMake command callsAlex Turbov2022-09-221-10/+10
* Build: Modernize some `foreach` calls to use `IN LISTS`/`IN ITEMS`Alex Turbov2022-09-221-4/+4
* cmake-gui: Fix selected item mismatched CMAKE_GENERATOR_PLATFORM envdou fu2022-09-011-1/+2
* cmSystemTools: Fix 'ErrorOccurred' spellingFeRD (Frank Dana)2022-06-131-3/+3
* cmake-gui: Support non-ASCII chars on Windows with Qt6Mehdi Chinoune2022-06-105-105/+81
* Merge topic 'cmake-gui-locale'Brad King2022-05-311-0/+14
|\
| * cmake-gui: Restore support for internationalization with Qt5 on WindowsBrad King2022-05-271-0/+14
* | clang-tidy: fix `performance-unnecessary-copy-initialization` lintsBen Boeckel2022-05-241-2/+2
* | clang-tidy: address `modernize-use-default-member-init` lintsBen Boeckel2022-05-241-2/+1
* | cmake-gui: avoid undefined font in recent macOSCarlo Marcelo Arenas Belón2022-04-151-1/+2
* | cmake-gui: Add "Building" category to freedesktop menu specReinaldo Deprera2022-04-041-1/+1