summaryrefslogtreecommitdiffstats
path: root/Source/cmTryRunCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* TryRun: do not call strcpy()Rolf Eike Beer2017-10-081-4/+5
* Meta: replace empty-string assignments with `clear()`.Pavel Solodovnikov2017-09-151-5/+5
* Use C++11 nullptrDaniel Pfeifer2017-08-241-11/+10
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* Use the empty method to check for emptinessDaniel Pfeifer2016-10-301-2/+3
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-2/+8
* Separate compilation for commands included in cmBootstrapCommands2Daniel Pfeifer2016-10-211-0/+3
* cmState: Move CacheEntryType enum to separate namespaceStephen Kelly2016-10-191-5/+6
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* use CM_NULLPTRDaniel Pfeifer2016-06-281-12/+13
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-173/+116
* Isolate formatted streaming blocks with clang-format off/onBrad King2016-05-061-0/+2
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* try_compile: Add option to control type of targetBrad King2016-02-191-1/+1
* cmMakefile: Rename method to something more appropriate.Stephen Kelly2015-05-191-1/+1
* cmSystemTools: Teach RunSingleCommand to separate stdout and stderrBrad King2015-04-201-1/+1
* Merge topic 'introduce-cmState'Brad King2015-04-131-11/+10
|\
| * cmState: Move CacheEntryType enum from cmCacheManager.Stephen Kelly2015-04-131-4/+3
| * Port to cmState.Stephen Kelly2015-04-131-7/+7
* | Merge topic 'refactor-cache-api'Brad King2015-04-091-8/+11
|\ \ | |/
| * cmCacheManager: Port consumers to non-iterator API.Stephen Kelly2015-04-081-8/+11
| * Revert topic 'refactor-cache-api'Brad King2015-04-071-11/+8
| * cmCacheManager: Port consumers to non-iterator API.Stephen Kelly2015-04-061-8/+11
* | try_run: Use CMAKE_CROSSCOMPILING_EMULATOR.Matt McCormick2015-04-081-2/+24
|/
* Merge topic 'try-run-link-libraries'Brad King2015-01-261-1/+2
|\
| * try_run: Add support for LINK_LIBRARIES option.Matt McCormick2015-01-261-1/+2
* | Replace foo.size() pattern with !foo.empty().Stephen Kelly2015-01-181-8/+8
* | Replace 'foo.size() == 0' pattern with foo.empty().Stephen Kelly2015-01-181-1/+1
|/
* strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-1/+1
* Remove some c_str() calls.Stephen Kelly2014-03-111-13/+13
* Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.Clinton Stimpson2014-01-071-1/+2
* Generate modern-style cmake code.Stephen Kelly2013-08-221-2/+2
* Use makefile->IssueMessage() for better error messagesAlex Neundorf2011-09-271-1/+1
* Improve behaviour of --find-package mode with try_run/try_compileAlex Neundorf2011-09-151-0/+8
* Remove trailing whitespaceAlex Neundorf2011-09-151-13/+13
* RunSingleCommand: Replace verbose boolean with enumJohan Björk2011-07-281-1/+1
* Fix spelling errors reported by Lintian.Kai Wasserbäch2010-07-131-1/+1
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-2/+3
* STYLE: copy the executables from TRY_RUN() toAlexander Neundorf2007-09-171-0/+1
* ENH: if no COMPONENT is specified, make this install item part of theAlexander Neundorf2007-08-011-2/+2
* STYLE: some more tuning for the comment textAlexander Neundorf2007-08-011-11/+10
* ENH: add tests for check_c_source_runs(), check_cxx_source_runs(),Alexander Neundorf2007-07-311-53/+50
* ENH: FORCE the values in the cache, otherwise the file is uselessAlexander Neundorf2007-07-301-2/+2
* STYLE: fix line lengthsAlexander Neundorf2007-07-261-1/+2
* STYLE: put a lot of comments into the generated cmake-cache preloading file t...Alexander Neundorf2007-07-231-15/+48
* ENH: try to create a file which can be used for presetting the cache valuesAlexander Neundorf2007-07-231-0/+20
* ENH: improve TRY_RUN() for crosscompiling: instead of just failing, it nowAlexander Neundorf2007-06-011-41/+242
* BUG: remove debug outputAlexander Neundorf2007-05-251-2/+0
* STYLE: remove debug output, fix indentationAlexander Neundorf2007-05-241-4/+0