Ken Martin
|
85896b3460
minor memory fix
|
23 years ago |
Andy Cedilnik
|
202600f95a
Add GetLocal on cmMakefile and on local builds do not perform tests
|
23 years ago |
Andy Cedilnik
|
157e2b4ac3
Add option of TRY_COMPILE to store the output of compilation so that if the output fails you can display it or store it in the file
|
23 years ago |
Andy Cedilnik
|
c91629109b
Remove unnecessary disabling of output
|
23 years ago |
Andy Cedilnik
|
f5c6dfcb1c
When doing try compile disable output
|
23 years ago |
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 |