Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Help: Add missing DIRECTORY keyword to set_tests_properties() signature | Craig Scott | 2024-01-05 | 1 | -0/+1 |
| | |||||
* | Help: Use <xxx> for non-keyword arguments in property command signatures | Craig Scott | 2024-01-05 | 1 | -1/+3 |
| | |||||
* | set_tests_properties(): Add DIRECTORY option | Kyle Edwards | 2023-08-11 | 1 | -0/+10 |
| | |||||
* | set_test_properties: link to the test properties in the documentation | Alex Neundorf | 2023-07-26 | 1 | -1/+1 |
| | | | | It was linking to the target properties, this was probably an oversight. | ||||
* | Help: Add _See Also_ sections to related CMake commands | Alex Turbov | 2022-11-09 | 1 | -2/+6 |
| | |||||
* | Help: Clarify when add_test and test properties support generator expressions | Brad King | 2022-03-21 | 1 | -2/+4 |
| | | | | Issue: #23329 | ||||
* | Help: Provide cross-references from and to set_property | Joachim Wuttke (o) | 2019-01-10 | 1 | -2/+5 |
| | |||||
* | Help: Apply syntax highlighting to project commands | Joachim Wuttke (o) | 2018-10-25 | 1 | -2/+2 |
| | | | | | | * Replace most "::" by ".. code-block:: cmake" * Header sentence in imperative voice, detailed command description in present tense. | ||||
* | Help: Link to properties in set_tests_properties. | Stephen Kelly | 2015-04-04 | 1 | -26/+4 |
| | | | | Remove help for specific properties to their own help pages. | ||||
* | set_tests_properties: fix documentation | Ben Boeckel | 2015-01-11 | 1 | -1/+1 |
| | | | | The error is raised if the *test* doesn't exist, not the property. | ||||
* | Help: Fix set_tests_properties documentation typo | Andrew Bauer | 2014-09-12 | 1 | -1/+1 |
| | | | | The example for FAIL_REGULAR_EXPRESSION should actually name it. | ||||
* | Convert builtin help to reStructuredText source files | Kitware Robot | 2013-10-15 | 1 | -0/+36 |
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it. |