Brad King
|
182eb7c7ef
Merge topic 'dev/strict-mode'
|
14 years ago |
David Cole
|
693c9a6236
Avoid exceptions when ccmake terminal window is too small (#11668)
|
15 years ago |
Ben Boeckel
|
393903218d
Unwatch manual variables upon removal in ccmake
|
15 years ago |
Brad King
|
5d7c3c0a59
ccmake: Fix search with '/'
|
15 years ago |
Brad King
|
fec71d8016
Fix signed/unsigned comparison warnings in ccmake
|
15 years ago |
Brad King
|
ff1f8d0b53
Fix or cast more integer conversions in cmake
|
15 years ago |
David Cole
|
44bcba7461
Fix warnings in CMake source code. Suppress rampant warnings emanating from Qt files.
|
16 years ago |
Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 years ago |
Brad King
|
b41a548d86
Add parentheses around '&&' between '||' for gcc
|
16 years ago |
Brad King
|
98c51ff6dc
ENH: Overhaul CMake version numbering
|
16 years ago |
Bill Hoffman
|
f0a41ce160
BUG: fix for 4026, display a message if ccmake has errors
|
17 years ago |
Bill Hoffman
|
354abb72d9
ENH: fix it for working with an empty cache
|
17 years ago |
Bill Hoffman
|
3fa087c8ab
ENH: fix make edit_cache for cmake-gui
|
17 years ago |
Bill Hoffman
|
33170bc371
ENH: there can be only one version
|
19 years ago |
Ken Martin
|
f7217ef344
ENH: remove old unused code
|
19 years ago |
Bill Hoffman
|
65e3842d51
ENH: only change the cache if the value was really changed
|
19 years ago |
Bill Hoffman
|
e975836292
ENH: not all messages are errors
|
19 years ago |
Ken Martin
|
fb5d92ea37
ENH: m_ cleanup for curses
|
19 years ago |
Brad King
|
c7a75e92c9
COMP: Changed while(1) to for(;;) to avoid warning about constant control expression.
|
20 years ago |
Andy Cedilnik
|
3bc8cbd475
ENH: Reload PreLoad.cmake every time you do configure
|
21 years ago |
Andy Cedilnik
|
c4805a1b79
ENH: Enable preload for ccmake
|
21 years ago |
Bill Hoffman
|
2474302c25
ENH: remove deletes
|
21 years ago |
Bill Hoffman
|
9fe2ab2f71
BUG: fix for 981 cursor returns to correct place in help screen
|
21 years ago |
Brad King
|
4eb0400c98
ENH: Adding MODIFIED property to cache values that have been changed by the user.
|
21 years ago |
Andy Cedilnik
|
0986b42761
BUG: Prevent deleting not existing variables and therefore prevent crash. Fixes: Bug #750 - CCMake crashes when deleting all variables
|
21 years ago |
Andy Cedilnik
|
183273bea2
BUG: Prevent crash when deleting the last cache item
|
22 years ago |
Brad King
|
88e1571c76
BUG#129: Fixed load/save of CMakeCache.txt when it is not in the current directory.
|
22 years ago |
Andy Cedilnik
|
65dcf074a1
BUG: When only loading ccmake cache, do not allow generate
|
22 years ago |
Andy Cedilnik
|
dfd22fdf23
ENH: On envocation of ccmake check if directories are correct, but do not rerun configure
|
22 years ago |
Andy Cedilnik
|
889a119474
If there was no error, do not say that there was one
|
22 years ago |