summaryrefslogtreecommitdiff
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'test-xcode-14.3'Brad King2023-04-041-0/+1
|\
| * Tests: Teach RunCMake to ignore Xcode DVTCoreDeviceEnabledState warningsBrad King2023-04-041-0/+1
* | Tests: Fix RunCMake infrastructure for LCC and CMP0129Brad King2023-04-035-12/+10
* | Merge topic 'automoc-cxx-standard'Brad King2023-03-316-0/+114
|\ \
| * | Autogen: Add target's C++ standard to moc_predef.hOrkun Tokdemir2023-03-306-0/+114
* | | Merge topic 'remove-FindPythonInterp-FindPythonLibs'Brad King2023-03-3130-0/+159
|\ \ \
| * | | FindPython{Interp,Libs}: Add policy to remove these modulesBrad King2023-03-3030-0/+159
* | | | Merge topic 'ci-FindHDF5'Brad King2023-03-315-0/+83
|\ \ \ \
| * | | | Tests: Extend FindHDF5 tests to link and run executablesBrad King2023-03-305-0/+83
| |/ / /
* | | | presets: Add trace options to configure presetsArtin Alavi2023-03-3018-0/+118
|/ / /
* | | Merge topic 'presets-json-errors'Brad King2023-03-3090-271/+405
|\ \ \
| * | | presets: Improve JSON parser and error messagesMartin Duffy2023-03-2990-271/+405
* | | | Merge topic 'ci-FindHDF5'Brad King2023-03-304-0/+146
|\ \ \ \
| * | | | Tests: Add cases covering FindHDF5 variables and imported targetsBrad King2023-03-293-0/+143
| * | | | Tests: Add FindMPI test environment modification optionBrad King2023-03-291-0/+3
* | | | | Merge topic 'FindOpenAL-framework'Brad King2023-03-302-2/+13
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Tests: Fix FindOpenAL test for macOS frameworknega2023-03-292-2/+13
* | | | | install(TARGETS): Do not apply installation tweaks to NAMELINK filesBrad King2023-03-282-0/+24
|/ / / /
* | | | Merge topic 'lint-genex'Brad King2023-03-285-8/+8
|\ \ \ \
| * | | | Add generator expression support to static code analysis hooksStefan Schober2023-03-275-8/+8
* | | | | Merge topic 'file-GET_RUNTIME_DEPENDENCIES-windows-casing'Brad King2023-03-281-1/+1
|\ \ \ \ \
| * | | | | Tests: Restore CudaOnly.RuntimeControls cudart verification on WindowsBrad King2023-03-271-1/+1
* | | | | | Merge topic 'crosscompiling-warn-reset'Brad King2023-03-274-0/+10
|\ \ \ \ \ \
| * | | | | | Warn if CMAKE_CROSSCOMPILING is true without CMAKE_SYSTEM_NAME setMartin Storsjö2023-03-244-0/+10
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'module-depends-static-lib-cycle'Brad King2023-03-277-1/+27
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Ninja,Makefile: Restore Fortran module scanning in static library cycleBrad King2023-03-247-1/+27
| * | | | | Merge topic 'clang-cl-showIncludes' into release-3.26Brad King2023-03-215-0/+22
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'file-GET_RUNTIME_DEPENDENCIES-windows-casing'Brad King2023-03-246-3/+32
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | file(GET_RUNTIME_DEPENDENCIES): Preserve casing for Windows PE binariesChristian Heimlich2023-03-235-3/+28
| * | | | | | Tests: Add test for file(GET_RUNTIME_DEPENDENCIES) with MixedCase.dllChristian Heimlich2023-03-232-1/+5
| | |_|_|/ / | |/| | | |
* | | | | | Merge topic 'autogen-exe-vars'Brad King2023-03-233-0/+35
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Autogen: Add CMAKE_AUTO*_EXECUTABLE variablesOrkun Tokdemir2023-03-223-0/+35
* | | | | | Merge topic 'file-REAL_PATH'Brad King2023-03-211-0/+16
|\ \ \ \ \ \
| * | | | | | file(REAL_PATH): Ensure same behavior as get_filename_component(REALPATH)Marc Chevrier2023-03-201-0/+16
* | | | | | | Merge topic 'clang-cl-showIncludes'Brad King2023-03-215-0/+22
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | Ninja: Restore detection of clang-cl showIncludes prefixYR Chen2023-03-205-0/+16
| * | | | | | Tests: Comment RunCMake.Ninja ShowIncludes sample input languagesBrad King2023-03-201-0/+6
* | | | | | | Merge branch 'backport-3.26-FindPython-SOSABI-handling'Brad King2023-03-201-2/+6
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | / / / | | |_|/ / / | |/| | | |
| * | | | | FindPython: ensure Stable ABI is correctly handledMarc Chevrier2023-03-201-2/+6
| |/ / / /
* | | | | Tests: Teach CudaOnly.CUBIN to tolerate toolkit not supporting native archBrad King2023-03-162-1/+13
* | | | | Tests: Add missing exit code to CudaOnly.{CUBIN,Fatbin}Brad King2023-03-162-0/+4
* | | | | Merge topic 'vs-BuildInParallel'Brad King2023-03-161-6/+18
|\ \ \ \ \
| * | | | | VS: Do not regenerate build system concurrently with CMP0147Brad King2023-03-151-6/+18
| | |/ / / | |/| | |
* | | | | macOS: Suppress default '-arch arm64' with CMAKE_<LANG>_COMPILER_TARGETBrad King2023-03-155-1/+27
|/ / / /
* | | | Utilities/Sphinx: Add 'cref' roleMatthew Woehlke2023-03-142-2/+12
* | | | Merge topic 'recursion-limit'Brad King2023-03-1450-28/+374
|\ \ \ \
| * | | | Tests: Allow RunCMake.MaxRecursionDepth to test public-facing default limitBrad King2023-03-131-0/+3
| * | | | find_package: Enforce maximum nesting depth below maximum recursion depthBrad King2023-03-136-18/+24
| * | | | Add CMAKE_MAXIMUM_RECURSION_DEPTH environment variableBrad King2023-03-1345-0/+347
| * | | | Tests: Simplify option passing to RunCMake.MaxRecursionDepth casesBrad King2023-03-091-16/+6