summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | Merge tag 'v3.19.2' into backport-3.19-rel-file-tableBrad King2021-04-0593-102/+663
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'backport-3.18-rel-file-table' into backport-3.19-rel-file-tableBrad King2021-04-055-0/+72
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | Utilities/Release: Add script to generate a table of filesBrad King2021-04-054-0/+67
| | | * | | | | | | | Tests: Add RunCMake helper to run a plain scriptBrad King2021-03-311-0/+5
* | | | | | | | | | | Merge topic 'Test_min_version'Brad King2021-04-0665-66/+66
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Tests: bump cmake_minimum_required version to 2.8.12Rolf Eike Beer2021-04-0565-66/+66
* | | | | | | | | | | | Merge topic 'nvhpc-lib-arch'Brad King2021-04-0623-20/+112
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | |
| * | | | | | | | | | | CMakeDetermineCompilerABI: Extract lib arch from implicit object file pathsRobert Maynard2021-04-0511-5/+99
| * | | | | | | | | | | CMakeDetermineCompilerABI: Revert "Parse library arch from versioned paths"Robert Maynard2021-04-0519-21/+19
* | | | | | | | | | | | Merge topic 'tests-CMAKE_BUILD_TYPE-None'Brad King2021-04-051-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Tests/ConfigSources: fix for non main stream CMAKE_BUILD_TYPEĐoàn Trần Công Danh2021-04-021-2/+2
* | | | | | | | | | | | | CPackRPM: add scriplets tags only if scripts existDomen Vrankar2021-04-016-70/+86
| |_|/ / / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge topic 'fujitsu-compiler-4.0-support'Brad King2021-04-019-19/+25
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Tests: Update for the FujitsuClang compilerYuichiro Utsumi2021-03-313-5/+5
| * | | | | | | | | | | | Tests: Update for the Fujitsu compilerChuck Atkins2021-03-319-19/+25
* | | | | | | | | | | | | Merge topic 'cmake-presets-condition-regex'Brad King2021-04-016-0/+80
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | CMakePresets.json: Add matches conditionKyle Edwards2021-03-316-0/+80
| | |/ / / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge topic 'cpackrpm-debuginfo-single-package-install-erase-scripts'Brad King2021-04-016-2/+32
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | CPackRPM: handle scripts in debuginfo single package modeDomen Vrankar2021-03-306-2/+32
* | | | | | | | | | | | | | Merge topic 'genex-HOST_LINK-in-try_compile'Brad King2021-04-014-0/+20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | Genex: $<HOST_LINK:> and $<DEVICE_LINK:> must be usable in try_compileMarc Chevrier2021-03-314-0/+20
| | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge topic 'CUDA-device-link'Brad King2021-04-014-0/+20
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / |/| | | | | | | | | | / / | | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | |
| * | | | | | | | | | | CUDA Device link: Ensure all link options are correctly formattedMarc Chevrier2021-03-314-0/+20
| |/ / / / / / / / / /
| * | | | | | | | | | Merge topic 'ninja-automoc-cycle' into release-3.20Brad King2021-03-306-17/+51
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge topic 'nmc-cc-no-output' into release-3.20Brad King2021-03-3010-2/+63
| |\ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ Merge topic 'cpackrpm-single-package-handling-empty-dir'Brad King2021-03-312-1/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | CPackRPM: correctly handle empty dir in single package modeDomen Vrankar2021-03-282-1/+4
| | |_|_|/ / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge topic 'multiple-L-labels'Brad King2021-03-305-0/+12
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | ctest: Support multiple -L and -LE options to mean "AND"Adriaan de Groot2021-03-285-0/+12
* | | | | | | | | | | | | Merge topic 'ninja-automoc-cycle'Brad King2021-03-306-17/+51
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | Tests: Add test for Ninja automoc dependency cyleKyle Edwards2021-03-296-17/+51
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Merge topic 'commands-file-permissions' into release-3.20Brad King2021-03-295-7/+7
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge topic 'correct_arg_parsing' into release-3.20Brad King2021-03-293-0/+6
| |\ \ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ \ Merge topic 'nmc-cc-no-output'Brad King2021-03-3010-2/+63
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | Ninja Multi-Config: Fix crash on custom command config with no outputBrad King2021-03-298-0/+61
| * | | | | | | | | | | | | Tests: Teach RunCMake to ignore incidental 'Recompacting log' ninja outputBrad King2021-03-292-2/+2
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge topic 'SWIG'Brad King2021-03-298-0/+51
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | UseSWIG: Use standard library name conventions for csharp languageMarc Chevrier2021-03-268-0/+51
| | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge topic 'commands-file-permissions'Brad King2021-03-295-7/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | Tests: Check host platform instead of target for running statCraig Scott2021-03-263-7/+7
| * | | | | | | | | | | | Tests: Remove redundant files for configure_file() testsCraig Scott2021-03-262-0/+0
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge topic 'correct_arg_parsing'Brad King2021-03-293-0/+6
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | / / / / / / / / | | |_|/ / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | cmCommandLineArgument: correctly compute next parse indexRobert Maynard2021-03-263-0/+6
| |/ / / / / / / / /
* | | | | | | | | | Merge topic 'project-is-top-level'Brad King2021-03-268-0/+50
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | project: Define variables indicating whether project is top levelfriendlyanon2021-03-268-0/+50
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge topic 'ninja-multi-long-custom-command'Brad King2021-03-262-0/+21
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | / / / / / / / | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Ninja Multi-Config: Include configs in long CC scriptsKyle Edwards2021-03-252-0/+21
| |/ / / / / / /
* | | | | | | | Merge topic 'vs-custom-flag-table'Brad King2021-03-2310-2/+79
|\ \ \ \ \ \ \ \
| * | | | | | | | VS: Add a mostly-undocumented hook to load custom JSON flag tablesBrad King2021-03-229-0/+77
| * | | | | | | | Tests: Add RunCMake hook to describe test variantsBrad King2021-03-221-2/+2
| | |_|_|_|_|_|/ | |/| | | | | |