summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | Merge branch 'objc-c++flags' into release-3.16Brad King2019-10-113-0/+28
| |\ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ Merge topic 'project-include-before'Brad King2019-10-213-0/+20
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | project: Add variable CMAKE_PROJECT_<PROJECT-NAME>_INCLUDE_BEFOREDeniz Bahadir2019-10-183-0/+20
* | | | | | | | | | | Merge topic 'export-compile-commands-environment-variable'Brad King2019-10-216-0/+35
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Initialize CMAKE_EXPORT_COMPILE_COMMANDS from envvar of the same nameDaan De Meyer2019-10-186-0/+35
* | | | | | | | | | | | Merge topic 'FindOpenMP-include-dir'Brad King2019-10-211-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | |
| * | | | | | | | | | | FindOpenMP: Allow try_compile() to find omp.h for AppleClangCraig Scott2019-10-171-0/+1
* | | | | | | | | | | | Merge topic 'vs-per-config-sources'Brad King2019-10-212-3/+7
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | VS: Add support for per-config sourcesBrad King2019-10-172-3/+7
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge topic 'variable_watch-modernize'Brad King2019-10-186-18/+18
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Refactor: Modernize `cmVariableWatchCommand` a littleAlex Turbov2019-10-176-18/+18
* | | | | | | | | | | | Merge topic 'vs-vctargetspath'Brad King2019-10-188-39/+106
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | VS: Propagate CMAKE_VS_GLOBALS into compiler id projectsAlexander Boczar2019-10-172-39/+61
| * | | | | | | | | | | | VS: Add support to override VCTargetsPath through toolsetAlexander Boczar2019-10-156-0/+45
| | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge topic 'pch-makefile-depends'Brad King2019-10-184-4/+29
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | / / | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
| * | | | | | | | | | PCH: Fix Makefile dependencies to rebuild PCH on header changesBrad King2019-10-174-4/+29
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge topic 'graphviz'Brad King2019-10-1742-0/+1004
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Graphviz: added test suite, fixes, enhancementsCorentin Plouet2019-10-0842-0/+1004
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge topic 'doc-pch-compile-language'Brad King2019-10-172-1/+18
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | |
| * | | | | | | | | PCH: Document and test COMPILE_LANGUAGE genex for per-language headerBrad King2019-10-162-1/+18
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge topic 'export-target-lang-name'Brad King2019-10-171-0/+5
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | install,export: Do not treat language names as target namesBrad King2019-10-161-0/+5
| |/ / / / / / /
* | | | | | | | VS: Add VS_DOTNET_DOCUMENTATION_FILE propertyCharly Mourglia2019-10-153-0/+35
| |_|/ / / / / |/| | | | | |
* | | | | | | Merge topic 'cmake-initial-cache-relative'Brad King2019-10-1512-10/+38
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | / | |_|_|_|_|/ |/| | | | |
| * | | | | cmake: Fix relative path regression in -CPeter Waller2019-10-1412-10/+38
| |/ / / /
* | | | | Merge topic 'feature/CMAKE_MESSAGE_CONTEXT'Craig Scott2019-10-1317-10/+93
|\ \ \ \ \
| * | | | | message: Support logging a context with each messageAlex Turbov2019-10-125-0/+63
| * | | | | message: Add new CMAKE_MESSAGE_LOG_LEVEL variableAlex Turbov2019-10-123-0/+20
| * | | | | Tests: Message log level tests must fail on unwanted outputCraig Scott2019-10-1210-10/+10
* | | | | | Merge topic 'objc-c++flags'Brad King2019-10-123-0/+28
|\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | Objective-C: Do not treat Objective-C files as C++ filesCristian Adam2019-10-113-0/+28
| |/ / /
* | | | Merge topic 'intel-19-compile-features'Brad King2019-10-112-1/+17
|\ \ \ \ | | |_|/ | |/| |
| * | | Tests: Update CompileFeatures test for Intel 19 with VS 2015Brad King2019-10-101-0/+6
| * | | Intel: Fix default C++ dialect detection on WindowsBrad King2019-10-101-1/+11
| |/ /
* | | Merge topic 'deprecate-policy-old'Brad King2019-10-103-1/+32
|\ \ \ | |/ / |/| |
| * | Add deprecation warnings for policies CMP0069 and belowBrad King2019-10-103-1/+32
| |/
* | CLI: Rename --loglevel to --log-level for naming consistencyCraig Scott2019-10-1015-40/+136
|/
* Merge topic 'export-genex-under-prefix'Brad King2019-10-071-1/+4
|\
| * install,export: Fix export of a genex following $<INSTALL_PREFIX>Brad King2019-10-041-1/+4
* | Tests: Enable ConfigSources test on every configurationBrad King2019-10-049-23/+71
* | PCH: Fix CMake test files indentationCristian Adam2019-10-034-20/+20
* | PCH: Add multi-language PCH generation supportCristian Adam2019-10-033-0/+27
|/
* Merge topic 'ctest-hardware-allocation'Brad King2019-10-0392-5/+2050
|\
| * CTest: Add Json output for PROCESSES propertyKyle Edwards2019-10-022-4/+62
| * Tests: Add test for CTest hardware allocation featureKyle Edwards2019-10-0223-26/+204
| * Tests: Write tests for cthwalloc helper toolKyle Edwards2019-10-0245-0/+284
| * Tests: Write cthwalloc helper toolKyle Edwards2019-10-022-0/+428
| * CTest: Add bin-packing algorithmKyle Edwards2019-10-022-0/+301
| * CTest: Add cmCTestHardwareAllocator classKyle Edwards2019-10-022-0/+427
| * CTest: Add parser for hardware spec fileKyle Edwards2019-10-0220-0/+230