summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | FindPackageModeMakefileTest: macOS needs isysroot flagCraig Scott2019-10-282-1/+10
|/ / / / / /
* | | | | | Merge topic 'framework-tests-multiarch-old-macos'Brad King2019-10-283-5/+3
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Tests: Match file command output for older macOS (Framework test)Craig Scott2019-10-272-4/+2
| * | | | | Tests: Prevent CMP0012 policy warnings in Framework test outputCraig Scott2019-10-271-1/+1
| |/ / / /
* | | | | Merge topic 'ExternalProject-git-no-recurse'Brad King2019-10-282-0/+60
|\ \ \ \ \
| * | | | | ExternalProject: Option to turn off recursive update of git submodulesCharis Marangos2019-10-242-0/+60
* | | | | | Merge topic 'project-version-buffer-overflow'Craig Scott2019-10-282-0/+33
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | project: Fix potential buffer write-past-end for version componentsCraig Scott2019-10-262-0/+33
| | |/ / / | |/| | |
| * | | | Merge branch 'pch-makefile-depends' into release-3.16Brad King2019-10-174-4/+29
| |\ \ \ \
| * \ \ \ \ Merge branch 'export-target-lang-name' into release-3.16Brad King2019-10-171-0/+5
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'doc-pch-compile-language' into release-3.16Brad King2019-10-162-1/+18
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'cmake-initial-cache-relative' into release-3.16Brad King2019-10-1412-10/+38
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ 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
|\