summaryrefslogtreecommitdiffstats
path: root/Source/cmCoreTryCompile.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* Run vim spellcheck on some filesYury G. Kudryashov2012-02-291-2/+2
* try_compile: Use random executable file name (#12957)Brad King2012-02-161-4/+9
* Remove trailing whitespaceAlex Neundorf2011-09-151-29/+29
* Merge topic 'dev/strict-mode'Brad King2011-01-271-3/+1
|\
| * Merge branch 'dev/add_test-working-directory' into dev/strict-modeBrad King2011-01-271-23/+14
| |\
| * | CMAKE_DO_TRY_COMPILE is no longer usedBen Boeckel2010-09-141-3/+1
* | | Merge topic 'outdir-CMAKE_USER_MAKE_RULES_OVERRIDE'Brad King2011-01-261-0/+4
|\ \ \
| * | | Always place try_compile executables predictably (#11724)Brad King2011-01-201-0/+4
* | | | Merge topic 'fix-try_compile-source-language-issue-11731'Brad King2011-01-261-1/+1
|\ \ \ \
| * | | | Use shortest extension to verify try_compile language (#11731)Brad King2011-01-201-1/+1
* | | | | Merge topic 'improve-try_compile-error-messages'Brad King2011-01-261-36/+32
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |