summaryrefslogtreecommitdiff
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'presets-build-fixes' into release-3.20Brad King2021-06-093-5/+28
|\
| * presets: Fix buildPreset "targets" not allowing a single stringSam Freed2021-06-082-1/+6
| * presets: Fix buildPreset "jobs" field test caseBrad King2021-06-083-4/+22
* | Makefiles: Fix CMAKE_EXPORT_COMPILE_COMMANDS crash with custom compile ruleBrad King2021-05-281-1/+2
|/
* CMP0082: Check EXCLUDE_FROM_ALL property at generate timeKyle Edwards2021-05-244-3/+4
* Merge topic 'cmake_build_and_install_command_error_when_given_bad_arguments' ...Brad King2021-05-1413-0/+30
|\
| * cmCommandLineArgument: Provide more information syntax error messagesRobert Maynard2021-05-132-2/+2
| * cmake: `--build` and `--install` error out when encountering bad flagsRobert Maynard2021-05-1313-0/+30
* | ExternalProject: Ensure git fetch if updating to hash we don't have yetCraig Scott2021-05-093-3/+20
* | Ninja Multi-Config: Split long command lines by configKyle Edwards2021-04-303-0/+12
|/
* Ninja Multi-Config: Correctly generate POST_BUILD custom targetsKyle Edwards2021-04-223-0/+14
* Autogen: Restore mocs_compilation in OBJECT librariesBrad King2021-04-202-0/+11
* Add missing 'not' in error messagesJoel Johnson2021-04-161-1/+1
* Restore support for backslashes in initial language-wide flagsBrad King2021-04-077-0/+19
* Merge topic 'rel-file-table' into release-3.20Brad King2021-04-065-0/+81
|\
| * Utilities/Release: Update file table for 3.20.0Brad King2021-04-051-13/+13
| * Merge branch 'backport-3.19-rel-file-table' into rel-file-tableBrad King2021-04-055-0/+81
| |\
| | * Merge branch 'release-3.19' into backport-3.19-rel-file-tableBrad King2021-04-0520-12/+148
| | |\
| | * | Utilities/Release: Update file table for 3.19.3Brad King2021-04-052-2/+11
| | * | Merge tag 'v3.19.3' into backport-3.19-rel-file-tableBrad King2021-04-058-1/+37
| | |\ \
| | * | | Utilities/Release: Update file table for 3.19.2Brad King2021-04-052-9/+9
| | * | | 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 'nvhpc-lib-arch' into release-3.20Brad 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 'genex-HOST_LINK-in-try_compile' into release-3.20Brad King2021-04-014-0/+20
|\ \ \ \ \ \ \ \
| * | | | | | | | Genex: $<HOST_LINK:> and $<DEVICE_LINK:> must be usable in try_compileMarc Chevrier2021-03-314-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
|\ \ \ \ \ \ \
| * | | | | | | Tests: Add test for Ninja automoc dependency cyleKyle Edwards2021-03-296-17/+51
* | | | | | | | Merge topic 'nmc-cc-no-output' into release-3.20Brad 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 'commands-file-permissions' into release-3.20Brad 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' into release-3.20Brad King2021-03-293-0/+6
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | cmCommandLineArgument: correctly compute next parse indexRobert Maynard2021-03-263-0/+6
| |/ / / / / /
* | | | | | | Ninja Multi-Config: Include configs in long CC scriptsKyle Edwards2021-03-252-0/+21
|/ / / / / /
* | | | | | CMP0118: Fix NEW behavior when looking up target sourcesBrad King2021-03-1821-97/+44
* | | | | | Tests: update tests to catch invalid configurePreset at read-timeSam Freed2021-03-1516-10/+49
* | | | | | Merge topic 'xcode-framework-quoting' into release-3.20Brad King2021-03-113-0/+25
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Xcode: Restore support for spaces in framework namesBrad King2021-03-103-0/+25
| * | | | | Merge branch 'backport-3.19-preset-no-comments' into release-3.19Brad King2021-02-246-6/+16
| |\ \ \ \ \
* | | | | | | Revert ExternalProject and FetchContent refactoringCraig Scott2021-03-1014-117/+25
* | | | | | | Tests: Update RunCMake.Android for NDK r22Brad King2021-03-031-2/+13
* | | | | | | Merge topic 'preset-flag-consistency' into release-3.20Brad King2021-02-249-7/+40
|\ \ \ \ \ \ \