Florian Jacomme
|
b1a05d6c76
Revise implementation of case-insensitive command names
|
7 gadi atpakaļ |
Matthias Maennich
|
6a4a61d9e1
cmForEachCommand: prevent leakage
|
8 gadi atpakaļ |
Matthias Maennich
|
f0489856e3
Retire std::auto_ptr and its macro CM_AUTO_PTR
|
8 gadi atpakaļ |
Pavel Solodovnikov
|
7d5095796a
Meta: modernize old-fashioned loops to range-based `for`.
|
8 gadi atpakaļ |
Daniel Pfeifer
|
67a8d907ad
cmExecutionStatus: Remove arguments from setters
|
8 gadi atpakaļ |
Daniel Pfeifer
|
e81c323da9
Include necessary headers in commands
|
9 gadi atpakaļ |
Daniel Pfeifer
|
64f9c282f3
Separate compilation for commands included in cmBootstrapCommands1
|
9 gadi atpakaļ |
Brad King
|
86578eccf2
Simplify CMake per-source license notices
|
9 gadi atpakaļ |
Daniel Pfeifer
|
516f8edb2e
Avoid else after return
|
9 gadi atpakaļ |
Daniel Pfeifer
|
73f648f167
use empty method to check for emptyness
|
9 gadi atpakaļ |
Brad King
|
b5ec5b0901
Avoid using KWSys auto_ptr by adopting it ourselves
|
9 gadi atpakaļ |
Kitware Robot
|
d9fd2f5402
Revise C++ coding style using clang-format
|
9 gadi atpakaļ |
Brad King
|
0ac18d40c8
Remove `//------...` horizontal separator comments
|
9 gadi atpakaļ |
Brad King
|
5ab7dd544e
Merge topic 'fix-function-missing-end'
|
10 gadi atpakaļ |
Brad King
|
5d85fb4f40
Fix assertion failure on unmatched function or macro
|
10 gadi atpakaļ |
Stephen Kelly
|
ad16747927
foreach: Remove unused variables.
|
10 gadi atpakaļ |
Stephen Kelly
|
931e055d8c
Port all cmOStringStream to std::ostringstream.
|
10 gadi atpakaļ |
Gregor Jasny
|
0de867dde2
continue: Add a new CMake language command for loop continuation (#14013)
|
11 gadi atpakaļ |
Gregor Jasny
|
bae604d9a8
Track nested loop levels in CMake language with a stack of counters
|
11 gadi atpakaļ |
Stephen Kelly
|
21c573f682
Remove some c_str() calls.
|
11 gadi atpakaļ |
Kitware Robot
|
7bbaa4283d
Remove trailing whitespace from most CMake and C/C++ code
|
13 gadi atpakaļ |
Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 gadi atpakaļ |
Bill Hoffman
|
0a7ec1a4b6
BUG: fix for #9014, FATAL_ERROR not ending loops
|
16 gadi atpakaļ |
Brad King
|
ecb0f3af55
ENH: New foreach(<var> IN ...) mode
|
16 gadi atpakaļ |
Brad King
|
1dcc5b4558
ENH: Better handling of mismatched blocks
|
17 gadi atpakaļ |
Brad King
|
bca1026250
ENH: Better error message for unclosed blocks
|
17 gadi atpakaļ |
Brad King
|
2c81e5fb5c
ENH: Refactor function blocker deletion
|
17 gadi atpakaļ |
Bill Hoffman
|
f386c2aae0
ENH: make CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS the default and remove the property. If any value is specified in an endif, endforeach, endwhile, etc then make sure it matches the start string. If no values are given then it is no longer an error.
|
17 gadi atpakaļ |
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 gadi atpakaļ |
Ken Martin
|
27379d7b08
ENH: make properties a bit more formal with documentation and chaining
|
19 gadi atpakaļ |