summaryrefslogtreecommitdiffstats
path: root/Source/cmExportTryCompileFileGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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