index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmTryRunCommand.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
AddCacheEntry: Suppress raw pointer usage
Marc Chevrier
2023-05-30
1
-15/+12
*
CMake code rely on cmList class for CMake lists management (part. 1)
Marc Chevrier
2023-04-24
1
-1/+2
*
ConfigureLog: De-duplicate event backtrace and check key generation
Brad King
2023-02-01
1
-3/+1
*
try_compile: Record stack of in-progess checks in configure log
Brad King
2023-01-16
1
-0/+1
*
try_compile: Add a NO_LOG option to skip recording in the configure log
Brad King
2023-01-16
1
-1/+1
*
Merge branch 'backport-try_run-cross-compile' into try_run-cross-compile
Brad King
2023-01-12
1
-6/+8
|
\
|
*
try_run: Avoid crash in keyword-dispatched signature when cross-compiling
Brad King
2023-01-12
1
-6/+8
*
|
try_run: Do not require unrequested stdout/stderr when cross-compiling
Brad King
2023-01-12
1
-4/+10
*
|
FileAPI: Add "configureLog" object kind
Brad King
2022-12-17
1
-0/+1
*
|
ConfigureLog: Version individual events instead of the whole log
Brad King
2022-12-16
1
-20/+24
*
|
ConfigureLog: Log try_compile and try_run checks
Matthew Woehlke
2022-12-16
1
-11/+82
*
|
cmTryRunCommand: Factor out stdout/stderr capture conditions
Brad King
2022-12-14
1
-14/+8
*
|
cmCoreTryCompile: Return more semantic information from compile step
Brad King
2022-12-14
1
-2/+3
|
/
*
try_compile: Add NO_CACHE option (also try_run)
Matthew Woehlke
2022-09-28
1
-3/+9
*
try_compile: More useful error if insufficient arguments
Matthew Woehlke
2022-09-15
1
-2/+4
*
cmCoreTryCompile: Port to cmArgumentParser
Brad King
2022-08-02
1
-134/+58
*
cmCoreTryCompile: Move target type selection logic to try_compile
Brad King
2022-08-02
1
-1/+1
*
cmCoreTryCompile: Simplify TryCompileCode return type
Brad King
2022-08-02
1
-2/+2
*
cmTry{Compile,Run}Command: Port away from legacy cmCommand
Brad King
2022-07-26
1
-21/+61
*
try_run: Add RUN_OUTPUT_STDOUT_VARIABLE and RUN_OUTPUT_STDERR_VARIABLE.
Patrick Northon
2022-07-08
1
-12/+159
*
messages: remove screamake from comments and errors
Ben Boeckel
2022-04-25
1
-10/+10
*
Source: Replace most calls to sprintf with snprintf
Sean McBride
2021-10-25
1
-1/+1
*
Rename cmProp in cmValue
Marc Chevrier
2021-09-21
1
-4/+4
*
try_run: Allow to set working directory
Asit Dhal
2021-02-03
1
-2/+19
*
cmMakefile::GetDefinition: return cmProp
Vitaly Stakhovsky
2020-09-02
1
-5/+5
*
Single location for cmProp typedef
Vitaly Stakhovsky
2020-06-01
1
-0/+1
*
cmState::GetCacheEntryValue: return cmProp
Vitaly Stakhovsky
2020-03-17
1
-3/+2
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-1/+2
*
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
1
-1/+1
*
Source sweep: Replace cmExpandList with the shorter cmExpandedList
Sebastian Holtermann
2019-08-23
1
-2/+1
*
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-29/+27
*
avoid adding multiple consecutive string literals to std::string
Rolf Eike Beer
2019-08-18
1
-2/+1
*
Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument
Sebastian Holtermann
2019-08-14
1
-1/+2
*
cmMakefile: Let AddDefinition accept a value as cm::string_view
Sebastian Holtermann
2019-07-24
1
-3/+2
*
Source: std::string related cleanup
Vitaly Stakhovsky
2019-05-15
1
-9/+9
*
Merge topic 'cmrange-improvements'
Brad King
2019-02-25
1
-1/+1
|
\
|
*
cmRange: Move to dedicated header file
Regina Pfeifer
2019-02-21
1
-1/+1
*
|
cmSystemTools: More functions accept `std::string` params
Vitaly Stakhovsky
2019-02-20
1
-3/+2
|
/
*
Merge topic 'modernize-for-loops'
Brad King
2019-02-11
1
-4/+3
|
\
|
*
Modernize: Use ranged for-loops when possible
Artur Ryt
2019-02-07
1
-4/+3
*
|
cmSystemTools::RunSingleCommand: Accept std::string argument
Vitaly Stakhovsky
2019-02-06
1
-2/+2
|
/
*
Merge topic 'cmake-files-directory'
Brad King
2019-01-25
1
-1/+1
|
\
|
*
cmake: inlined files dir constant and removed it from cmake.h
Bruno Manganelli
2019-01-21
1
-1/+1
*
|
cmSystemTools::Error(): new overload accepting std::string
Vitaly Stakhovsky
2019-01-23
1
-2/+2
*
|
clang-tidy: Use emplace
Regina Pfeifer
2019-01-17
1
-2/+2
|
/
*
Factor out enum MessageType into dedicated header
Bruno Manganelli
2019-01-16
1
-1/+2
*
try_compile/try_run: Add support for LINK_OPTIONS option.
Marc Chevrier
2018-12-01
1
-1/+2
*
Reduce raw string pointers usage.
Pavel Solodovnikov
2018-01-31
1
-1/+1
*
Make use of std::chrono throughout every component
Wouter Klouwen
2018-01-23
1
-2/+2
*
TryRun: do not call strcpy()
Rolf Eike Beer
2017-10-08
1
-4/+5
[next]