summaryrefslogtreecommitdiffstats
path: root/Source/QtDialog
Commit message (Expand)AuthorAgeFilesLines
* QCMakeCacheView: use non-deprecated List and Set constructionsBen Boeckel2020-06-101-2/+15
* CursesDialog: resolve clang-tidy warningsBen Boeckel2020-06-022-11/+1
* QtDialog: avoid using deprecated APIsBen Boeckel2020-06-022-0/+47
* cmake-gui: Do not pass CMAKE_{C,CXX}_COMPILER items to cmake if emptyJiri Malak2020-04-271-4/+8
* cmake-gui: Pass CMAKE_SYSTEM_PROCESSOR to from gui to cmakeJiri Malak2020-04-131-0/+3
* Merge topic 'cmprop-state'Brad King2020-03-271-5/+6
|\
| * cmState::GetCacheEntryProperty: return cmPropVitaly Stakhovsky2020-03-251-5/+6
* | Remove redundant calls to CollapseFullPathBrad King2020-03-241-4/+2
|/
* Merge topic 'cmake-gui-open-check'Brad King2020-03-231-1/+1
|\
| * cmake-gui: Fix use-after-free in Open-possible checkFrancisco Facioni2020-03-201-1/+1
* | cmState::GetCacheEntryValue: return cmPropVitaly Stakhovsky2020-03-171-12/+11
* | Modernize memory managementMarc Chevrier2020-03-054-15/+16
* | cmake-gui: set generator field defaults from environmentCode Smith2020-02-062-3/+51
|/
* GlobalGenerator family: modernize memory managementMarc Chevrier2020-01-071-0/+1
* Add option to configure Ninja link job pool for CMake's own binariesBrad King2019-10-101-0/+4
* Revise include order using clang-format-6.0Kitware Robot2019-10-0111-32/+38
* Help: fixed typos in PCH / Unity Build docCorentin Plouet2019-09-301-2/+2
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-2/+2
* clang-tidy: modernize-use-autoRegina Pfeifer2019-09-101-2/+1
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-041-1/+1
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-4/+4
* clang-tidy: isolate declarations for readabilityRegina Pfeifer2019-08-201-1/+2
* Source sweep: Use cmIsOn instead of cmSystemTools::IsOnSebastian Holtermann2019-08-171-1/+2
* cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.hSebastian Holtermann2019-07-291-0/+1
* QtDialog: Use QPalette::WindowText instead of QPalette::ForegroundSebastian Holtermann2019-07-011-1/+1
* cmake-gui: Update Qt copyright holder in About dialogBrad King2019-06-121-1/+1
* Ensure stdin, stdout, and stderr pipes are always openBrad King2019-05-021-0/+1
* Merge topic 'fix-overlay-icon-windows'Brad King2019-04-121-1/+0
|\
| * cmake-gui: Fix icon overlay on windowsJulien Jomier2019-04-111-1/+0
* | Merge branch 'backport-cmake-gui-windows-theme'Brad King2019-04-081-0/+3
|\ \
| * | cmake-gui: Fix theme on Windows with Qt >= 5.10mistersandman2019-04-081-0/+3
| |/
* | cmake-gui: Drop code not needed with current required CMake versionBrad King2019-03-141-3/+0
* | cmake: Progress functions use `std::string` paramVitaly Stakhovsky2019-02-112-5/+5
* | Merge topic 'modernize-for-loops'Brad King2019-02-112-30/+26
|\ \
| * | Modernize: Use ranged for-loops when possibleArtur Ryt2019-02-072-30/+26
| |/
* | cmSystemTools: MessageCallback and Message() accept std::string argumentVitaly Stakhovsky2019-02-072-4/+4
|/
* OutputCallback: Accept std::string argumentRegina Pfeifer2019-01-302-8/+8
* Merge topic 'functional-callbacks'Brad King2019-01-302-29/+33
|\
| * MessageCallback: Remove unused bool& argumentRegina Pfeifer2019-01-292-5/+4
| * Use `std::function` for callbacksRegina Pfeifer2019-01-292-28/+33
* | Merge topic 'tidy-use-equals-default'Brad King2019-01-292-18/+6
|\ \ | |/ |/|
| * clang-tidy: Use `= default`Regina Pfeifer2019-01-252-18/+6
* | Merge topic 'cmake-gui-s-b'Brad King2019-01-281-12/+43
|\ \
| * | QtDialog: Clean up and document -S and -B optionsKyle Edwards2019-01-251-12/+43
| |/
* | Reduce size of PNG imagesLucy Phipps2019-01-255-0/+0
|/
* Merge topic 'tidy-pass-by-value'Brad King2019-01-232-3/+4
|\
| * clang-tidy: Pass by valueRegina Pfeifer2019-01-222-3/+4
* | Merge topic 'help-mark-default-generator'Brad King2019-01-221-2/+1
|\ \ | |/ |/|
| * cmake: Return generator docs directlyArtur Ryt2019-01-181-2/+1
* | cmake-gui: Improve label for default platformJulien Jomier2019-01-212-2/+13