summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* GlobalVisualStudio10Generator: Support non-standard toolset json flag files.Stephan Szabo2019-01-034-70/+100
| | | | | | If given a toolset that does not have an explicit mapping in cmVisualStudio10ToolsetOptions, check for a json flag file using the toolset name before trying the default toolset for the generator.
* 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
| | |
* | | CMake Nightly Date StampKitware Robot2018-12-271-1/+1
| | |
* | | CMake Nightly Date StampKitware Robot2018-12-261-1/+1
| | |
* | | CMake Nightly Date StampKitware Robot2018-12-251-1/+1
| | |
* | | CMake Nightly Date StampKitware Robot2018-12-241-1/+1
| | |
* | | Merge topic 'link-options'Craig Scott2018-12-2328-50/+267
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | f255280fd9 PIE link options: Update strategy to fix performance regression Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2739
| * | | PIE link options: Update strategy to fix performance regressionMarc Chevrier2018-12-1928-50/+267
| | | | | | | | | | | | | | | | Fixes: #18700
* | | | Merge topic 'install-code-script-genex'Craig Scott2018-12-2316-12/+162
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 25cae1e85d install: Teach CODE,SCRIPT modes to evaluate generator expressions Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2688
| * | | | install: Teach CODE,SCRIPT modes to evaluate generator expressionsJon Chronopoulos2018-12-2216-12/+162
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This also introduces CMP0087 which will keep the OLD behaviour of not evaluating generator expressions Fixes: #15785
* | | | | CMake Nightly Date StampKitware Robot2018-12-231-1/+1
| | | | |
* | | | | Merge topic 'runcmake-test-filter'Craig Scott2018-12-222-0/+15
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b6eafd5781 Tests: Add RunCMake_TEST_FILTER environment variable Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Artur Ryt <artur.ryt@gmail.com> Merge-request: !2743
| * | | | | Tests: Add RunCMake_TEST_FILTER environment variableKyle Edwards2018-12-132-0/+15
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | This environment variable allows developers to locally run only a subset of RunCMake subtests in a single RunCMakeTest.cmake script. If the environment variable is not set, all of the tests in the script are run.
* | | | | CMake Nightly Date StampKitware Robot2018-12-221-1/+1
| | | | |
* | | | | Merge topic 'output-on-failure'Craig Scott2018-12-2111-4/+115
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 19d86e26e3 ExternalProject: add LOG_OUTPUT_ON_FAILURE option Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2625
| * | | | | ExternalProject: add LOG_OUTPUT_ON_FAILURE optionWouter Klouwen2018-12-2011-4/+115
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This option only has an effect if at least one of the other LOG_<step> options is enabled. If an error occurs for a step which has logging to file enabled, that step's output will be printed to the console. For cases where a large amount of output is recorded, just the end of that output may be printed to the console.
* | | | | | Merge topic 'compile_options'Kyle Edwards2018-12-212-20/+49
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2439d546c8 Help: Revise compile options command docs, and provide example Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2752
| * | | | | | Help: Revise compile options command docs, and provide exampleJoachim Wuttke (h)2018-12-202-20/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For add_compile_options and target_compile_options: - Insert sections. - Provide cross-links between the two doc pages - Alleviate and explain links to the commands ...compile_definitions and ...include_directories. - Alleviate link to COMPILE_OPTIONS, and integrate it into the synopsis.
* | | | | | | Merge branch 'doc-updates' into 'master'Marc Chevrier2018-12-211-17/+23
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Help: FindLibLZMA: update formatting. See merge request cmake/cmake!2755
| * | | | | | | Help: FindLibLZMA: update formatting.Marc Chevrier2018-12-201-17/+23
| | | | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2018-12-211-1/+1
| | | | | | | |
* | | | | | | | Merge topic 'cygwin-install-test-fix'Kyle Edwards2018-12-202-2/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3f915531ad Tests: Fix Cygwin failure on RunCMake.install Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2754
| * | | | | | | | Tests: Fix Cygwin failure on RunCMake.installKyle Edwards2018-12-192-2/+2
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge topic 'doc-stage'Kyle Edwards2018-12-201-0/+8
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b99448e016 Help/dev: Document where topic stage branch is held Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2753
| * | | | | | | Help/dev: Document where topic stage branch is heldBrad King2018-12-191-0/+8
| | | | | | | |
* | | | | | | | Merge branch 'topic-findliblzma' into 'master'Marc Chevrier2018-12-206-4/+69
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | FindLibLZMA: add imported target Closes #18679 and #18680 See merge request cmake/cmake!2730
| * | | | | | | | FindLibLZMA: add imported targetHiroshi Miura2018-12-136-4/+69
| | |_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add imported target LibLZMA::LibLZMA - Show found message with library path - Add test for FindLibLZMA Fixes: #18680, #18679 Signed-off-by: Hiroshi Miura <miurahr@linux.com>
* | | | | | | | CMake Nightly Date StampKitware Robot2018-12-201-1/+1
| |_|/ / / / / |/| | | | | |
* | | | | | | Merge topic 'member-init'Kyle Edwards2018-12-1977-438/+195
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b2aa3aedea clang-tidy: Use default member initialization 32cb564bea clang-tidy: Remove redundant member initializations 7ffa6bf999 cmUVHandlePtr: Use inherited constructors Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2726
| * | | | | | | clang-tidy: Use default member initializationRegina Pfeifer2018-12-1562-347/+152
| | | | | | | |
| * | | | | | | clang-tidy: Remove redundant member initializationsRegina Pfeifer2018-12-1526-86/+29
| | | | | | | |
| * | | | | | | cmUVHandlePtr: Use inherited constructorsRegina Pfeifer2018-12-151-15/+24
| | | | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2018-12-191-1/+1
| | | | | | | |
* | | | | | | | Merge topic 'contributing-build-instructions-link'Craig Scott2018-12-181-1/+3
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0861580a14 Help: Insert link from CONTRIBUTING to build instructions Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2751
| * | | | | | | Help: Insert link from CONTRIBUTING to build instructionsJoachim Wuttke (h)2018-12-181-1/+3
|/ / / / / / /
* | | | | | | Merge topic 'copyright-year'Brad King2018-12-181-1/+1
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 64819cca91 Copyright.txt: Update year range to end in 2019 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2749