Stephen Kelly
|
fd7b371293
Replace foo.size() pattern with !foo.empty().
|
10 rokov pred |
Stephen Kelly
|
d92887efab
Replace 'foo.size() > 0' pattern with !foo.empty().
|
10 rokov pred |
Stephen Kelly
|
931e055d8c
Port all cmOStringStream to std::ostringstream.
|
10 rokov pred |
Nils Gladitz
|
cc1139cc30
strings: Remove redundant calls to std::string::c_str()
|
11 rokov pred |
Brad King
|
f70b2253f6
Merge topic 'fix_policy_diagnostics'
|
11 rokov pred |
Nils Gladitz
|
77b581c2f0
Policies: omit warnings about unset policies when they are actually set to NEW
|
11 rokov pred |
Stephen Kelly
|
21c573f682
Remove some c_str() calls.
|
11 rokov pred |
Stephen Kelly
|
d6dd264671
include(): Use lower case and () to refer to the include() command.
|
12 rokov pred |
Stephen Kelly
|
66b290e7e2
export(): Process the export() command at generate time.
|
13 rokov pred |
Stephen Kelly
|
af1f698757
CMP0024: Store the fact of included export in global generator.
|
12 rokov pred |
Stephen Kelly
|
904ff9fe59
export: Add policy CMP0024 to disallow include() of export files
|
12 rokov pred |
Andreas Mohr
|
bf019d765d
Fix spelling and typos (non-binary)
|
13 rokov pred |
Brad King
|
2e99949ccb
include: Ignore empty string as file name (#13388)
|
13 rokov pred |
Alex Neundorf
|
75a522110d
Remove trailing whitespace
|
15 rokov pred |
Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 rokov pred |
Brad King
|
c332e0bf3c
ENH: Isolate policy changes in included scripts
|
17 rokov pred |
Brad King
|
959bd61e37
ENH: Improve formatting of include command error message.
|
17 rokov pred |
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 rokov pred |
Alexander Neundorf
|
61d3444f93
|
18 rokov pred |
Ken Martin
|
ba2b99bb9f
STYLE: fix line length
|
19 rokov pred |
Ken Martin
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
19 rokov pred |
Ken Martin
|
d82a038ee1
BUG: fatal error in include file should not cause report of missing include file
|
20 rokov pred |
Ken Martin
|
3abd6306a9
ENH: Allow user to overwrite Platforms files
|
21 rokov pred |
Andy Cedilnik
|
ba0b6d3078
ERR: Remove debug
|
21 rokov pred |
Andy Cedilnik
|
451522381d
ENH: Add support for importing modules without specifying path
|
21 rokov pred |
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 rokov pred |
Brad King
|
cd8e26f14c
BUG: Must return false after an error of incorrect arguments.
|
23 rokov pred |
Berk Geveci
|
d0d25bb989
Reformatted the error printed by cmMakefile.
|
23 rokov pred |
Bill Hoffman
|
789267c949
ENH: speed improvements
|
23 rokov pred |
Bill Hoffman
|
4651dbcfc6
ENH: expand variables in arguments before the commands get them
|
23 rokov pred |