summaryrefslogtreecommitdiff
path: root/Source/cmExportTryCompileFileGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* CMake code rely on cmList class for CMake lists management (part. 1)Marc Chevrier2023-04-241-1/+2
* cmTarget: make Visibility an `enum class`Ben Boeckel2023-02-141-1/+1
* cmGeneratorExpression: Require cmake instanceKyle Edwards2022-11-111-1/+1
* Add usage requirements to update direct link dependenciesBrad King2022-01-291-0/+2
* cmTarget: Record backtraces for INTERFACE_LINK_LIBRARIESBrad King2021-12-151-2/+8
* install(EXPORT): Install file setsKyle Edwards2021-10-271-0/+19
* Rename cmProp in cmValueMarc Chevrier2021-09-211-2/+2
* Refactor export file generator intefaceEugene Shalygin2021-07-221-1/+1
* Genex: $<HOST_LINK:> and $<DEVICE_LINK:> must be usable in try_compileMarc Chevrier2021-03-311-2/+11
* Single location for cmProp typedefVitaly Stakhovsky2020-06-011-0/+1
* cmTarget: Replace "perConfig" constructor boolean with enumBrad King2020-05-181-1/+1
* cmGeneratorTarget::GetProperty: return cmPropVitaly Stakhovsky2020-04-291-3/+3
* replace "std::string::find(x) == 0" with cmHasPrefix()Rolf Eike Beer2020-03-231-3/+3
* Ninja: Add multi-config variantKyle Edwards2019-12-131-1/+2
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-4/+4
* cmGeneratorExpression: Remove Evaluate overload by parameter re-orderingDaniel Eiband2019-09-221-1/+1
* cmGeneratorExpression: Move quiet flag to cmCompiledGeneratorExpressionDaniel Eiband2019-09-221-3/+2
* Source sweep: Replace cmExpandList with the shorter cmExpandedListSebastian Holtermann2019-08-231-2/+1
* Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-2/+2
* IWYU: Fix handling of <memory> standard headerBrad King2019-07-101-1/+1
* Fix transitive usage requirements through same-name imported targetsBrad King2018-09-101-2/+1
* Merge topic 'genex-COMPILE_LANGUAGE-system-include'Brad King2018-03-131-7/+12
|\
| * Genex: Fix COMPILE_LANGUAGE propagation through try_compileBrad King2018-03-121-7/+12
* | install,export: Maybe transform OBJECT libraries to INTERFACE librariesBrad King2018-02-281-1/+1
|/
* Retire std::auto_ptr and its macro CM_AUTO_PTRMatthias Maennich2017-09-261-2/+2
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-15/+11
* Use C++11 nullptrDaniel Pfeifer2017-08-241-2/+2
* cmState: Port dependents to new cmStateTypes headerStephen Kelly2016-10-191-1/+1
* cmState: Move TargetType enum to separate namespaceStephen Kelly2016-10-191-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* cmTarget: Construct with basic information up frontBrad King2016-09-141-3/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-1/+10
* Avoid using KWSys auto_ptr by adopting it ourselvesBrad King2016-06-291-1/+1
* use CM_NULLPTRDaniel Pfeifer2016-06-281-1/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-61/+42
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-2/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-1/+1
* cmGeneratorTarget: Add API for property keysStephen Kelly2015-10-271-7/+9
* Export: Port interface to cmGeneratorTarget.Stephen Kelly2015-10-181-27/+24
* cmExportTryCompileFileGenerator: Port to cmGeneratorTarget.Stephen Kelly2015-10-181-12/+18
* Merge topic 'genex-consumers-generator-targets'Brad King2015-10-161-5/+6
|\
| * Genex: Port some access API to cmGeneratorTarget.Stephen Kelly2015-10-151-5/+6
* | cmState: Move TargetType enum from cmTarget.Stephen Kelly2015-10-151-1/+1
|/
* cmGeneratorExpression: Port interface to cmGeneratorTarget.Stephen Kelly2015-10-121-2/+3
* cmGeneratorExpression: Port to cmLocalGenerator.Stephen Kelly2015-10-121-1/+1
* cmExportTryCompileFileGenerator: Evaluate genex with cmGeneratorTarget.Stephen Kelly2015-10-051-2/+6
* cmGeneratorTarget: Move GetInstallNameDir* from cmTarget.Stephen Kelly2015-08-051-2/+2
* cmExportTryCompileFileGenerator: Create cmGeneratorTargets.Stephen Kelly2015-07-271-0/+7
* cmExportTryCompileFileGenerator: Add newline between methods.Stephen Kelly2015-06-071-0/+1
* cmExportTryCompileFileGenerator: Remove unused variable.Stephen Kelly2015-06-071-2/+0