summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* message: New message types to mark checks performed by CMakeAlex Turbov2019-11-028-27/+250
| | | | | | Closes #19638. Co-Authored-By: Craig Scott <craig.scott@crascit.com>
* Merge topic 'feature/CMAKE_MESSAGE_CONTEXT'Craig Scott2019-10-1328-34/+283
|\ | | | | | | | | | | | | | | | | | | | | 7cf79f4419 message: Support logging a context with each message 5bf85e2517 message: Add new CMAKE_MESSAGE_LOG_LEVEL variable aa59badd6f Tests: Message log level tests must fail on unwanted output 7c579f0a03 Help: Move CMAKE_MESSAGE_INDENT variable to correct section 4b021bd3e9 message: Minor refactor to make code less verbose Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3680
| * message: Support logging a context with each messageAlex Turbov2019-10-1215-9/+194
| |
| * message: Add new CMAKE_MESSAGE_LOG_LEVEL variableAlex Turbov2019-10-1211-0/+64
| |
| * Tests: Message log level tests must fail on unwanted outputCraig Scott2019-10-1210-10/+10
| | | | | | | | | | | | The previous regular expressions were allowing output from lower log levels. The tests still pass after these changes but will now catch regressions (previously they would not have).
| * Help: Move CMAKE_MESSAGE_INDENT variable to correct sectionAlex Turbov2019-10-121-1/+1
| |
| * message: Minor refactor to make code less verboseAlex Turbov2019-10-121-14/+14
| |
* | CMake Nightly Date StampKitware Robot2019-10-131-1/+1
| |
* | Merge branch 'release-3.16'Brad King2019-10-120-0/+0
|\ \
| * \ Merge branch 'no-git-version' into release-3.16Brad King2019-10-111-44/+46
| |\ \ | | | | | | | | | | | | Merge-request: !3910
| * \ \ Merge branch 'InstallRequiredSystemLibraries-redist' into release-3.16Brad King2019-10-111-0/+7
| |\ \ \ | | | | | | | | | | | | | | | Merge-request: !3909
| * \ \ \ Merge branch 'vs-v142-csharp-flags' into release-3.16Brad King2019-10-112-2/+575
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Merge-request: !3908
| * \ \ \ \ Merge branch 'FindPostgreSQL-macports-and-v12' into release-3.16Brad King2019-10-111-1/+4
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Merge-request: !3907
| * \ \ \ \ \ Merge branch 'iar-8051-support' into release-3.16Brad King2019-10-116-3/+23
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Merge-request: !3906
| * \ \ \ \ \ \ Merge branch 'objc-c++flags' into release-3.16Brad King2019-10-114-1/+29
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge-request: !3904
| * \ \ \ \ \ \ \ Merge branch 'doc-unity-build' into release-3.16Brad King2019-10-114-17/+37
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge-request: !3905
* | \ \ \ \ \ \ \ \ Merge topic 'no-git-version'Brad King2019-10-121-44/+46
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 874396a30d CMakeVersion: Add option to disable Git suffix b254b0651e CMakeVersion: Prefer Git information provided by 'git archive' exports Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3910
| * | | | | | | | | CMakeVersion: Add option to disable Git suffixKyle Edwards2019-10-111-43/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Distro maintainers who are building from Git with patches added on may want to disable the automatic Git suffixing, as it does not provide any useful information and simply confuses the end user. Add an undocumented CMake_VERSION_NO_GIT variable to disable this.
| * | | | | | | | | CMakeVersion: Prefer Git information provided by 'git archive' exportsBrad King2019-10-111-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update the approach from commit fe2c558ba6 (CMakeVersion: Preserve Git information during 'git archive', 2019-07-25, v3.16.0-rc1~337^2) to prefer `export-subst` information. This will allow exported source trees to be imported into unrelated Git repositories while still using the original upstream CMake commit information.
* | | | | | | | | | Merge topic 'FindPostgreSQL-macports-and-v12'Brad King2019-10-121-1/+4
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ec43d96657 FindPostgreSQL: support macports installation scheme 908dff41c6 FindPostgreSQL: support version 12 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3907
| * | | | | | | | | FindPostgreSQL: support macports installation schemeBen Boeckel2019-10-111-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Macports installs into `include/postgresql${suffix}`. Add this to the list of supported suffixes. Also copy the non-server `postgresql/${suffix}` path.
| * | | | | | | | | FindPostgreSQL: support version 12Ben Boeckel2019-10-111-1/+1
| |/ / / / / / / /
* | | | | | | | | Merge topic 'iar-8051-support'Brad King2019-10-126-3/+23
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5652e11ea1 IAR: Add 8051 support 6e51db9a40 IAR: Fix v850 assembler support file extensions Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3906
| * | | | | | | | IAR: Add 8051 supportMicael Borgefeldt2019-10-116-2/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Issue: #17264
| * | | | | | | | IAR: Fix v850 assembler support file extensionsMicael Borgefeldt2019-10-111-1/+1
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the file extension added by commit 158f3795b8 (IAR: Add v850 assembler support, 2019-09-23, v3.16.0-rc1~70^2). Issue: #17264
* | | | | | | | Merge topic 'objc-c++flags'Brad King2019-10-124-1/+29
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 806e01d638 Objective-C: Do not treat Objective-C files as C++ files Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3904
| * | | | | | | Objective-C: Do not treat Objective-C files as C++ filesCristian Adam2019-10-114-1/+29
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | When both C and C++ langauges are enabled, the Objective-C files should be treated as C files and not as C++ files.
* | | | | | | Merge topic 'doc-unity-build'Brad King2019-10-124-17/+37
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 13c8dbd5a6 Help: Document CMAKE_UNITY_BUILD/CMAKE_EXPORT_COMPILE_COMMANDS limitation ed06d27c7f Help: Extend documentation of CMAKE_UNITY_BUILD variable 1d9155eb93 Help: Improve UNITY_BUILD documentation formatting 8aac65a361 Help: Document CMAKE_UNITY_BUILD in 3.16 release notes Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3905
| * | | | | | Help: Document CMAKE_UNITY_BUILD/CMAKE_EXPORT_COMPILE_COMMANDS limitationBrad King2019-10-113-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These two options currently do not work well together. Mention this limitation in the documentation. Issue: #19826
| * | | | | | Help: Extend documentation of CMAKE_UNITY_BUILD variableBrad King2019-10-111-3/+5
| | | | | | |
| * | | | | | Help: Improve UNITY_BUILD documentation formattingBrad King2019-10-111-15/+15
| | | | | | |
| * | | | | | Help: Document CMAKE_UNITY_BUILD in 3.16 release notesBrad King2019-10-111-0/+4
| |/ / / / /
* | | | | | Merge branch 'release-3.15'Brad King2019-10-120-0/+0
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'InstallRequiredSystemLibraries-redist' into release-3.15Brad King2019-10-111-0/+7
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | | | | | | | | | Merge-request: !3909
| * | | | | | Merge branch 'vs-v142-csharp-flags' into release-3.15Brad King2019-10-112-2/+575
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | | | | | | | | | Merge-request: !3908
* | | | | | | Merge topic 'InstallRequiredSystemLibraries-redist'Brad King2019-10-121-0/+7
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ecbf6546d7 IRSL: Install vcruntime140_1.dll if available 2eecd1c3bc IRSL: Prefer MSVC runtime libraries from newest toolset first Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3909
| * | | | | | IRSL: Install vcruntime140_1.dll if availableBrad King2019-10-111-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | VS 2019 now distributes this additional runtime DLL with its `14.2x` toolsets. Fixes: #19829
| * | | | | | IRSL: Prefer MSVC runtime libraries from newest toolset firstBrad King2019-10-111-0/+1
| | | | | | |
* | | | | | | Merge topic 'vs-v142-csharp-flags'Brad King2019-10-122-2/+575
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bbf216fb6b VS: Add toolset v142 CSharp flag table Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3908
| * | | | | | VS: Add toolset v142 CSharp flag tableBrad King2019-10-112-2/+575
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While the flag tables for C and C++ were generated from MSBuild `.xml` files, the CSharp flag tables were written by hand. Copy the `v141` flag table to use for the `v142` toolset. Remove the special case added by commit 626c51f47b (VS: Update for Visual Studio 2019 Preview 2, 2019-01-24, v3.14.0-rc1~74^2) that mapped the v142 flag table lookup to v141 since we now have the real v142 table. Fixes: #19828
* | | | | | CMake Nightly Date StampKitware Robot2019-10-121-1/+1
| |_|_|_|/ |/| | | |
* | | | | Merge topic 'cmake-bin-link-job-pool'Brad King2019-10-113-0/+13
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b7509dd674 Add option to configure Ninja link job pool for CMake's own binaries Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3901
| * | | | | Add option to configure Ninja link job pool for CMake's own binariesBrad King2019-10-103-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create an undocumented `CMake_JOB_POOL_LINK_BIN` option that builders can set to avoid linking too many of our binaries at once.
* | | | | | Merge branch 'release-3.16'Brad King2019-10-110-0/+0
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Merge branch 'intel-19-compile-features' into release-3.16Brad King2019-10-113-4/+30
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | | | | | | | Merge-request: !3900
* | | | | | Merge topic 'intel-19-compile-features'Brad King2019-10-113-4/+30
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3fb146cb11 Tests: Update CompileFeatures test for Intel 19 with VS 2015 847e8bc98c Intel: Fix default C++ dialect detection on Windows Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3900
| * | | | | Tests: Update CompileFeatures test for Intel 19 with VS 2015Brad King2019-10-101-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Blacklist `cxx_relaxed_constexpr` for this case because the compiler does not advertise the support in this mode but compiles our example.
| * | | | | Intel: Fix default C++ dialect detection on WindowsBrad King2019-10-102-4/+24
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | For the Intel Compiler for Windows we have some subtle preprocessor checks in compiler feature detection to detect C++11 and C++14 modes. Use these when detecting the default C++ dialect too.
* | | | | CMake Nightly Date StampKitware Robot2019-10-111-1/+1
| | | | |
* | | | | Merge topic 'rel-push'Brad King2019-10-101-0/+3
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | 1529f4a930 Utilities/Release: Teach "push" script to create destination subdirectory Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3902