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 | ||||
* | Objective C/C++: Honor CC and CXX env vars to select compiler | Brad King | 2020-05-14 | 1 | -0/+3 |
| | | | | | | | If the `OBJC` or `OBJCXX` environment variable is not set to specify an Objective C or C++ compiler, check `CC` or `CXX` too. Fixes: #20703 | ||||
* | Help: Document OBJC and OBJCXX env vars for Objective C/C++ compilers | Brad King | 2020-05-14 | 1 | -0/+11 |