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
/
cmCoreTryCompile.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
cxxmodules: Honor CMAKE_CXX_SCAN_FOR_MODULES in try_compile
Brad King
2023-10-10
1
-0/+2
*
cxxmodules: scan C++ sources for imports by default
Ben Boeckel
2023-10-02
1
-0/+7
*
cmExperimental: remove the flag for C++ modules
Ben Boeckel
2023-10-02
1
-13/+4
*
HIP: Fix linking mixed-lang binary with CXX compiler and Makefile generators
Brad King
2023-09-25
1
-4/+10
*
HIP: Add CMAKE_HIP_PLATFORM variable to specify GPU platform
Brad King
2023-09-21
1
-0/+2
*
cmCoreTryCompile: forward module-related binutils variables
Ben Boeckel
2023-07-31
1
-0/+1
*
cmCoreTryCompile: use the source type context for source files
Ben Boeckel
2023-07-31
1
-17/+51
*
cmCoreTryCompile: parse `SOURCES_TYPE` argument
Ben Boeckel
2023-07-31
1
-1/+39
*
cmCoreTryCompile: use `target_sources` for `try_compile` targets
Ben Boeckel
2023-07-31
1
-3/+4
*
cmExperimental: support forwarding associated variables to `try_compile`
Ben Boeckel
2023-07-31
1
-0/+3
*
cmExperimental: only forward C++ module support to non-ABI checks
Ben Boeckel
2023-07-31
1
-1/+5
*
cmExperimental: use an `enum` for whether to forward to try_compile
Ben Boeckel
2023-07-31
1
-1/+2
*
IWYU: Update for Debian 12 CI job
Brad King
2023-07-28
1
-1/+0
*
cmCoreTryCompile: combine strings where possible
Ben Boeckel
2023-07-19
1
-11/+14
*
cmCoreTryCompile: use single characters where possible
Ben Boeckel
2023-07-19
1
-16/+16
*
cmCoreTryCompile: use `cmStrCat` where possible
Ben Boeckel
2023-07-19
1
-15/+14
*
try_compile(): Pass down CMAKE_EXPERIMENTAL_* feature flags
Kyle Edwards
2023-07-17
1
-0/+12
*
CMake code rely on cmList class for CMake lists management (part. 2)
Marc Chevrier
2023-04-29
1
-2/+2
*
CMake code rely on cmList class for CMake lists management (part. 1)
Marc Chevrier
2023-04-24
1
-1/+2
*
Apple: Handle generation and comsuption of text-based stubs (.tbd files)
Marc Chevrier
2023-03-01
1
-0/+6
*
try_compile: Record propagated CMake variables in configure log
Brad King
2023-02-01
1
-0/+21
*
clang-format: Add comments to suppress some formatting
Brad King
2023-01-18
1
-0/+2
*
try_compile: Add a NO_LOG option to skip recording in the configure log
Brad King
2023-01-16
1
-0/+1
*
try_compile: Add optional LOG_DESCRIPTION to record in configure log
Brad King
2023-01-16
1
-0/+7
*
try_compile: Report underlying error when COPY_FILE fails
Brad King
2023-01-16
1
-12/+24
*
TryCompileCode(): Prevent warning on return value
Craig Scott
2022-12-29
1
-1/+2
*
ConfigureLog: Log try_compile and try_run checks
Matthew Woehlke
2022-12-16
1
-0/+23
*
cmCoreTryCompile: Return more semantic information from compile step
Brad King
2022-12-14
1
-26/+29
*
try_compile: Restore COPY_FILE with CMAKE_TRY_COMPILE_CONFIGURATION
Brad King
2022-11-22
1
-4/+11
*
Merge topic 'try_compile-CMP0128' into release-3.25
Brad King
2022-10-19
1
-0/+6
|
\
|
*
try_compile: Honor CMP0128 setting in test project
Brad King
2022-10-18
1
-0/+6
*
|
try_compile: Report build dir with --debug-trycompile
Matthew Woehlke
2022-10-06
1
-0/+7
*
|
try_compile: Rename SOURCE_FROM_ARG -> SOURCE_FROM_CONTENT
Matthew Woehlke
2022-09-30
1
-9/+10
*
|
try_compile: Add NO_CACHE option (also try_run)
Matthew Woehlke
2022-09-28
1
-3/+9
*
|
Merge topic 'try_compile-source-from'
Brad King
2022-09-23
1
-8/+116
|
\
\
|
*
|
try_compile: Add SOURCE_FROM_FILE
Matthew Woehlke
2022-09-22
1
-0/+32
|
*
|
try_compile: Add SOURCE_FROM_{ARG,VAR}
Matthew Woehlke
2022-09-22
1
-8/+84
*
|
|
Merge topic 'try_run-no-project'
Brad King
2022-09-23
1
-8/+4
|
\
\
\
|
*
|
|
try_run: Remove PROJECT support
Matthew Woehlke
2022-09-21
1
-8/+4
|
|
/
/
*
|
|
try_compile: Improve error message consistency
Matthew Woehlke
2022-09-16
1
-3/+3
|
/
/
*
|
try_compile: Add PROJECT keyword-dispatched signature
Matthew Woehlke
2022-09-14
1
-30/+70
*
|
Merge topic 'MsvcDebugInformationFormatAbstraction'
Brad King
2022-09-14
1
-0/+11
|
\
\
|
*
|
MSVC: Add abstraction for debug information format
Glen Chung
2022-09-14
1
-0/+11
*
|
|
try_compile: Record output location instead of reverse computing it
Robert Maynard
2022-09-07
1
-49/+36
|
/
/
*
|
try_compile: Add keyword-dispatched signature
Matthew Woehlke
2022-09-05
1
-20/+83
*
|
try_compile: Don't accept try_run arguments
Matthew Woehlke
2022-08-17
1
-26/+6
*
|
try_compile: Fix quotes in reporting of unknown arguments
Matthew Woehlke
2022-08-17
1
-1/+1
*
|
cmCoreTryCompile: Port to cmArgumentParser
Brad King
2022-08-02
1
-354/+249
*
|
cmCoreTryCompile: Move target type selection logic to try_compile
Brad King
2022-08-02
1
-22/+1
*
|
cmCoreTryCompile: Simplify TryCompileCode return type
Brad King
2022-08-02
1
-25/+25
[next]