Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Help: Add Sphinx 'versionadded' directives to each top-level document | Kitware Robot | 2020-07-06 | 1 | -0/+2 |
| | | | | | | | Run the `Utilities/Sphinx/update_versions.py` script to add initial markup to every top-level document and find module. Issue: #19715 | ||||
* | Help: clarify add_definitions() and add_compile_definitions() behavior | Marc Chevrier | 2020-05-24 | 1 | -4/+6 |
| | | | | Fixes: #20736 | ||||
* | 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: fix add_compile_definitions() documentation | Marc Chevrier | 2018-07-05 | 1 | -3/+3 |
| | | | | Fixes: #18147 | ||||
* | add_compile_definitions: add new command | Marc Chevrier | 2018-04-20 | 1 | -0/+23 |
This command manages preprocessor definitions at directory level and supports generator expressions. Fixes: #15374 |