summaryrefslogtreecommitdiffstats
path: root/Modules/CheckPIESupported.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Modules: Rename Internal/CMake{CheckCompiler => TryCompilerOrLinker}FlagRobert Maynard2020-11-251-3/+5
| | | | | | | | Rename the `CheckPIESupported` helper functions so that they don't clobber other internal functions. Also rename them to document they can't be unified with `CheckCompilerFlag`. Fixes: #21497
* Help: Add Sphinx 'versionadded' directives to each top-level documentKitware Robot2020-07-061-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: Improve description of modulesBartosz Kosiorek2019-04-231-2/+2
|
* PIE link options: Update strategy to fix performance regressionMarc Chevrier2018-12-191-0/+134
Fixes: #18700