Daniel Pfeifer
|
2e620f0b38
Fix several include-what-you-use findings
|
9 lat temu |
Daniel Pfeifer
|
e81c323da9
Include necessary headers in commands
|
9 lat temu |
Daniel Pfeifer
|
608afd4f62
Separate compilation for commands included in cmBootstrapCommands2
|
9 lat temu |
Brad King
|
86578eccf2
Simplify CMake per-source license notices
|
9 lat temu |
Daniel Pfeifer
|
73f648f167
use empty method to check for emptyness
|
9 lat temu |
Stephen Kelly
|
421012a330
cmMessenger: Extract from cmake class
|
9 lat temu |
Brad King
|
4e66ca1952
Merge topic 'fix-cmake-ISP-violation'
|
9 lat temu |
Stephen Kelly
|
23f87e8157
cmake: Remove force from IssueMessage API
|
9 lat temu |
Stephen Kelly
|
0a4af0735f
cmake: Issue message independent of cmMakefile definition
|
9 lat temu |
Kitware Robot
|
d9fd2f5402
Revise C++ coding style using clang-format
|
9 lat temu |
Michael Scott
|
28f2d750ed
Add -Werror and -Wno-error command-line options
|
9 lat temu |
Michael Scott
|
aac633d5e5
Explicitly enable deprecated warnings by default.
|
10 lat temu |
Michael Scott
|
246b0bfbfd
Explicitly enable author (dev) warnings by default.
|
10 lat temu |
Michael Scott
|
deec3a3f06
Make message suppression more consistent.
|
10 lat temu |
Brad King
|
81739e9215
Revert topic 'cmake-W-options' (#15747)
|
10 lat temu |
Brad King
|
975426ceb3
cmake: Do not treat developer warnings as errors by default in scripts
|
10 lat temu |
Michael Scott
|
c96fe0b40d
cmake: Add -W options to control deprecation warnings and errors
|
10 lat temu |
Stephen Kelly
|
8ea0b81d20
cmAlgorithms: Rename cmRange to cmMakeRange.
|
10 lat temu |
Stephen Kelly
|
27c6f017a1
Use cmJoin to accumulate string ranges.
|
10 lat temu |
Stephen Kelly
|
21c573f682
Remove some c_str() calls.
|
11 lat temu |
Stephen Kelly
|
509c142a3f
message: Add a DEPRECATION mode
|
12 lat temu |
Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 lat temu |
Brad King
|
b04c37c700
BUG: Fix message(SEND_ERROR) to continue
|
16 lat temu |
Brad King
|
ca3b93d9c6
ENH: Teach message() how to display warnings
|
16 lat temu |
Brad King
|
ce0f575473
ENH: Make message(SEND_ERROR) report context.
|
17 lat temu |
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 lat temu |
Alexander Neundorf
|
95a8331edb
|
18 lat temu |
Bill Hoffman
|
017cec95ad
ENH: do not print a call stack if the user does a message error unless --debug-output is used
|
19 lat temu |
Andy Cedilnik
|
a6e68ac582
ENH: Use CMake's error reporting mechanism
|
19 lat temu |
Ken Martin
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
19 lat temu |