Daniel Pfeifer
|
1d6909a287
use CM_NULLPTR
|
9 years ago |
Daniel Pfeifer
|
a7a9239096
mark functions with CM_OVERRIDE
|
9 years ago |
Kitware Robot
|
d9fd2f5402
Revise C++ coding style using clang-format
|
9 years ago |
Brad King
|
180538c706
Source: Stabilize include order
|
9 years ago |
Daniel Pfeifer
|
7110b754fe
CursesDialog: add missing cmState include
|
9 years ago |
Stephen Kelly
|
f081c5bddd
cmState: Move CacheEntryType enum from cmCacheManager.
|
10 years ago |
Sean McBride
|
111be1801f
Rename header guards to not start with double underscore
|
11 years ago |
Ben Boeckel
|
3742bb0d32
stringapi: Use strings for variable names
|
11 years ago |
Kitware Robot
|
7bbaa4283d
Remove trailing whitespace from most CMake and C/C++ code
|
13 years ago |
Brad King
|
5d7c3c0a59
ccmake: Fix search with '/'
|
15 years ago |
Brad King
|
ff1f8d0b53
Fix or cast more integer conversions in cmake
|
15 years ago |
Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 years ago |
Ken Martin
|
fb5d92ea37
ENH: m_ cleanup for curses
|
19 years ago |
Brad King
|
4eb0400c98
ENH: Adding MODIFIED property to cache values that have been changed by the user.
|
21 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
|
7a18dd8edd
Add searching of variables
|
22 years ago |
Brad King
|
486454ef78
BUG: Fixed crash when CMAKE_ROOT cannot be found.
|
23 years ago |
Andy Cedilnik
|
1d39833446
Add progress to ccmake
|
23 years ago |
Andy Cedilnik
|
65a814c989
Initial add of progress
|
23 years ago |
Brad King
|
1f6a3c67b1
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
|
23 years ago |
Ken Martin
|
2c7e9b3b59
new architecture
|
23 years ago |
Ken Martin
|
e8d0e8088f
some changes in cachemanager and singletons
|
23 years ago |
Berk Geveci
|
d53458de9a
The entry widgets are now created with what is initially available on the terminal.
|
23 years ago |
Berk Geveci
|
77bb62e00c
Exit ccmake on fatal errors.
|
23 years ago |
Will Schroeder
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
Berk Geveci
|
69cb66f7ff
Updated toolbar.
|
24 years ago |
Berk Geveci
|
d6e0f7da0c
Since it is being used as an array size in another file, it is not possible to initialize MAX_WIDTH in a .cxx file.
|
24 years ago |
Berk Geveci
|
46c5d3355a
Missed std::
|
24 years ago |
Berk Geveci
|
521d8d9410
Improvements to the curses interface.
|
24 years ago |
Bill Hoffman
|
4ddee8e0e8
ENH: tell cmake object where cmake is
|
24 years ago |