summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* Xcode: Add option to specify build system variantBrad King2020-09-1810-5/+34
* Tests: Avoid duplicate custom commands in QtAutogen.AutogenOriginDependsOffBrad King2020-09-183-6/+11
* Tests: Remove RunCMake.ExternalProject unnecessary CMake version checkBrad King2020-09-151-2/+0
* Tests: Simplify RunCMake.ExternalProject Add_StepDependencies stderrBrad King2020-09-154-24/+2
* ExternalProject: Add policy CMP0114 to refine step target dependenciesBrad King2020-09-1431-6/+325
* Tests: Match RunCMake.ExternalProject NO_DEPENDS output more strictlyBrad King2020-09-101-18/+38
* ExternalProject: Factor out an internal helper to add a step targetBrad King2020-09-101-3/+4
* Merge topic 'pch-instantiate-templates'Brad King2020-09-104-1/+41
|\
| * PCH: Template instantiation supportTobias Hieta2020-09-024-1/+41
* | Merge topic 'custom-command-dedup'Brad King2020-09-1012-0/+56
|\ \
| * | Makefile: Add policy CMP0113 to avoid duplication of custom commandsBrad King2020-09-0812-0/+56
* | | Merge topic 'json-helpers'Brad King2020-09-102-0/+494
|\ \ \
| * | | JSON: Add helpersKyle Edwards2020-09-092-0/+494
* | | | Merge topic 'optimize-old-expand'Brad King2020-09-1015-15/+15
|\ \ \ \
| * | | | cmCommandArgumentParserHelper: rework input handlingOleksandr Koval2020-09-0915-15/+15
| | |/ / | |/| |
* | | | Merge topic 'automoc-rerun-missing-dependency'Brad King2020-09-108-0/+117
|\ \ \ \
| * | | | AutoMoc: Re-run moc if a dependency is missingJoerg Bornemann2020-09-098-0/+117
* | | | | Merge topic 'file-real_path'Brad King2020-09-098-0/+27
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | file(): Add REAL_PATH sub-commandMarc Chevrier2020-09-088-0/+27
* | | | | Merge topic 'cmstrlen'Kyle Edwards2020-09-091-0/+10
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | cmStringAlgorithms: Add cmStrLen()Kyle Edwards2020-09-081-0/+10
* | | | | ISPC tests will now run on any hardware that only supports SSE2Robert Maynard2020-09-082-4/+4
| |/ / / |/| | |
* | | | Merge topic 'ispc_improvements'Brad King2020-09-0845-4/+418
|\ \ \ \
| * | | | ISPC: Support generation for multiple instruction setsRobert Maynard2020-09-0434-3/+390
| * | | | ISPC: Add compiler launcher supportRobert Maynard2020-09-0312-1/+28
* | | | | Merge topic 'cm-optional-comparison'Kyle Edwards2020-09-081-118/+197
|\ \ \ \ \
| * | | | | cm::optional: Add comparison operatorsKyle Edwards2020-09-071-0/+158
| * | | | | Refactor: Add ASSERT_TRUE() macro to testOptional.cxxKyle Edwards2020-09-061-118/+39
| | |/ / / | |/| | |
* | | | | cmake_path command: path managementMarc Chevrier2020-09-06179-0/+1690
|/ / / /
* | | | Merge topic 'external_project_download_stability'Brad King2020-09-041-1/+5
|\ \ \ \ | |/ / / |/| | |
| * | | Improve the stability of the ExternalProject download testsThomas Bernard2020-09-021-1/+5
* | | | Merge branch 'master' into ninja-multi-automoc-regressionKyle Edwards2020-09-02682-639/+5793
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Tests: Tell Xcode to disallow signing altogether in relevant casesBrad King2020-09-016-0/+12
| * | Tests: Update RunCMake.CommandLine to avoid duplicate custom commandsBrad King2020-09-012-10/+32
| * | Tests: Remove workaround from RunCMake.ExternalProject MultiCommand caseBrad King2020-09-011-4/+0
| * | Merge topic 'target_genex_dependency'Brad King2020-09-016-1/+35
| |\ \
| | * | GenEx: Remove unneeded dependencies from target info queriesRobert Maynard2020-09-016-1/+35
| * | | Merge topic 'xcode-link-phase-all'Craig Scott2020-09-0112-0/+221
| |\ \ \
| | * | | Xcode: Use "Link Binary With Libraries" build phase in some casesGusts Kaksis2020-08-3112-0/+221
| | |/ /
| * | | Merge topic 'file_chmod'Brad King2020-09-0123-0/+100
| |\ \ \
| | * | | file: Add CHMOD and CHMOD_RECURSE subcommandsSibi Siddharthan2020-08-2623-0/+100
| * | | | Merge topic 'ispc_lang_support'Brad King2020-09-0119-0/+283
| |\ \ \ \
| | * | | | ISPC: Support ISPC header generation byproducts and parallel buildsRobert Maynard2020-08-2812-29/+71
| | * | | | Add ISPC compiler support to CMakeRobert Maynard2020-08-2817-0/+241
| * | | | | Merge topic 'automoc-depend-project-file'Brad King2020-09-017-0/+146
| |\ \ \ \ \
| * \ \ \ \ \ Merge topic 'UseSWIG-interface-option'Brad King2020-09-018-0/+62
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Merge topic 'ExternalProject-test-download-timeout'Brad King2020-08-311-5/+12
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | Tests: Add timeout on the RunCMake.ExternalProject download serverThomas Bernard2020-08-271-5/+12
| | | |_|_|/ | | |/| | |
| * | | | | Merge topic 'ctest-FATAL_ERROR'Brad King2020-08-2715-3/+38
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | CTest: exit nonzero after message(SEND_ERROR|FATAL_ERROR)Kevin Puetz2020-08-2615-3/+38