Daniel Pfeifer
|
1d6909a287
use CM_NULLPTR
|
9 years ago |
Kitware Robot
|
d9fd2f5402
Revise C++ coding style using clang-format
|
9 years ago |
Brad King
|
64b5520346
Isolate formatted streaming blocks with clang-format off/on
|
9 years ago |
Stephen Kelly
|
de21168612
Port to static cmPolicies API.
|
10 years ago |
Stephen Kelly
|
54d6a9187f
cmMakefile: Rename GetCurrent{Output,Binary}Directory.
|
10 years ago |
Stephen Kelly
|
931e055d8c
Port all cmOStringStream to std::ostringstream.
|
10 years ago |
Brad King
|
e15a7075b5
Add an option for explicit BYPRODUCTS of custom commands (#14963)
|
11 years ago |
Peter Collingbourne
|
fe5d6e8c0f
Add USES_TERMINAL option for custom commands
|
11 years ago |
Peter Collingbourne
|
ad6ee42627
Rename doing_verbatim to doing_nothing
|
11 years ago |
Nils Gladitz
|
cc1139cc30
strings: Remove redundant calls to std::string::c_str()
|
11 years ago |
Brad King
|
f70b2253f6
Merge topic 'fix_policy_diagnostics'
|
11 years ago |
Nils Gladitz
|
77b581c2f0
Policies: omit warnings about unset policies when they are actually set to NEW
|
11 years ago |
Stephen Kelly
|
21c573f682
Remove some c_str() calls.
|
11 years ago |
Nils Gladitz
|
3900fcf4a8
CMP0037: Extend policy to reserved names and custom targets
|
12 years ago |
Brad King
|
7d47c69365
Drop compatibility with CMake < 2.4
|
12 years ago |
Brad King
|
128605054a
Normalize slashes of add_custom_(command|target) DEPENDS (#11973)
|
14 years ago |
Brad King
|
88548a45fb
Handle relative WORKING_DIRECTORY in add_custom_(command|target)
|
14 years ago |
Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 years ago |
Brad King
|
c5f70ff27f
ENH: Allow custom sources in custom targets
|
17 years ago |
Brad King
|
845563d575
COMP: Fix unused parameter warning in cmAddCustomTargetCommand.
|
17 years ago |
Brad King
|
5233b75a77
ENH: Improve handling of old-style compatibility.
|
17 years ago |
Brad King
|
680104a490
ENH: New format for warning and error messages
|
17 years ago |
Bill Hoffman
|
077805ff49
ENH: fix ICE with gcc in dash8
|
17 years ago |
Ken Martin
|
e0059c0db7
COMP: fix compile errors on vs6 and a warning
|
17 years ago |
Ken Martin
|
d7db2d086c
COMP: fix some warnings
|
17 years ago |
Ken Martin
|
d49ef18f8a
ENH: add first cut and policies still need to add the doc support
|
17 years ago |
Brad King
|
1c0595c73f
ENH: Add global property ALLOW_DUPLICATE_CUSTOM_TARGETS to help existing projects that depend on having duplicate custom targets. It is allowed only for Makefile generators. See bug#6348.
|
17 years ago |
Brad King
|
a0715048da
COMP: Fix shadowed local variable warning.
|
17 years ago |
Brad King
|
ac0e58dcfb
ENH: Enforce global target name uniqueness.
|
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 |