summaryrefslogtreecommitdiff
path: root/Source/cmExportTryCompileFileGenerator.h
Commit message (Expand)AuthorAgeFilesLines
* cmExport*FileGenerator: support exporting C++ module propertiesBen Boeckel2022-07-061-0/+3
* cmExportFileGenerator: Simplify collection of targets missing from export setBrad King2022-04-111-4/+2
* install(EXPORT): Install file setsKyle Edwards2021-10-271-0/+9
* Refactor export file generator intefaceEugene Shalygin2021-07-221-2/+3
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-2/+2
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-0/+1
* Genex: Fix COMPILE_LANGUAGE propagation through try_compileBrad King2018-03-121-1/+4
* Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-4/+4
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+1
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-2/+10
* mark functions with CM_OVERRIDEDaniel Pfeifer2016-06-271-7/+7
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-10/+10
* Export: Port internal utility to cmGeneratorTarget.Stephen Kelly2015-10-181-2/+2
* Export: Port some API to cmGlobalGenerator.Stephen Kelly2015-10-181-1/+0
* Export: Port interface to cmGeneratorTarget.Stephen Kelly2015-10-181-4/+5
* cmExportTryCompileFileGenerator: Port to cmGeneratorTarget.Stephen Kelly2015-10-181-4/+4
* cmGeneratorTarget: Move GetInstallNameDir* from cmTarget.Stephen Kelly2015-08-051-1/+1
* Fix include guard.Stephen Kelly2015-07-281-2/+2
* cmExportTryCompileFileGenerator: Create cmGeneratorTargets.Stephen Kelly2015-07-271-0/+2
* stringapi: Pass configuration names as stringsBen Boeckel2014-03-081-3/+3
* stringapi: Use strings for property namesBen Boeckel2014-03-081-1/+1
* cmTarget: Make GetProperty() const.Stephen Kelly2013-10-311-6/+6
* OS X: Add support for @rpath in export files.Clinton Stimpson2013-06-031-0/+2
* Add a new Export generator for IMPORTED targets.Stephen Kelly2013-02-221-0/+55