summaryrefslogtreecommitdiffstats
path: root/Source/cmCoreTryCompile.cxx
Commit message (Expand)AuthorAgeFilesLines
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-3/+3
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* try_compile: Honor CMAKE_<LANG>_FLAGS_<CONFIG> changes (#16054)Brad King2016-04-111-0/+7
* cmCoreTryCompile: Factor out config lookup for re-useBrad King2016-04-111-2/+4
* try_compile: Add option to control type of targetBrad King2016-02-191-10/+63
* cmExportTryCompileFileGenerator: Port to cmGeneratorTarget.Stephen Kelly2015-10-181-4/+3
* cmState: Move GetTargetTypeName from cmTarget.Stephen Kelly2015-10-141-1/+1
* cmState: Move TargetType enum from cmTarget.Stephen Kelly2015-10-141-5/+5
* cmCoreTryCompile: Fix internal argument vector constructionBrad King2015-09-241-5/+1
* try_compile: Propogate CMP0065 to the generated project.Chuck Atkins2015-09-211-0/+10
* try_compile: Propogate the CMAKE_LINK_SEARCH_ variablesChuck Atkins2015-08-141-0/+10
* cmExportTryCompileFileGenerator: Create cmGeneratorTargets.Stephen Kelly2015-07-271-1/+1
* Port static calls from cmLocalGenerator to cmOutputConverter.Stephen Kelly2015-06-061-3/+3
* Don't use a cmLocalGenerator instance to call static methods.Stephen Kelly2015-05-141-4/+4
* Port to static cmPolicies API.Stephen Kelly2015-05-041-4/+2
* cmState: Move CacheEntryType enum from cmCacheManager.Stephen Kelly2015-04-131-2/+1
* Include cmAlgorithms where it is used.Stephen Kelly2015-03-101-0/+1
* Convert some raw loops to cmWrap.Stephen Kelly2015-02-201-5/+3
* Use cmJoin where possible.Stephen Kelly2015-02-201-12/+3
* cmCoreTryCompile: Remove variable assignment.Stephen Kelly2015-02-171-2/+1
* try_compile: Use shorter test executable name with consistent lengthBrad King2015-02-101-2/+2
* try_compile: Quote the content of CMAKE_MODULE_PATH to allow for spacesNils Gladitz2015-02-091-1/+1
* Merge topic 'try-run-link-libraries'Brad King2015-01-261-1/+1
|\
| * try_run: Add support for LINK_LIBRARIES option.Matt McCormick2015-01-261-1/+1
* | Replace foo.size() pattern with !foo.empty().Stephen Kelly2015-01-181-4/+4
* | Replace 'foo.size() > 0' pattern with !foo.empty().Stephen Kelly2015-01-181-1/+1
* | Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-7/+7
|/
* try_compile: Pass linker flags into test project (#14066)Brad King2014-12-031-0/+34
* CMakeDetermineCompilerABI: Use normal linker flags in ABI projectBrad King2014-12-031-0/+2
* strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-8/+8
* Teach try_compile COPY_FILE to look for IOS app bundles.Bill Hoffman2014-09-231-0/+4
* cmGlobalGenerator: Take Build output argument by referenceBrad King2014-07-311-1/+1
* Remove c_str calls when using stream APIs.Stephen Kelly2014-03-111-3/+3
* Remove some c_str() calls.Stephen Kelly2014-03-111-7/+7
* stringapi: Pass configuration names as stringsBen Boeckel2014-03-081-1/+1
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-1/+1
* stringapi: Use strings in target nameBen Boeckel2014-03-081-5/+6
* stringapi: Use strings for the languagesBen Boeckel2014-03-081-1/+2
* Windows: Make file delete/rename retry configurableBrad King2014-02-121-4/+9
* cmMakefile: make some methods take const std::string& instead of const char*Rolf Eike Beer2014-01-161-1/+1
* Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.Clinton Stimpson2014-01-071-1/+1
* Add CMAKE_SYSROOT variable to set --sysroot when cross compiling.Stephen Kelly2013-11-191-0/+7
* Allow toolchain files to specify an external toolchain.Stephen Kelly2013-11-191-0/+14
* Add compiler target compile options.Stephen Kelly2013-11-191-0/+14
* cmTarget: Make GetProperty() const.Stephen Kelly2013-10-311-1/+1
* cmCoreTryCompile: Fix typo in comments.Stephen Kelly2013-10-201-2/+2
* Merge topic 'INTERFACE_LIBRARY-target-type'Brad King2013-10-081-0/+1
|\
| * export: Add support for INTERFACE_LIBRARY targetsStephen Kelly2013-10-081-0/+1
* | Generate modern-style cmake code.Stephen Kelly2013-08-221-16/+16
|/
* Merge topic 'try_compile-COPY_FILE_ERROR'Brad King2013-07-151-3/+43
|\