summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Tests: Skip Qt*Autogen.MocSkipSource case for Xcode "new build system"Brad King2020-09-181-0/+7
| * | | | | Tests: Update RunCMake.XcodeProject cases for Xcode "new build system"Brad King2020-09-181-1/+3
| * | | | | Tests: Update BuildDepends test for Xcode "new build system"Brad King2020-09-182-0/+10
| * | | | | Tests: Update RunCMake.file case with workaround for Xcode "new build system"Brad King2020-09-181-0/+6
| * | | | | Tests: Avoid duplicate custom commands for Xcode "new build system"Brad King2020-09-182-0/+15
| * | | | | Xcode: Switch to the "new build system" for Xcode 12 and aboveBrad King2020-09-1821-3/+89
| * | | | | 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
* | | | | | Merge topic 'foreach-int-parse-range-check'Brad King2020-09-214-0/+9
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | foreach: Fix crash parsing integer out of rangeBen McMorran2020-09-184-0/+9
* | | | | Merge topic 'rel-drop-old'Brad King2020-09-181-17/+0
|\ \ \ \ \
| * | | | | Utilities/Release: Drop now-unused scriptsBrad King2020-09-171-17/+0
* | | | | | Merge topic 'ninja-multi-automoc-regression'Brad King2020-09-185-7/+27
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | / | | |_|_|/ | |/| | |
| * | | | Ninja Multi-Config: Fix dependencies of custom commandsKyle Edwards2020-09-175-7/+27
| | |/ / | |/| |
* | | | Merge topic 'string-json-support'Brad King2020-09-1715-0/+382
|\ \ \ \ | |_|/ / |/| | |
| * | | string(JSON): Adds JSON parsing support to the string commandPeter Steneteg2020-09-1615-0/+382
* | | | Utilities/Release: remove old macOS release scriptBen Boeckel2020-09-161-4/+0
* | | | Merge topic 'ExternalProject-steps-refinement'Brad King2020-09-1532-38/+378
|\ \ \ \ | | |_|/ | |/| |
| * | | 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 'test-pch-instantiate-templates'Brad King2020-09-141-2/+2
|\ \ \ \
| * | | | Tests: Fix PchInstantiateTemplates case on macOS with CMAKE_OSX_ARCHITECTURESBrad King2020-09-111-2/+2
| |/ / /
* | | | Merge topic 'import-export-doc'Brad King2020-09-141-1/+39
|\ \ \ \
| * | | | Help: Add Importing and Exporting GuideBetsy McPhail2020-09-111-1/+39
| | |/ / | |/| |
* | | | Merge topic 'ispc_window_failures'Brad King2020-09-116-12/+49
|\ \ \ \ | |_|/ / |/| | |
| * | | ISPC: CompilerLauncher tests work properly with x86 buildsRobert Maynard2020-09-101-0/+4
| * | | ISPC: DynamicLibrary test now passes on windows.Robert Maynard2020-09-105-12/+45
| |/ /
* | | 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