summaryrefslogtreecommitdiffstats
path: root/Source/cmCoreTryCompile.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * try_compile: Add COPY_FILE_ERROR option to capture failureBrad King2013-07-151-3/+43
* | try_compile: Escape CMAKE_<lang>_FLAGS in test projects (#14268)Brad King2013-07-151-8/+8
|/
* cmMakefile: Refactor AddCMakeDependFile and AddCMakeOutputFile.Robert Maynard2013-06-241-1/+1
* try_compile: Add signature to allow multiple SOURCESBrad King2013-06-061-57/+93
* try_compile: Refactor argument processingBrad King2013-05-311-133/+103
* try_compile: Trim whitespace from LINK_LIBRARIES entriesStephen Kelly2013-05-301-1/+1
* try_compile: Fix quoting of libraries in generated CMakeLists.txtBrad King2013-05-241-1/+1
* try_compile: add missing fclose() to recently added error caseRolf Eike Beer2013-04-161-0/+1
* Handle targets in the LINK_LIBRARIES of try_compile.Stephen Kelly2013-02-221-9/+99
* Refactor generation of shared library flagsStephen Kelly2012-06-121-0/+4
* try_compile: Cleanup temporary directories (#13160)Brad King2012-04-261-0/+1