Brad King
|
41445f67ac
BUG: Fixed crash of cmake -i when CMAKE_ROOT cannot be found. Made resulting error message cleaner.
|
22 gadi atpakaļ |
Ken Martin
|
072db6ad70
removed redundent includes
|
22 gadi atpakaļ |
Brad King
|
88e1571c76
BUG#129: Fixed load/save of CMakeCache.txt when it is not in the current directory.
|
22 gadi atpakaļ |
Bill Hoffman
|
6dda0c976f
BUG: can not mix cout and fgets on hp
|
23 gadi atpakaļ |
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 gadi atpakaļ |
Andy Cedilnik
|
56b69e5fcc
Remove unnecessary variable
|
23 gadi atpakaļ |
Andy Cedilnik
|
8491551d6a
Strip the string that user answers
|
23 gadi atpakaļ |
Ken Martin
|
2a68d21e85
cleaned up some of the cmake interface
|
23 gadi atpakaļ |
Andy Cedilnik
|
d1fbb556eb
Replace getline with fgets since getline does not seems to work properly on Mac OSX
|
23 gadi atpakaļ |
Andy Cedilnik
|
628625af72
Simplify code. Since we access cache entry through the iterator, we do not need the cache manager any more
|
23 gadi atpakaļ |
Andy Cedilnik
|
bef93dc5c1
Couple of changes: cache variables now have a map of properties. ADVANCED and HELPSTRING are now properties of cache variable, IsAdvanced is gone, so is GetCacheEntry, since cache entries are now all private. To access them, you use the iterator. -ADVANCED cache entries are gone and are replaced by the property of cache variables. The cache file still looks the same, but the -ADVANCED cache entries are created when writing file. MarkAsAdvanced and VariableRequires are fixed. So are curses gui and wizard
|
23 gadi atpakaļ |
Ken Martin
|
25ff4552b3
new arch
|
23 gadi atpakaļ |
Ken Martin
|
d0be2896d7
changed cache manager and registered generators to no longer be singletons
|
23 gadi atpakaļ |
Ken Martin
|
15b2d2f2a6
support for plugins
|
23 gadi atpakaļ |
Bill Hoffman
|
d14a2314e5
check bool values and prefere off
|
24 gadi atpakaļ |
Will Schroeder
|
a6a43d5320
ENH:Updated copyright
|
24 gadi atpakaļ |
Bill Hoffman
|
26ecd7731d
ENH: call convert to unix slashes for path and filepath entries
|
24 gadi atpakaļ |
Bill Hoffman
|
0d3eefb1f1
new borland generator moved into place
|
24 gadi atpakaļ |
Bill Hoffman
|
15805d260e
fix for shared libs and borland
|
24 gadi atpakaļ |
Bill Hoffman
|
eecf4b9cbf
ENH: add advanced variable types and command line wizard gui
|
24 gadi atpakaļ |