Ken Martin
|
610ff11cf3
now Try compile can include CMAKE_FLAGS
|
23 years ago |
Brad King
|
aa29bbc326
ENH: Added RemoveDefinition method.
|
23 years ago |
Ken Martin
|
2a68d21e85
cleaned up some of the cmake interface
|
23 years ago |
Ken Martin
|
a4ca3229ff
renamed GenerateMakefile to ConfigureFinalPass
|
23 years ago |
Ken Martin
|
ee592e9b98
some fixes for try compile
|
23 years ago |
Ken Martin
|
6132184cc3
better trycompile and enable langiages
|
23 years ago |
Ken Martin
|
2aea6d528e
added a flag if a cmake is in try compile
|
23 years ago |
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 years ago |
Ken Martin
|
19323b6bac
minor fix in try compile code
|
23 years ago |
Ken Martin
|
bea21587cf
updated makefile moved commands into cmake and fixed try compile
|
23 years ago |
Brad King
|
eb1ff5f968
ERR: Fixes for comeau compiler. NULL is a pointer of type void*, and cannot be compared directly with other pointer types. We use 0 instead.
|
23 years ago |
Ken Martin
|
25ff4552b3
new arch
|
23 years ago |
Ken Martin
|
d0be2896d7
changed cache manager and registered generators to no longer be singletons
|
23 years ago |
Ken Martin
|
9f870d3efb
minor bug
|
23 years ago |
Ken Martin
|
6deb5bbe70
better IF ELSE handling
|
23 years ago |
Ken Martin
|
3c9206fdd8
makefile now does not ignore NOTFOUND libs and includes
|
23 years ago |
Ken Martin
|
8a3b2ad92e
makefile now ignores NOTFOUND libs and includes
|
23 years ago |
Ken Martin
|
8d8470c30e
full variable replacement and removal or empty arguments
|
23 years ago |
Ken Martin
|
fcc410de44
fixed if statements inside a foreach
|
23 years ago |
Bill Hoffman
|
ed7a32ebe4
BUG: fix for compile with hp
|
23 years ago |
Ken Martin
|
32ad30e883
better error handling with if statements
|
23 years ago |
Ken Martin
|
2a7e4539e6
fixed warning
|
23 years ago |
Ken Martin
|
c24d201c39
minor cleanup
|
23 years ago |
Ken Martin
|
ca2fdeb640
performance inprovements
|
23 years ago |
Ken Martin
|
6eb671097d
bug fix
|
23 years ago |
Ken Martin
|
4b12e5a306
bug fix
|
23 years ago |
Ken Martin
|
44a7cd55ff
removed all source lists from the system and made them vectors. Also appended _CMAKE_PATH to the end of the automatic cache entries for executables and libraries. Odds of all these changes working are slim but cmake builds and passes all its tests. VTK40 starts building
|
23 years ago |
Brad King
|
28895b0f9f
ERR: Fixed compiler warnings.
|
23 years ago |
Bill Hoffman
|
e5668ea656
ENH: only add _LIB_DEPEND information for libraries and modules
|
23 years ago |
Bill Hoffman
|
cdf550de13
ENH: rework library depend stuff
|
23 years ago |