Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FindPatch: Fix typo in find_program call | Ferenc Gerlits | 2021-07-21 | 1 | -1/+1 |
| | | | | | | | | There is no `NAME` option. It should be `NAMES`. The call worked with `NAME` only due to old `find_program` signature compatibility. After this, the `find_program` call works even with PATHS removed (on non-Windows systems where this PATHS is not needed). | ||||
* | 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: Convert remaining modules to block-style comments | Kitware Robot | 2018-10-22 | 1 | -24/+25 |
| | |||||
* | FindPatch: Add module to find 'patch' command-line tool | Jean-Christophe Fillion-Robin | 2017-09-01 | 1 | -0/+68 |