Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Help: Normalize and consolidate standard policy advice paragraph | Brad King | 2024-01-11 | 1 | -3/+5 |
| | | | | | | | | Every policy's documentation has a paragraph on what version of CMake introduced it, how to set the policy, and whether CMake warns if the policy is not set. The wording of this paragraph has diverged across policies over time. Factor the paragraph out into a standard advice document included by every policy. | ||||
* | Help: Fix typos and spelling in documentation | Josef Angstenberger | 2021-05-07 | 1 | -1/+1 |
| | |||||
* | Help: Update Sphinx versionadded directives for 3.19 release | Brad King | 2020-10-08 | 1 | -0/+2 |
| | | | | | | Run the script: Utilities/Sphinx/update_versions.py --since v3.18.0 --overwrite | ||||
* | add_test: Allow special characters in test name (w/ policy CMP0110) | Deniz Bahadir | 2020-08-12 | 1 | -0/+24 |
Restore the change from commit f84af8e270 (add_test: Allow special characters in test name, 2020-05-16, v3.18.0-rc1~142^2) that had to be reverted by commit f84af8e270 (add_test: Allow special characters in test name, 2020-05-16, v3.18.0-rc1~142^2) for compatibility. Add policy CMP0110 to make the change in a compatible way. Also, support even more characters than before by generating the test scripts using bracket arguments around the test names. Fixes: #19391 Signed-off-by: Deniz Bahadir <dbahadir@benocs.com> |