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
*
Emscripten: Fix try_run to run the `.js` file and not the adjacent `.wasm`
Brad King
2025-11-25
1
-10/+14
*
IWYU: Update for Debian 13 CI job
Brad King
2025-11-12
1
-0/+1
*
cxximportstd: support setting the `import std` metadata location
Ben Boeckel
2025-09-11
1
-0/+1
*
source: Pass cmStringRange by value
Daniel Pfeifer
2025-07-30
1
-1/+1
*
Emscripten: Add platform modules
Quinn Powell
2025-06-17
1
-0/+8
*
MSVC: Move link -machine flag out of CMAKE_*_LINKER_FLAGS
Brad King
2025-06-05
1
-0/+7
*
try_compile: Restore propagation of CMAKE_<LANG>_LINK_PIE_SUPPORTED
Brad King
2025-05-24
1
-69/+20
*
cmStrCat: use character literals where possible
Ben Boeckel
2025-05-15
1
-3/+3
*
LICENSE: Replace references to Copyright.txt with LICENSE.rst
Kitware Robot
2025-03-03
1
-1/+1
*
MSVC: Add abstraction for runtime checks
AJIOB
2025-01-29
1
-0/+10
*
Revise C++ coding style using clang-format with "east const"
Kitware Robot
2025-01-23
1
-25/+25
*
CMP0065: Remove support for OLD behavior
Brad King
2025-01-22
1
-7/+0
*
CMP0056: Remove support for OLD behavior
Brad King
2025-01-21
1
-30/+8
*
cmSystemTools: Add RandomNumber method that avoid re-seeding from OS
Tim Blechmann
2025-01-09
1
-1/+1
*
cmPolicies: Remove now-unused REQUIRED_IF_USED and REQUIRED_ALWAYS states
Brad King
2024-11-13
1
-18/+0
*
Add support of "LINKER:" prefix for CMAKE_<TYPE>_LINKER_FLAGS variable
Marc Chevrier
2024-11-04
1
-0/+8
*
try_compile: Propagating top level includes into whole-project calls
Craig Scott
2024-05-30
1
-0/+11
*
Merge topic 'linker-vars-propagate-try_compile'
Brad King
2024-03-24
1
-1/+1
|
\
|
*
try_compile(): Include languages with _ or - when passing linker vars
Craig Scott
2024-03-22
1
-1/+1
*
|
VS: Add [CMAKE_]VS_USE_DEBUG_LIBRARIES options to control UseDebugLibraries
Brad King
2024-02-19
1
-0/+1
|
/
*
Merge topic 'cmFileCopier-error-loss'
Brad King
2023-12-05
1
-7/+5
|
\
|
*
errors: avoid constructing a stream before getting the last error
Ben Boeckel
2023-12-02
1
-7/+5
*
|
Swift: Add abstraction for compilation mode
Evan Wilde
2023-11-17
1
-0/+8
*
|
Merge topic 'try_compile-alias-targets'
Brad King
2023-10-17
1
-1/+23
|
\
\
|
*
|
try_compile: Add support for using ALIAS targets
Cristian Le
2023-10-16
1
-1/+23
*
|
|
Merge topic 'try_compile-linker-language'
Brad King
2023-10-17
1
-0/+14
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
try_{compile,run}: add LINKER_LANGUAGE option
scivision
2023-10-16
1
-0/+14
|
|
/
*
|
Add options to specify linker tool
Marc Chevrier
2023-10-13
1
-0/+16
|
/
*
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
[next]