Brad King
|
54541bd40a
ENH: Improved filename/line number reporting in error message. Macro invocations now chain up the error message.
|
23 years ago |
Brad King
|
4888c088ae
ENH: Moved ExpandListVariables out of individual commands. Argument evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside.
|
23 years ago |
Andy Cedilnik
|
3893ee72d2
Add comment support, so that you can see in build process what the custom command does
|
23 years ago |
Bill Hoffman
|
b0f4a4cb39
ENH: fix IntDir jump and build problem
|
23 years ago |
Ken Martin
|
cdf3fb6e7b
fix purify FMR
|
23 years ago |
Bill Hoffman
|
952c2f2d64
add project command even if inheriting
|
23 years ago |
Ken Martin
|
9e526f797a
removed cmMakefile depend from cmSystemTools
|
23 years ago |
Bill Hoffman
|
ddbc9e6292
ENH: remove cerr calls
|
23 years ago |
Bill Hoffman
|
27110975c2
ENH: add PROJECT command if there is not one
|
23 years ago |
Amitha Perera
|
939035ad91
BUG: the dependency analysis would incorrectly alphabetically re-order the
|
23 years ago |
Ken Martin
|
20b7e6b222
ENH: space fixes and add a status option to message command
|
23 years ago |
Bill Hoffman
|
f5d95fb078
Complete rework of makefile generators expect trouble
|
23 years ago |
Andy Cedilnik
|
384fda81a9
Try to remove some warnings
|
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 |
Andy Cedilnik
|
a518fed4e3
Try to improve source group interface
|
23 years ago |
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 |