summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* VS: Convert GetToolsVersion to non-virtual table lookupBrad King2019-01-105-10/+22
|
* VS: Remove unused MSBuild XML parsing scriptBrad King2019-01-091-341/+0
| | | | It has been superseded by `cmConvertMSBuildXMLToJSON.py`.
* cmake: Drop unused table entry for selecting default generatorBrad King2019-01-091-1/+0
| | | | | | In `cmake::CreateDefaultGlobalGenerator` the table of registry entries does not need an entry for VS 2017 because that is found via the VS setup helper.
* Merge branch 'release-3.13'Brad King2019-01-090-0/+0
|\
| * Merge branch 'vs2017-skip-2019' into release-3.13Brad King2019-01-081-0/+9
| |\ | | | | | | | | | Merge-request: !2775
* | \ Merge topic 'vs2017-skip-2019'Brad King2019-01-091-0/+9
|\ \ \ | | |/ | |/| | | | | | | | | | | | | d44f81c217 VS: Exclude VS 2019 instances when using VS 2017 generator Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2775
| * | VS: Exclude VS 2019 instances when using VS 2017 generatorBrad King2019-01-081-0/+9
| |/ | | | | | | | | | | | | Filter instances reported by the VS Installer to consider only VS 2017 instances for the "Visual Studio 15 2017" generator. Fixes: #18721
* | CMake Nightly Date StampKitware Robot2019-01-091-1/+1
| |
* | Merge topic 'modernize-for'Kyle Edwards2019-01-084-30/+23
|\ \ | | | | | | | | | | | | | | | | | | 1cf9c754db Source: Modernize for loops, add const modifiers Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2765
| * | Source: Modernize for loops, add const modifiersVitaly Stakhovsky2018-12-314-30/+23
| | |
* | | CMake Nightly Date StampKitware Robot2019-01-081-1/+1
| | |
* | | Merge topic 'fix-warn-uninitialized-in-configure'Craig Scott2019-01-077-58/+118
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cbf0c0fce4 cmake: Enable --warn-uninitialized inside string(CONFIGURE) and configure_file 1d32a35c10 cmCommandArgumentParserHelper: use cmMakefile::MaybeWarnUninitialized 67ac4ed1dc cmMakefile: Move uninitialized vars logic into MaybeWarnUninitialized() 5257af3634 cmMakefile: move common logic to IsProjectFile function Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2676
| * | | cmake: Enable --warn-uninitialized inside string(CONFIGURE) and configure_fileArtur Ryt2018-12-296-16/+88
| | | | | | | | | | | | | | | | Fixes: #18489
| * | | cmCommandArgumentParserHelper: use cmMakefile::MaybeWarnUninitializedArtur Ryt2018-12-292-22/+1
| | | | | | | | | | | | | | | | | | | | It removes logic duplication and need to have cached WarnUninitialized and CheckSystemVars
| * | | cmMakefile: Move uninitialized vars logic into MaybeWarnUninitialized()Artur Ryt2018-12-282-12/+20
| | | |
| * | | cmMakefile: move common logic to IsProjectFile functionArtur Ryt2018-12-282-10/+11
| | | |
* | | | Merge topic 'nmake-compile-commands'Craig Scott2019-01-072-3/+26
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 37c6a02dc2 CMake: fix nmake compile_commands generation 7583f7490e cmGlobalGenerator: Teach EscapeJSON to escape newlines and tabs Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2648
| * | | | CMake: fix nmake compile_commands generationYan Pashkovsky2018-12-141-0/+11
| | | | |
| * | | | cmGlobalGenerator: Teach EscapeJSON to escape newlines and tabsYan Pashkovsky2018-12-141-3/+15
| | | | |
* | | | | CMake Nightly Date StampKitware Robot2019-01-071-1/+1
| | | | |
* | | | | Merge topic 'bundle_fixes'Craig Scott2019-01-068-13/+65
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 08be74bfd7 GetPrerequisites: Fix handling of executable scripts 52445300d6 GetPrerequisites: Allow prefixed tools 1bac4678ea GetPrerequisites: Add GET_PREREQUISITES_VERBOSE to set verbose 5072598f07 BundleUtilites: Don't use hardcoded name for install_name_tool 428680da92 GetPrerequisites: Don't use hardcoded name for otool Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2748
| * | | | | GetPrerequisites: Fix handling of executable scriptsAlexander Grund2019-01-047-0/+41
| | | | | | | | | | | | | | | | | | | | | | | | Fixes: #18667
| * | | | | GetPrerequisites: Allow prefixed toolsAlexander Grund2018-12-311-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | e.g. for cross-compilation with e.g. x86_64-pc-linux-gnu-ldd
| * | | | | GetPrerequisites: Add GET_PREREQUISITES_VERBOSE to set verboseAlexander Grund2018-12-311-0/+7
| | | | | |
| * | | | | BundleUtilites: Don't use hardcoded name for install_name_toolAlexander Grund2018-12-311-2/+6
| | | | | |
| * | | | | GetPrerequisites: Don't use hardcoded name for otoolAlexander Grund2018-12-301-1/+1
| | |_|/ / | |/| | |
* | | | | CMake Nightly Date StampKitware Robot2019-01-061-1/+1
| | | | |
* | | | | CMake Nightly Date StampKitware Robot2019-01-051-1/+1
| | | | |
* | | | | Merge topic 'remove-std-iterator'Craig Scott2019-01-041-2/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1b135cdff2 cmLinkedTree: Remove deprecated std::iterator Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2767
| * | | | | cmLinkedTree: Remove deprecated std::iteratorVitaly Stakhovsky2019-01-011-2/+1
| |/ / / /
* | | | | Merge topic 'get-ide-version-const'Craig Scott2019-01-049-9/+8
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 77d83568e0 cmGlobalVisualStudioGenerator::GetIDEVersion(): const added Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2769
| * | | | | cmGlobalVisualStudioGenerator::GetIDEVersion(): const addedVitaly Stakhovsky2019-01-029-9/+8
| | | | | |
* | | | | | Merge branch 'swig_src_file_ext' into 'master'Marc Chevrier2019-01-047-2/+111
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | UseSWIG: Add support for custom Swig source file extensions Closes #18727 See merge request cmake/cmake!2764
| * | | | | | SWIG: Add support for custom Swig source file extensionsThirumal Venkat2019-01-037-2/+111
| | | | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2019-01-041-1/+1
| | | | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2019-01-031-1/+1
| | | | | | |
* | | | | | | Merge topic 'messenger-no-cmstate-v2'Craig Scott2019-01-023-44/+61
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8a803d784b cmMessenger: Decouple from cmState Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2653
| * | | | | | cmMessenger: Decouple from cmStateBruno Manganelli2019-01-013-44/+61
| | | | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2019-01-021-1/+1
| | | | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2019-01-011-1/+1
| | | | | | |
* | | | | | | Merge topic 'add-override'Craig Scott2018-12-3110-31/+34
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 94632087b2 Add missing override Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2763
| * | | | | | | Add missing overrideVitaly Stakhovsky2018-12-3010-31/+34
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge topic 'gtest-discovery-work-dir'Craig Scott2018-12-311-0/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3bbf77fa01 Specify WORKING_DIRECTORY to execute_process() in GoogleTestAddTests Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2761
| * | | | | | | Specify WORKING_DIRECTORY to execute_process() in GoogleTestAddTestsNehal J Wani2018-12-281-0/+1
| | |_|_|_|/ / | |/| | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2018-12-311-1/+1
| |/ / / / / |/| | | | |
* | | | | | CMake Nightly Date StampKitware Robot2018-12-301-1/+1
| | | | | |
* | | | | | Merge topic 'remove-include-cmakeparsearguments'Craig Scott2018-12-294-7/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 88b40744b5 CMakeParseArguments: Remove superfluous includes of CMakeParseArguments Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !2744
| * | | | | | CMakeParseArguments: Remove superfluous includes of CMakeParseArgumentsKyle Edwards2018-12-144-7/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Because cmake_parse_arguments() has been implemented as a native command, there is no need to include(CMakeParseArguments) anymore. Its inclusion has been removed from several CMake modules. Tests/CMakeOnly/CMakeLists.txt has been changed to include the *building* CMake's copy of CMakeParseArguments rather than the *built* CMake's copy. This file included the *built* copy because when this file was introduced, CMake could still be built with versions that didn't supply cmake_parse_arguments(). Now, CMake requires 3.1 or greater, where cmake_parse_arguments() existed but was still in the form of a module, so we include it from the *building* CMake.
* | | | | | | CMake Nightly Date StampKitware Robot2018-12-291-1/+1
| |/ / / / / |/| | | | |
* | | | | | CMake Nightly Date StampKitware Robot2018-12-281-1/+1
| |_|/ / / |/| | | |