summaryrefslogtreecommitdiffstats
path: root/Source/CursesDialog/cmCursesMainForm.cxx
Commit message (Collapse)AuthorAgeFilesLines
* stringapi: Use strings for variable namesBen Boeckel2014-03-081-5/+5
| | | | Variable names are always generated by CMake and should never be NULL.
* Refactor internal resource location APIs and initializationBrad King2013-11-121-2/+2
| | | | | | | | | | | | | | | | | | | | Rename cmSystemTools::FindExecutableDirectory to FindCMakeResources. Teach it to compute the locations of cmake, ctest, cpack, ccmake, and cmake-gui executables, and the location of CMAKE_ROOT. Provide this information from static cmSystemTools::Get<resource>() methods. Refactor code that needs these locations to use the new APIs. Teach FindCMakeResources to use the OS X system API to lookup the executable location. When running from the CMake build tree itself, leave a file in the tree that FindCMakeResources can use to read the location of the source tree. This avoids the need to compile the source tree location into a binary that may be installed and used without the source tree. Teach the QtDialog on OS X to create a "cmake-gui" symlink in the build tree next to "cmake" and the other tools, as is already done in the install tree for the application bundle. This ensures a consistent set of executables are available in one directory.
* ccmake: Extend clear line.Nicolas Despres2012-02-061-1/+1
| | | | | | | | | When configuring or generating the 'ng' of the end of the second line is not cleared. This patch fixes this. The problem was introduced by commit fd632195 (ccmake: Align 'g' and 'q' key instructions, 2011-01-07) which adjusted the length of lines that need clearing.
* ccmake: Factor clear line.Nicolas Despres2012-02-051-6/+5
|
* ccmake: Factor toggle key help instructions.Nicolas Despres2011-10-231-9/+7
|
* ccmake: Document '/' key.Nicolas Despres2011-10-231-3/+2
|
* ccmake: Align 'g' and 'q' key instructions.Nicolas Despres2011-10-231-2/+3
| | | | | | | | | | | | | | | | | | They were miss-aligned with the 'enter' key instruction. Before: ---- Press [enter] to edit option CMake Version 2.8.3.20110107-g4b05a-dirty Press [c] to configure Press [h] for help Press [q] to quit without generating ---- After: ---- Press [enter] to edit option CMake Version 2.8.3.20110107-g4b05a-dirty Press [c] to configure Press [h] for help Press [q] to quit without generating ----
* Remove trailing white-spaces.Nicolas Despres2011-10-231-66/+66
|
* Merge topic 'dev/strict-mode'Brad King2011-01-271-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * Unwatch manual variables upon removal in ccmakeBen Boeckel2011-01-131-0/+1
| |
* | Avoid exceptions when ccmake terminal window is too small (#11668)David Cole2011-01-191-21/+24
|/ | | | Thanks to Nicolas Despres for the patch.
* ccmake: Fix search with '/'Brad King2010-09-161-9/+5
| | | | | | | | | | | | | | | | | | | Commit 7a18dd8e (Add searching of variables, 2003-03-07) added method cmCursesMainForm::JumpToCacheEntry to search for cache entries whose names match a given search string. The method also had a useless argument "int idx" probably left from earlier development iterations and hard-coded in all calls to the value '-1'. The method compared this argument to the "NumberOfVisibleEntries" member which at the time was of type "int" also. Commit ff1f8d0b (Fix or cast more integer conversions in cmake, 2010-06-29) changed the type of "NumberOfVisibleEntries" to size_t to fix other integer conversion warnings. An unsigned type makes sense given the purpose of the member. However, this caused the '-1' signed value to be converted to a large unsigned value in the above-mentioned comparison, leading to incorrect behavior. Fix the problem by removing the useless argument and the comparison.
* Fix signed/unsigned comparison warnings in ccmakeBrad King2010-06-291-7/+7
| | | | | | Commit ff1f8d0b (Fix or cast more integer conversions in cmake) changed a member type from int to size_t. Update the types of variables compared to these values to be unsigned also.
* Fix or cast more integer conversions in cmakeBrad King2010-06-291-6/+6
| | | | | These were revealed by GCC's -Wconversion option. Fix types where it is easy to do so. Cast in cases we know the integer will not be truncated.
* Fix warnings in CMake source code. Suppress rampant warnings emanating from ↵David Cole2009-10-011-1/+1
| | | | Qt files.
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
| | | | | | | This converts the CMake license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the CMake copyright to cover the full development time range.
* Add parentheses around '&&' between '||' for gccBrad King2009-09-111-8/+12
| | | | | | | The GNU compiler warns about possible operator precedence mistakes and asks for explicit parentheses (-Wparentheses). We add the parentheses to silence the warning. This also fixes one real logic error in the find_package() implementation by correcting expression evaluation order.
* ENH: Overhaul CMake version numberingBrad King2009-03-051-2/+1
| | | | | | | | | | | | | This moves the version numbers into an isolated configured header so that not all of CMake needs to rebuild when the version changes. Previously we had spaces, dashes and/or the word 'patch' randomly chosen before the patch number. Now we always report version numbers in the traditional format "<major>.<minor>.<patch>[-rc<rc>]". We still use odd minor numbers for development versions. Now we also use the CCYYMMDD date as the patch number of development versions, thus allowing tests for exact CMake versions.
* BUG: fix for 4026, display a message if ccmake has errorsBill Hoffman2008-10-091-4/+5
|
* ENH: fix it for working with an empty cacheBill Hoffman2008-03-071-3/+14
|
* ENH: fix make edit_cache for cmake-guiBill Hoffman2008-02-121-0/+1
|
* ENH: there can be only one versionBill Hoffman2006-11-291-2/+3
|
* ENH: remove old unused codeKen Martin2006-10-061-8/+0
|
* ENH: only change the cache if the value was really changedBill Hoffman2006-08-101-1/+1
|
* ENH: not all messages are errorsBill Hoffman2006-03-161-1/+6
|
* ENH: m_ cleanup for cursesKen Martin2006-03-161-199/+199
|
* COMP: Changed while(1) to for(;;) to avoid warning about constant control ↵Brad King2005-05-031-1/+1
| | | | expression.
* ENH: Reload PreLoad.cmake every time you do configureAndy Cedilnik2004-08-171-0/+1
|
* ENH: Enable preload for ccmakeAndy Cedilnik2004-08-171-0/+1
|
* ENH: remove deletesBill Hoffman2004-07-201-2/+0
|
* BUG: fix for 981 cursor returns to correct place in help screenBill Hoffman2004-07-191-1/+4
|
* ENH: Adding MODIFIED property to cache values that have been changed by the ↵Brad King2004-06-231-12/+33
| | | | user.
* BUG: Prevent deleting not existing variables and therefore prevent crash. ↵Andy Cedilnik2004-04-151-1/+1
| | | | Fixes: Bug #750 - CCMake crashes when deleting all variables
* BUG: Prevent crash when deleting the last cache itemAndy Cedilnik2004-02-231-25/+34
|
* BUG#129: Fixed load/save of CMakeCache.txt when it is not in the current ↵Brad King2003-08-061-2/+1
| | | | directory.
* BUG: When only loading ccmake cache, do not allow generateAndy Cedilnik2003-06-061-0/+1
|
* ENH: On envocation of ccmake check if directories are correct, but do not ↵Andy Cedilnik2003-05-291-3/+14
| | | | rerun configure
* If there was no error, do not say that there was oneAndy Cedilnik2003-03-171-2/+4
|
* Remove warningsAndy Cedilnik2003-03-091-2/+2
|
* Remove warningAndy Cedilnik2003-03-071-1/+1
|
* Add searching of variablesAndy Cedilnik2003-03-071-4/+139
|
* BUG: Fixed crash when CMAKE_ROOT cannot be found.Brad King2003-01-221-2/+7
|
* Rename local variableAndy Cedilnik2002-11-221-2/+2
|
* ERR: Fixed string literal to char* warnings.Brad King2002-11-211-3/+4
|
* Add progress to ccmakeAndy Cedilnik2002-11-191-48/+105
|
* Initial add of progressAndy Cedilnik2002-11-181-1/+12
|
* RevertAndy Cedilnik2002-11-071-1/+1
|
* In certain cases, try to guess the source directory, so that you can run ↵Andy Cedilnik2002-11-061-1/+1
| | | | cmake or ccmake without specifying source dir
* ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵Brad King2002-10-231-3/+3
| | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
* Rename variables to remove warningsAndy Cedilnik2002-10-171-238/+238
|