228 Commits (7e6b2a92a0a3fe1261c1ecb5db2acb7e30a4f75c)

Author SHA1 Message Date
Matthew Woehlke 7e6b2a92a0 try_compile: Report build dir with --debug-trycompile 3 years ago
Matthew Woehlke 0f28653ba9 try_compile: Rename SOURCE_FROM_ARG -> SOURCE_FROM_CONTENT 3 years ago
Matthew Woehlke 09b3051524 try_compile: Add NO_CACHE option (also try_run) 3 years ago
Matthew Woehlke 611d801790 try_compile: Add SOURCE_FROM_FILE 3 years ago
Matthew Woehlke cb14ae2b87 try_compile: Add SOURCE_FROM_{ARG,VAR} 3 years ago
Matthew Woehlke aac542f2f1 try_run: Remove PROJECT support 3 years ago
Matthew Woehlke 30a234d275 try_compile: Improve error message consistency 3 years ago
Matthew Woehlke 56ae40cc59 try_compile: Add PROJECT keyword-dispatched signature 3 years ago
Glen Chung 0e96a20478 MSVC: Add abstraction for debug information format 3 years ago
Robert Maynard 0c141b0393 try_compile: Record output location instead of reverse computing it 3 years ago
Matthew Woehlke aa9220d3a0 try_compile: Add keyword-dispatched signature 3 years ago
Matthew Woehlke b976b844d2 try_compile: Don't accept try_run arguments 3 years ago
Matthew Woehlke 24c83bb35b try_compile: Fix quotes in reporting of unknown arguments 3 years ago
Brad King 6b427d8da9 cmCoreTryCompile: Port to cmArgumentParser 3 years ago
Brad King 067ba3a2bd cmCoreTryCompile: Move target type selection logic to try_compile 3 years ago
Brad King 781e1b191a cmCoreTryCompile: Simplify TryCompileCode return type 3 years ago
Brad King 7a5b1b6010 cmCoreTryCompile: Select source-file signature project/target names earlier 3 years ago
Brad King 8b0ee799e4 cmCoreTryCompile: Compute src-file signature build directory earlier 3 years ago
Brad King 7ba3a3290f try_compile: Refactor positional arg parsing 3 years ago
Brad King 31ee3cd49d try_compile: Fail earlier when bindir is not an absolute path 3 years ago
Heiko Lewin 81549baff4 try_compile: Fix COPY_FILE with app-bundles on non-macOS hosts 3 years ago
Robert Maynard 6377a43814 CUDA: Support response files with nvcc 3 years ago
FeRD (Frank Dana) 98a10290a8 cmSystemTools: Fix 'ErrorOccurred' spelling 3 years ago
Ben Boeckel a5f8cbe8b1 clang-tidy: address `modernize-use-default-member-init` lints 3 years ago
Brad King a6562ff579 try_compile: Add option to skip passing platform variables 3 years ago
Brad King 4843a37676 try_compile: Propagate platform variables in project-mode too 3 years ago
Cameron Cawley 33da5824ac OpenWatcom: Allow specifying the runtime library 4 years ago
Brad King 40f380fcb0 cmCoreTryCompile: Replace vector push_back with emplace_back 3 years ago
Brad King c6b0657f5b cmCoreTryCompile: Move platform variable forwarding to dedicated block 3 years ago
Craig Scott a10fc754a6 CheckSourceCompiles: Avoid linker warning with -fembed-bitcode 3 years ago
Sean McBride 5ba6e8ac59 Source: Replace most calls to sprintf with snprintf 4 years ago
Sean McBride 37859e3244 Source: Fix clang -Wimplicit-fallthrough warnings 4 years ago
Marc Chevrier cc56dc7468 Rename cmProp in cmValue 4 years ago
Marc Chevrier 79362cf117 cmProp: cm::string_view cast operator must be explicit 4 years ago
Marc Chevrier e5cd39ca80 cmProp: refactoring: transform alias in class 4 years ago
Brad King 144be54dd3 try_compile: Propagate CMP0126 to the generated test project 4 years ago
Robert Maynard b50bfc8913 HIP: Add language to CMake 5 years ago
Lingkai Dong c4941b7e66 ARMClang: Do not automatically add cpu/arch compile or link options 4 years ago
Brad King c2d2772f15 try_compile: Improve error message when a file cannot be removed 4 years ago
Robert Maynard c9a50f3556 ISPC: Generated Headers suffix configurable with a better default 5 years ago
Robert Maynard a020787a9b ISPC: Support generation for multiple instruction sets 5 years ago
Vitaly Stakhovsky 11425041f0 cmMakefile::GetDefinition: return cmProp 5 years ago
Robert Maynard 34cc6acc81 Add ISPC compiler support to CMake 5 years ago
Vitaly Stakhovsky f37c14e930 Source: use cmNonempty() 5 years ago
Vitaly Stakhovsky eaad8072ee cmNonempty: Convenience inlines to check for non-empty string 5 years ago
Robert Maynard c4e890946a try_compile: consistently add language properties 5 years ago
Robert Maynard 0e16da8233 cmCoreTryCompile use anonymous namespace instead of static 5 years ago
Brad King a9a258c302 try_compile: Do not try to remove '.nfs*' files 5 years ago
Robert Maynard 574f71efba try_compile: Refactor language standard level parsing 5 years ago
Brad King 5bf9a290e7 CUDA: Fix CUDA_ARCHITECTURES policy CMP0104 check in try_compile 5 years ago