summaryrefslogtreecommitdiff
path: root/Source/QtDialog/QCMake.cxx
Commit message (Expand)AuthorAgeFilesLines
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-139/+95
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-2/+2
* cmake-gui: Add options to control warning-as-error messagesMichael Scott2016-01-121-0/+20
* cmake-gui: Add options to control warning messagesMichael Scott2015-12-101-3/+15
* cmake-gui: Add option to specify generator toolsetRobert Dailey2015-11-171-9/+27
* cmake: Remove redundant start directories.Stephen Kelly2015-04-211-2/+0
* cmState: Move CacheEntryType enum from cmCacheManager.Stephen Kelly2015-04-131-15/+15
* Port to cmState.Stephen Kelly2015-04-131-18/+18
* Port QtDialog to non-iterator cache API.Stephen Kelly2015-04-081-32/+40
* cmCacheManager: Rename GetCacheValue to GetInitializedCacheValue.Stephen Kelly2015-04-071-1/+2
* Add API for cache loading, deleting and saving to the cmake class.Stephen Kelly2015-04-071-5/+5
* Revert topic 'refactor-cache-api'Brad King2015-04-071-47/+38
* Port QtDialog to non-iterator cache API.Stephen Kelly2015-04-061-32/+40
* cmCacheManager: Rename GetCacheValue to GetInitializedCacheValue.Stephen Kelly2015-04-061-1/+2
* Add API for cache loading, deleting and saving to the cmake class.Stephen Kelly2015-04-061-5/+5
* cmake-gui: Reset generator platform and toolset on configure (#15411)Brad King2015-02-191-0/+2
* cmake-gui: Capture cmSystemTools::Stdout and StderrBrad King2014-05-151-0/+16
* cmSystemTools: Rename ErrorCallback to MessageCallbackBrad King2014-05-151-3/+3
* cmake-gui: Fix handling of missing CMAKE_EXTRA_GENERATOR (#14804)Brad King2014-03-121-1/+1
* stringapi: Use strings for cache iterator valuesBen Boeckel2014-03-081-6/+6
* Refactor internal resource location APIs and initializationBrad King2013-11-121-23/+2
* Compile with both Qt4 and Qt5.Stephen Kelly2012-08-211-0/+4
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-12/+12
* cmake-gui: Fix code to respect current locale.Clinton Stimpson2012-07-061-41/+41
* cmake-gui: Improve interrupt granularity to fix bug 12649.Clinton Stimpson2012-01-021-1/+12
* Unwatch manual variables upon removal in cmake-guiBen Boeckel2011-01-131-0/+2
* Don't output to stderr in the GUIBen Boeckel2011-01-031-1/+0
* Set a watch on variables added through the guiBen Boeckel2010-09-221-0/+2
* Rename flags again and use variablewatch for cliBen Boeckel2010-09-011-7/+0
* Add warn-unused to the Qt interfaceBen Boeckel2010-09-011-0/+14
* Rename strict-mode to warn-uninitializedBen Boeckel2010-09-011-5/+5
* Make --strict-mode option, and integrate with cmake-guiBill Hoffman2010-09-011-0/+8
* ENH: Move SetErrorMode around calls to generate and configure instead of set...Clinton Stimpson2009-10-261-0/+21
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Patch from Alexander Neundorf to remove "KDevelop3" from list of genera...Clinton Stimpson2009-08-101-0/+9
* BUG: Fix inconsistency with lowercase drive letters on Windows.Clinton Stimpson2009-03-301-2/+6
* ENH: Add support for showing combo box for choosing from a list of strings t...Clinton Stimpson2009-03-121-0/+4
* ENH: Add cross compiling support in the GUI in the same dialog that prompts forClinton Stimpson2008-05-151-21/+21
* BUG: Fix #6733. Always convert "\" to "/" in source & binary directory fiel...Clinton Stimpson2008-04-071-5/+7
* ENH: Add debug output option to a new Options menu.Clinton Stimpson2008-04-021-0/+15
* ENH: add ability to suppress dev warnings to gui codeBill Hoffman2008-03-111-0/+7
* ENH: support for cpack and install of cmake-gui as mac app bundleBill Hoffman2008-02-161-2/+8
* ENH: remove unused code.Clinton Stimpson2008-02-151-5/+1
* ENH: use package name on mac for edit cacheBill Hoffman2008-02-151-0/+4
* ENH: Add shortcut to start search/filter.Clinton Stimpson2008-02-141-10/+14
* ENH: do not show unititialized entriesBill Hoffman2008-02-141-1/+2
* ENH: fix make edit_cache for cmake-guiBill Hoffman2008-02-121-0/+1
* ENH: Need to pick up the PreLoad.cmake files.Clinton Stimpson2008-02-081-0/+1
* ENH: Use translation file if it exists for the locale.Clinton Stimpson2008-02-011-0/+2
* ENH: Add ability to add cache entries (even before first configure).Clinton Stimpson2007-11-121-1/+40