summaryrefslogtreecommitdiffstats
path: root/Source/cmBlockCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* IWYU: Update for Debian 12 CI jobBrad King2023-07-281-1/+2
| | | | | | `include-what-you-use` diagnostics, in practice, are specific to the environment's compiler and standard library. Update includes to satisfy IWYU for our CI job under Debian 12.
* return(): Propagate variables to result scopeMarc Chevrier2022-09-031-9/+6
| | | | Fixes: #23871
* Add new flow-control commands for variables and policies scopes managementMarc Chevrier2022-08-221-0/+200
Add block() and endblock() commands offering the capability to create new scopes for variables and/or policies. Fixes: #20171