summaryrefslogtreecommitdiff
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'makefile-path-consistency' into release-3.24Brad King2022-08-042-0/+4
|\
| * Makefiles: Restore path consistency in the global dispatch makefileBrad King2022-08-032-0/+4
* | Merge topic 'fetchcontent-set-CMAKE_VERIFY_INTERFACE_HEADER_SETS' into releas...Brad King2022-08-045-0/+31
|\ \ | |/ |/|
| * FetchContent: Disable header set verification for dependenciesCraig Scott2022-08-045-0/+31
* | VERIFY_INTERFACE_HEADER_SETS: Add verification target for allKyle Edwards2022-08-037-0/+34
|/
* Merge topic 'verify-interface-header-sets-interface-library-source-language' ...Brad King2022-07-282-0/+5
|\
| * VERIFY_INTERFACE_HEADER_SETS: Fall back to global languagesKyle Edwards2022-07-272-0/+5
* | VERIFY_INTERFACE_HEADER_SETS: Finalize compile info for verify targetsKyle Edwards2022-07-272-0/+6
|/
* cmake: In -P mode ignore flags like `--version` after `--`Robert Maynard2022-07-223-3/+5
* cmake: In -P mode ignore extra paths on the command lineRobert Maynard2022-07-223-0/+13
* VS: Exclude ZERO_CHECK.proj from .sln for include_external_msprojectSumit Bhardwaj2022-07-204-0/+43
* Merge topic 'export-try-compile-crash' into release-3.24Kyle Edwards2022-07-142-0/+10
|\
| * cmGlobalGenerator: Only compute build files for all targetsKyle Edwards2022-07-132-0/+10
| * Merge branch 'file-set-crash' into release-3.23Brad King2022-06-307-0/+28
| |\
| * \ Merge branch 'xcode-14' into release-3.23Brad King2022-06-111-0/+2
| |\ \
* | \ \ Merge topic 'genex-LINK_LIBRARY-check-supported-properties' into release-3.24Brad King2022-07-0720-12/+68
|\ \ \ \
| * | | | Genex LINK_LIBRARY and LINK_GROUP: check supported propertiesMarc Chevrier2022-07-0620-12/+68
* | | | | Merge topic 'genex-LINK_LIBRARY-fix-generation' into release-3.24Brad King2022-07-064-0/+12
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | genex-LINK_LIBRARY: ensure correct generation inside LINK_GROUP genexMarc Chevrier2022-07-054-0/+12
* | | | | Merge topic 'nvhpc-Werror' into release-3.24Brad King2022-07-051-1/+1
|\ \ \ \ \
| * | | | | NVHPC: warnings as error flag is "-Werror"Robert Maynard2022-07-011-1/+1
* | | | | | Merge topic 'add_nvcc_compile_warning_support' into release-3.24Brad King2022-07-0523-45/+87
|\ \ \ \ \ \ | |/ / / / / | | / / / / | |/ / / / |/| | | |
| * | | | CUDA: NVCC support for COMPILE_WARNING_AS_ERROR target propertyRobert Maynard2022-07-019-1/+18
| * | | | Tests: Refactor warn on error tests to support multiple languagesRobert Maynard2022-06-2916-44/+69
* | | | | Genex: Fix TARGET_BUNDLE_DIR_NAME incorrect extensionBen Leadbetter2022-07-013-0/+37
* | | | | Merge topic 'file-set-crash' into release-3.24Brad King2022-06-307-0/+28
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | install(EXPORT): Check for missing file sets at generate timeKyle Edwards2022-06-297-0/+28
| | |/ / | |/| |
| * | | Merge topic 'ci-xcode-13.3' into release-3.23Brad King2022-04-261-0/+1
| |\ \ \
* | | | | FindPython: fix error on multiple queries with different COMPONENTSMarc Chevrier2022-06-273-0/+22
| |_|/ / |/| | |
* | | | Merge topic 'vs-compile-batching' into release-3.24Brad King2022-06-231-1/+1
|\ \ \ \
| * | | | VS: Add variable to to turn off Visual Studio compile batchingBrad King2022-06-221-1/+1
* | | | | FindPkgConfig: Revert "Populate _STATIC_LINK_LIBRARIES. Add STATIC_TARGET."Brad King2022-06-227-203/+72
|/ / / /
* | | | Tests: Add Fortran test C function prototypeWilliam R. Dieter2022-06-141-0/+1
* | | | Utilities/Release: Add windows-arm64 package to file tableBrad King2022-06-131-0/+2
* | | | Merge topic 'fetchcontent-global-targets' into release-3.24Brad King2022-06-118-0/+92
|\ \ \ \
| * | | | FetchContent: Honor CMAKE_FIND_PACKAGE_TARGETS_GLOBALCraig Scott2022-06-108-0/+92
* | | | | Merge topic 'xcode-14' into release-3.24Brad King2022-06-111-0/+2
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Tests: Teach RunCMake to ignore Xcode DVTSDK warningsBrad King2022-06-101-0/+2
| * | | | Merge branch 'ci-xcode-13.3' into release-3.22Brad King2022-04-261-0/+1
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Tests: Ignore all classes in Xcode internal objc warningsGregor Jasny2022-04-251-1/+1
| | * | | Tests: Teach RunCMake to ignore Xcode extension point warningsBrad King2022-04-251-0/+1
* | | | | Merge topic 'ExternalProject-stamp-genex' into release-3.24Brad King2022-06-102-0/+16
|\ \ \ \ \
| * | | | | ExternalProject: Express per-config step stamp file paths using CONFIG genexBrad King2022-06-082-0/+16
| | |_|/ / | |/| | |
* | | | | CheckIPOSupported: Compile check using flags of calling projectBrad King2022-06-109-0/+42
* | | | | MSVC: Revert "Default to -ZI instead of /Zi for x86 and x64"Brad King2022-06-097-37/+0
|/ / / /
* | | | Merge topic 'ci-ispc'Brad King2022-06-071-1/+1
|\ \ \ \
| * | | | ci: remove ISPC from the Fedora CI imageBrad King2022-06-061-1/+1
* | | | | Merge topic 'print-sources'Brad King2022-06-0715-0/+136
|\ \ \ \ \
| * | | | | Tests: Add tests for CMakePrintHelpersFeRD (Frank Dana)2022-06-0615-0/+136
* | | | | | Merge topic 'tests-java-compiler-var'Brad King2022-06-071-1/+1
|\ \ \ \ \ \