summaryrefslogtreecommitdiff
path: root/Source/cmExportTryCompileFileGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* genex: remove the need for backtracesBen Boeckel2014-06-051-3/+2
* Remove some c_str() calls.Stephen Kelly2014-03-111-2/+2
* stringapi: Use strings for property namesBen Boeckel2014-03-081-2/+3
* cmMakefile: make some methods take const std::string& instead of const char*Rolf Eike Beer2014-01-161-1/+1
* Undefine local preprocessor loop variables.Stephen Kelly2014-01-061-0/+2
* Genex: Simplify the preprocessor looper for interface properties.Stephen Kelly2013-11-091-1/+1
* cmTarget: Make GetProperty() const.Stephen Kelly2013-10-311-9/+9
* try_compile: Extract IMPORTED targets from INTERFACE_LINK_LIBRARIESStephen Kelly2013-08-261-1/+2
* try_compile: Extract IMPORTED targets from LINK_DEPENDENT_LIBRARIESStephen Kelly2013-08-261-1/+2
* Use a preprocessor loop to manage the valid transitive properties.Stephen Kelly2013-06-101-3/+4
* Find targets in INTERFACE_COMPILE_OPTIONS when exporting for try_compile.Stephen Kelly2013-06-101-0/+1
* OS X: Add support for @rpath in export files.Clinton Stimpson2013-06-031-0/+15
* Add a new Export generator for IMPORTED targets.Stephen Kelly2013-02-221-0/+114