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 | ||||
* | export: Disable PACKAGE mode user package registry by default | Robert Maynard | 2019-03-15 | 1 | -0/+27 |
The user package registry populated by the `export()` command causes side effects outside the build and source directories. Such effects should be opt-in rather than op-out. Introduce a policy to change default behavior of `export(PACKAGE)` to do nothing. |