summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake
Commit message (Expand)AuthorAgeFilesLines
* Makefiles Generators: use compiler for dependencies generationMarc Chevrier2020-11-2914-26/+97
* Merge topic 'ci-xcode-12.2'Brad King2020-11-251-0/+1
|\
| * Tests: Teach RunCMake to ignore Xcode install_name_tool signature warningsBrad King2020-11-241-0/+1
| * Merge topic 'policy-cmp0111-iface' into release-3.19Brad King2020-11-245-12/+34
| |\
| * \ Merge topic 'xcode-cc-work-dir' into release-3.19Brad King2020-11-245-0/+27
| |\ \
* | \ \ Merge topic 'policy-cmp0111-iface'Brad King2020-11-245-12/+34
|\ \ \ \ | | |_|/ | |/| |
| * | | cmTarget: Do not enforce CMP0111 on imported INTERFACE librariesBrad King2020-11-233-5/+7
| * | | Tests: Match RunCMake.CMP0111 stderr more strictlyBrad King2020-11-232-7/+27
| |/ /
* | | Merge topic 'xcode-cc-work-dir'Brad King2020-11-245-0/+27
|\ \ \ | | |/ | |/|
| * | Xcode: Fix custom command work-dir placeholders in "new build system"Brad King2020-11-235-0/+27
* | | Merge topic 'fix-compile-db-crash'Brad King2020-11-232-0/+6
|\ \ \ | | |/ | |/|
| * | Makefiles: Fix CMAKE_EXPORT_COMPILE_COMMANDS crash with custom compile ruleBrad King2020-11-202-0/+6
| |/
* | Merge topic 'improve_cmakes_error_handling_of_bad_parameters'Brad King2020-11-208-7/+12
|\ \
| * | cmake: redesign command-line argument parsingRobert Maynard2020-11-197-7/+8
| * | cmake: Fix processing of -Wno-error= flagsBrad King2020-11-171-0/+4
* | | Merge topic 'rename_cuda_memcheck'Brad King2020-11-186-3/+3
|\ \ \ | |/ / |/| / | |/
| * CTest: Rename CudaMemcheck to CudaSanitizerTobias Ribizel2020-11-176-3/+3
| * cmake_path: remove new command from 3.19Marc Chevrier2020-11-033-3/+3
* | Merge topic 'cmake-build-specify-makefile-name'Brad King2020-11-172-0/+13
|\ \
| * | Tests: Add RunCMake.Make case for conflicting Makefile namesBrad King2020-11-162-0/+13
* | | CPack/DEB: Do not crash when asked for debug symbols when there are noneAndrew Fuller2020-11-162-1/+9
|/ /
* | Merge topic 'msvc-no-GR'Brad King2020-11-167-0/+27
|\ \
| * | MSVC: Do not add /GR to CMAKE_CXX_FLAGS by defaultBrad King2020-11-137-0/+27
* | | cmake_path: various enhancements to subcommands/keywordsMarc Chevrier2020-11-1115-80/+28
|/ /
* | Merge topic 'android-root'Brad King2020-11-102-0/+24
|\ \
| * | Android: restructure android search pathsHaibo Huang2020-11-092-0/+24
* | | TestBigEndian: Re-implement using byte order detected from ABI checkBrad King2020-11-0611-0/+63
* | | Tests: Prepare RunCMake.ABI cases to run more checksBrad King2020-11-065-5/+20
|/ /
* | Merge topic 'clang-tidy-for-objc'Brad King2020-11-0611-0/+32
|\ \
| * | clang-tidy: allow OBJC and OBJCXXAndrew Fuller2020-11-0511-0/+32
* | | Merge topic 'GNUInstallDirs-dir'Brad King2020-11-053-0/+24
|\ \ \
| * | | Tests: Add RunCMake.GNUInstallDirs case for get_absolute_install_dirBrad King2020-11-043-0/+24
* | | | CMakeDetermineCompilerABI: Detect byte order as part of checkBrad King2020-11-048-0/+40
| |/ / |/| |
* | | Merge topic 'nmc-test-fix'Brad King2020-11-032-1/+1
|\ \ \
| * | | Tests: Fix one RunCMake.NinjaMultiConfig case nameBrad King2020-11-022-1/+1
* | | | Merge topic 'cmake-presets-no-path-arg-warning'Brad King2020-11-033-0/+15
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | CMakePresets.json: Don't warn if no path argument is givenKyle Edwards2020-11-023-0/+15
| * | Merge topic 'CheckSourceRuns-compatibility' into release-3.19Brad King2020-10-302-2/+17
| |\ \
| * \ \ Merge topic 'cuda_vs_skip_computation' into release-3.19Brad King2020-10-272-0/+7
| |\ \ \
| * \ \ \ Merge topic 'cmake-presets-path-arg' into release-3.19Craig Scott2020-10-276-7/+31
| |\ \ \ \
* | \ \ \ \ Merge topic 'CheckSourceRuns-compatibility'Brad King2020-10-302-2/+17
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | / | |_|_|_|/ |/| | | |
| * | | | CheckSourceRuns: do not fail on unrecognized argumentsBen Boeckel2020-10-282-2/+17
| |/ / /
| * | | Merge topic 'check-module-name-conflicts' into release-3.19Brad King2020-10-272-2/+6
| |\ \ \
* | \ \ \ Merge topic 'llvm-rc-CMAKE_RC_FLAGS'Brad King2020-10-293-2/+33
|\ \ \ \ \
| * | | | | llvm_rc: add llvm_rc option filter to correctly pick up all optionsThomas Bernard2020-10-283-2/+33
* | | | | | Merge topic 'xcode_build_jobs'Brad King2020-10-281-2/+2
|\ \ \ \ \ \
| * | | | | | XCode: Use -j build option when job capacity is specified by userFred Baksik2020-10-261-2/+2
| |/ / / / /
* | | | | | Merge topic 'cuda_vs_skip_computation'Brad King2020-10-272-0/+7
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | VS: Don't compute CUDA options unless necessaryRaul Tambre2020-10-272-0/+7
| * | | | | Merge branch 'ninja-multi-per-config-sources' into release-3.18Brad King2020-10-262-0/+12
| |\ \ \ \ \