Michael Scott
|
aac633d5e5
Explicitly enable deprecated warnings by default.
|
10 years ago |
Michael Scott
|
246b0bfbfd
Explicitly enable author (dev) warnings by default.
|
10 years ago |
Michael Scott
|
deec3a3f06
Make message suppression more consistent.
|
10 years ago |
Brad King
|
81739e9215
Revert topic 'cmake-W-options' (#15747)
|
10 years ago |
Brad King
|
975426ceb3
cmake: Do not treat developer warnings as errors by default in scripts
|
10 years ago |
Michael Scott
|
c96fe0b40d
cmake: Add -W options to control deprecation warnings and errors
|
10 years ago |
Stephen Kelly
|
8ea0b81d20
cmAlgorithms: Rename cmRange to cmMakeRange.
|
10 years ago |
Stephen Kelly
|
27c6f017a1
Use cmJoin to accumulate string ranges.
|
10 years ago |
Stephen Kelly
|
21c573f682
Remove some c_str() calls.
|
11 years ago |
Stephen Kelly
|
509c142a3f
message: Add a DEPRECATION mode
|
12 years ago |
Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 years ago |
Brad King
|
b04c37c700
BUG: Fix message(SEND_ERROR) to continue
|
16 years ago |
Brad King
|
ca3b93d9c6
ENH: Teach message() how to display warnings
|
16 years ago |
Brad King
|
ce0f575473
ENH: Make message(SEND_ERROR) report context.
|
17 years ago |
Ken Martin
|
0e69d38004
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
|
18 years ago |
Alexander Neundorf
|
95a8331edb
|
18 years ago |
Bill Hoffman
|
017cec95ad
ENH: do not print a call stack if the user does a message error unless --debug-output is used
|
19 years ago |
Andy Cedilnik
|
a6e68ac582
ENH: Use CMake's error reporting mechanism
|
19 years ago |
Ken Martin
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
19 years ago |
Bill Hoffman
|
269b66d50a
ENH: fix docs, and revert fatal error change
|
20 years ago |
Bill Hoffman
|
0205c6bb1a
ENH: make all errors fatal in message command
|
20 years ago |
Bill Hoffman
|
2f4ea98a4c
add a fatal error, and make sure c and c++ compilers work before using them
|
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 |
Ken Martin
|
20b7e6b222
ENH: space fixes and add a status option to message command
|
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
|
7ddb408621
removed some includes
|
23 years ago |
Bill Hoffman
|
72022ac27b
ENH: add ability to escape semi-colons
|
23 years ago |
Sebastien Barre
|
b6ebd7b7fa
ENH: Add SEND_ERROR flag to MESSAGE so that an error can be raised within a CMakeList file
|
23 years ago |
Bill Hoffman
|
4651dbcfc6
ENH: expand variables in arguments before the commands get them
|
23 years ago |
Will Schroeder
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |