CMake/Source/QtDialog
Brad King 182eb7c7ef Merge topic 'dev/strict-mode'
dd2f814 Merge branch 'dev/add_test-working-directory' into dev/strict-mode
949d32c Unwatch manual variables upon removal in cmake-gui
3939032 Unwatch manual variables upon removal in ccmake
8354413 Add method to unwatch a manual variable
8ed3c85 Give a better message for unused variables
729db48 Fix ArgumentExpansion test expected results
89c2544 Checking for a definition is a usage
5625dee Don't output to stderr in the GUI
ad25a96 Merge branch 'ImprovedDotSupport2' into dev/strict-mode
c128abe Merge branch 'AddCMAKE_CURRENT_LIST_DIR' into dev/strict-mode
9bcaff0 Merge branch 'cmake-guiRememberAdvancedCheckbox' into dev/strict-mode
544d0c3 Fix expected output for WarnUninitialized test
4e3bea4 Update expected messages to new format
8e8c9e4 Don't check at destruction for usage
668e005 Use cmake::IssueMessage for warnings
88cd4c1 Use 'CMake Warning' versus 'warning' for CDash
3c3b98d Initialize the class before setting warn flags
cf8b15a Ignore files under the CMakeFiles directory
fd50f06 Don't check for unused vars at configure time
447a04c Don't warn during configure when doing everything
b97ee21 Check for unused variables at the end of generate
c18c977 When checking for variables, specify a reason
3f1121f Use a long int since Line is a long as well
2507f93 Change the failure case string to 'Unexpected'
fe390a2 Add 'ArgumentExpansion' test
8dbb209 Wrong boolean value for CLI warnings
d4ee998 Hard-code the --no-warn-unused-cli flag
a267b99 Fix line lengths
82ed104 Flag that the directories have been set
5aa535b Add argument to arg parsing to not set directories
367e5c3 Revert "Revert "When calling CMake, set the args and the cache""
ab5d4e4 Revert "When calling CMake, set the args and the cache"
9b90040 When calling CMake, set the args and the cache
fe56002 Fix long lines for KWStyle
5d30cfc Set a watch on variables added through the gui
33c63b1 Add a method to put a watch for variables
535253f Initialize the warning variables earlier
cbb286c Fix the path detection to work for top-level
62be1f7 Initialize the usage stack earlier
c6e7fab Factor out the checks for unused variables
5e41ba8 When using the API, check for Add vs. Remove
dee1976 Fix typo in VariableUnusedViaUnset test
f231ce5 Remove old false positive avoidance code
a117e02 Revert "Add test for unused warnings at the end of scope"
2c82f2b Exempt CMAKE(CURRENT|PARENT)_LIST_FILE from usage
6d7d449 Ignore CLI warnings for ABI determination
7740a73 Only return local keys that are defined
bef3aee Use the API so that warnings can be tracked
05cb0f4 Check for unused variables in the dtor
91c4c99 Add test for unused warnings at the end of scope
ca90f67 Fix detection of unused variables when setting
f7438ca Add test for unused detection via setting it
995cfb0 Don't warn if the variable wasn't defined
aefc91d Add test for usage checks via unset
a8e97f8 Remove VarRemoved code since it's been superceded
59463ef Rework CheckVariableForUnused usage
f117423 Fix line lengths to be no more than 78
e49a935 Improve unused warning logic
e01e40c Mark ARGC, ARGV*, and ARGN as used
a17aff7 Ignore CMAKE_MATCH_* variables for usage
02a114d Add method to allow variables to be marked as used
a0b0d23 CMAKE_DO_TRY_COMPILE is no longer used
ae3eff3 Fix the path used for ignoring system warnings
056b441 Fix missing case for usage of a variable
980e048 Factor out checks for unused variables
83acb0a Remove now unused variables
3801463 Use built-ins for readability and maintainability
8b52015 Push the initialize and unused states when copying
439877f Be consistent with single and double quotes
4cf1706 Add documentation for check-system-vars
b74777f Fix the spelling of the flag for warn-unused-vars
b948120 Change logic of flag to turn off cli unused checks
f047a17 Add test for uninitialized variables
75bda38 Add tests for unused command line variables
300fc15 Fix detection of system files
d784e6a Run the unused variables check on the final pass
9efc057 VariableWatch is not available when bootstrapping
2e78224 Add a missing comma to the warning message
7499700 Add a flag to warn about system files
fff9f6d Rename flags again and use variablewatch for cli
786e269 Add warn-unused to the Qt interface
636e6c4 Default to marking things as used
4ff0340 Rename find-unused to warn-unused
d7999e9 Rename strict-mode to warn-uninitialized
e141bc9 Detect unused variables
d3e8eb5 Add flags to detect unused variables
f332e14 Complete strict-mode checks for uninitialized vars
52f9637 Add method to get the local scope variables
f794d58 Make --strict-mode option, and integrate with cmake-gui
48b5b85 Add a warning when variables are used uninitialized.
cd626ea For macros make sure the FilePath points to a valid pointer in the args.
2011-01-27 15:34:07 -05:00
..
AddCacheEntry.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
AddCacheEntry.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
AddCacheEntry.ui ENH: Add cross compiling support in the GUI in the same dialog that prompts for 2008-05-15 19:21:01 -04:00
CMake.desktop BUG: Fix bug #9894. Make higher resolution CMake icon available as an application icon. On Mac, the higher resolution one is used in the dock. 2009-12-11 00:35:33 -05:00
CMakeLists.txt cmake-gui: use BundleUtilities in place of custom script. 2010-10-14 13:58:43 -06:00
CMakeSetup.cxx Fix regression to allow specifying a CMakeCache.txt file on the command line. 2010-11-01 09:40:25 -06:00
CMakeSetup.icns ENH: Use the latest CMake-logo-triangle-high-res.png to improve the look of CMakeSetup.icns on the Mac. 2009-01-21 13:20:47 -05:00
CMakeSetup.ico ENH: Put black outline around all resolutions of the new ico files. Looks better on a dark background than the lighter outline... 2007-11-08 15:54:26 -05:00
CMakeSetup.qrc BUG: Fix bug #9894. Make higher resolution CMake icon available as an application icon. On Mac, the higher resolution one is used in the dock. 2009-12-11 00:35:33 -05:00
CMakeSetup.rc ENH: Add interrupt button near progress bar. 2007-11-03 10:30:52 -04:00
CMakeSetup32.png BUG: Fix bug #9894. Make higher resolution CMake icon available as an application icon. On Mac, the higher resolution one is used in the dock. 2009-12-11 00:35:33 -05:00
CMakeSetup128.png BUG: Fix bug #9894. Make higher resolution CMake icon available as an application icon. On Mac, the higher resolution one is used in the dock. 2009-12-11 00:35:33 -05:00
CMakeSetupDialog.cxx Merge topic 'dev/strict-mode' 2011-01-27 15:34:07 -05:00
CMakeSetupDialog.h Merge topic 'dev/strict-mode' 2011-01-27 15:34:07 -05:00
CMakeSetupDialog.ui ENH: Add simple grouped view. 2010-04-26 16:06:52 -06:00
Compilers.h ENH: 2008-12-16 15:00:17 -05:00
Compilers.ui ENH: 2008-12-16 15:00:17 -05:00
CrossCompiler.ui ENH: Tweak System Name field for cross compiling, so it doesn't have a file chooser button. 2009-01-07 17:28:02 -05:00
Delete16.png ENH: Re-arrange UI a bit. 2007-11-10 11:36:09 -05:00
FirstConfigure.cxx ENH: 2008-12-16 15:00:17 -05:00
FirstConfigure.h ENH: 2008-12-16 15:00:17 -05:00
MacInstallDialog.ui ENH: better ui 2008-02-19 14:47:32 -05:00
Plus16.png ENH: Add ability to add cache entries (even before first configure). 2007-11-12 23:54:49 -05:00
QCMake.cxx Unwatch manual variables upon removal in cmake-gui 2011-01-13 17:59:04 -05:00
QCMake.h Rename flags again and use variablewatch for cli 2010-09-01 13:09:08 -04:00
QCMakeCacheView.cxx cmake-gui: always enable generate button. 2010-12-17 19:04:57 -07:00
QCMakeCacheView.h cmake-gui: always enable generate button. 2010-12-17 19:04:57 -07:00
QCMakeWidgets.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
QCMakeWidgets.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
QMacInstallDialog.cxx Remove dependence on Qt/STL support. 2009-11-23 17:30:00 -05:00
QMacInstallDialog.h ENH: add mac install symlink option to dialog 2008-02-19 14:06:10 -05:00
QtDialogCPack.cmake.in ENH: do not create a desktop link for CMakeSetup 2009-06-26 10:18:11 -04:00
README ENH: remove patch as directory change was already fixed 2008-01-15 14:00:52 -05:00
cmakecache.xml ENH: add KDE desktop stuff 2008-03-11 17:27:41 -04:00
postflight.sh.in ENH: install the mac application bundle into /Applications directly with no enclosing folder 2008-04-04 16:02:50 -04:00
postupgrade.sh.in ENH: install working with symlink qt tool 2008-02-19 14:26:20 -05:00

README

This is the Qt interface to CMake.  It has a BSD license compatible with the
Qt license exception.  Only developers with a paid QT license are permitted
to make changes to this code.  Small patches and bug fixes can