summaryrefslogtreecommitdiff
path: root/Modules/CheckIPOSupported.cmake
Commit message (Expand)AuthorAgeFilesLines
* Modules: Drop redundant check logging to CMakeOutput.log and CMakeError.logBrad King2023-01-181-3/+0
* Modules: Use new keyword-dispatched try_compile signatureMatthew Woehlke2022-09-161-3/+3
* CUDA: Add Device LTO support for nvccRobert Maynard2022-07-221-13/+24
* CheckIPO: Refactor logic selecting test source filesRobert Maynard2022-07-131-14/+11
* CheckIPOSupported: Compile check using flags of calling projectBrad King2022-06-101-0/+21
* Help: Add `.. versionadded` directives to module docsNikita Nemkin2020-12-021-0/+3
* Help: Add Sphinx 'versionadded' directives to each top-level documentKitware Robot2020-07-061-0/+2
* CheckIPOSupported: Avoid polluting cache with common name 'result'Brad King2020-03-261-2/+4
* CMakeParseArguments: Remove superfluous includes of CMakeParseArgumentsKyle Edwards2018-12-131-2/+0
* IPO: INTERPROCEDURAL_OPTIMIZATION (LTCG) for Visual StudioNiels Dekker2018-09-171-1/+1
* CheckIPOSupported: Tolerate backslashes in output of failed checksBrad King2018-08-301-1/+7
* CheckIPOSupported: Simplify result reporting logicBrad King2018-08-301-3/+4
* CheckIPOSupported: Document existing Fortran supportBrad King2018-01-301-1/+1
* IPO: Consider support for each language separatelyBrad King2017-06-141-8/+10
* Xcode: Support IPO (LTO)Ruslan Baratov2017-05-021-1/+1
* CheckIPOSupported: Add Fortran supportRuslan Baratov2017-04-041-6/+3
* CheckIPOSupported: Move '_CMakeLTOTest-*' under 'CMakeFiles'Ruslan Baratov2017-04-041-1/+1
* Add policy CMP0069 to enforce INTERPROCEDURAL_OPTIMIZATIONRuslan Baratov2017-03-301-1/+14
* CheckIPOSupported: Visual Studio and Xcode generators do not support IPORuslan Baratov2017-03-301-1/+6
* CheckIPOSupported: New module to check for compiler/cmake IPO supportRuslan Baratov2017-03-111-0/+215