Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CTest: Add --show-only[=format] option to print test info | Justin Goshi | 2019-01-10 | 6 | -1/+372 |
| | | | | | | format can be 'human' to print the current text format or 'json-v1' to print the test object model in json format and is useful for IDEs who want to gather information about the tests. Defaults to 'human' format. | ||||
* | TestGenerator: Record support file and line where test was added | Justin Goshi | 2019-01-08 | 4 | -17/+74 |
| | | | | | Add internal test properties that ctest can use to report where the test was added in CMake code. | ||||
* | CMake Nightly Date Stamp | Kitware Robot | 2019-01-08 | 1 | -1/+1 |
| | |||||
* | Merge topic 'fix-warn-uninitialized-in-configure' | Craig Scott | 2019-01-07 | 4 | -54/+49 |
|\ | | | | | | | | | | | | | | | | | | | 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_file | Artur Ryt | 2018-12-29 | 3 | -12/+19 |
| | | | | | | | | Fixes: #18489 | ||||
| * | cmCommandArgumentParserHelper: use cmMakefile::MaybeWarnUninitialized | Artur Ryt | 2018-12-29 | 2 | -22/+1 |
| | | | | | | | | | | It removes logic duplication and need to have cached WarnUninitialized and CheckSystemVars | ||||
| * | cmMakefile: Move uninitialized vars logic into MaybeWarnUninitialized() | Artur Ryt | 2018-12-28 | 2 | -12/+20 |
| | | |||||
| * | cmMakefile: move common logic to IsProjectFile function | Artur Ryt | 2018-12-28 | 2 | -10/+11 |
| | | |||||
* | | Merge topic 'nmake-compile-commands' | Craig Scott | 2019-01-07 | 2 | -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 generation | Yan Pashkovsky | 2018-12-14 | 1 | -0/+11 |
| | | | |||||
| * | | cmGlobalGenerator: Teach EscapeJSON to escape newlines and tabs | Yan Pashkovsky | 2018-12-14 | 1 | -3/+15 |
| | | | |||||
* | | | CMake Nightly Date Stamp | Kitware Robot | 2019-01-07 | 1 | -1/+1 |
| | | | |||||
* | | | CMake Nightly Date Stamp | Kitware Robot | 2019-01-06 | 1 | -1/+1 |
| | | | |||||
* | | | CMake Nightly Date Stamp | Kitware Robot | 2019-01-05 | 1 | -1/+1 |
| | | | |||||
* | | | Merge topic 'remove-std-iterator' | Craig Scott | 2019-01-04 | 1 | -2/+1 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | 1b135cdff2 cmLinkedTree: Remove deprecated std::iterator Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2767 | ||||
| * | | | cmLinkedTree: Remove deprecated std::iterator | Vitaly Stakhovsky | 2019-01-01 | 1 | -2/+1 |
| | | | | |||||
* | | | | Merge topic 'get-ide-version-const' | Craig Scott | 2019-01-04 | 9 | -9/+8 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 77d83568e0 cmGlobalVisualStudioGenerator::GetIDEVersion(): const added Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2769 | ||||
| * | | | | cmGlobalVisualStudioGenerator::GetIDEVersion(): const added | Vitaly Stakhovsky | 2019-01-02 | 9 | -9/+8 |
| | | | | | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-01-04 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-01-03 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge topic 'messenger-no-cmstate-v2' | Craig Scott | 2019-01-02 | 3 | -44/+61 |
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | 8a803d784b cmMessenger: Decouple from cmState Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2653 | ||||
| * | | | | cmMessenger: Decouple from cmState | Bruno Manganelli | 2019-01-01 | 3 | -44/+61 |
| | | | | | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-01-02 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-01-01 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge topic 'add-override' | Craig Scott | 2018-12-31 | 10 | -31/+34 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 94632087b2 Add missing override Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2763 | ||||
| * | | | | | Add missing override | Vitaly Stakhovsky | 2018-12-30 | 10 | -31/+34 |
| | |/ / / | |/| | | | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-12-31 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-12-30 | 1 | -1/+1 |
| | | | | |||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-12-29 | 1 | -1/+1 |
| |_|/ |/| | | |||||
* | | | CMake Nightly Date Stamp | Kitware Robot | 2018-12-28 | 1 | -1/+1 |
| | | | |||||
* | | | CMake Nightly Date Stamp | Kitware Robot | 2018-12-27 | 1 | -1/+1 |
| | | | |||||
* | | | CMake Nightly Date Stamp | Kitware Robot | 2018-12-26 | 1 | -1/+1 |
| | | | |||||
* | | | CMake Nightly Date Stamp | Kitware Robot | 2018-12-25 | 1 | -1/+1 |
| | | | |||||
* | | | CMake Nightly Date Stamp | Kitware Robot | 2018-12-24 | 1 | -1/+1 |
| | | | |||||
* | | | Merge topic 'link-options' | Craig Scott | 2018-12-23 | 2 | -2/+26 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | 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 regression | Marc Chevrier | 2018-12-19 | 2 | -2/+26 |
| | | | | | | | | | | | | | | | | Fixes: #18700 | ||||
* | | | | Merge topic 'install-code-script-genex' | Craig Scott | 2018-12-23 | 3 | -12/+78 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 expressions | Jon Chronopoulos | 2018-12-22 | 3 | -12/+78 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This also introduces CMP0087 which will keep the OLD behaviour of not evaluating generator expressions Fixes: #15785 | ||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-12-23 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-12-22 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-12-21 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-12-20 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge topic 'member-init' | Kyle Edwards | 2018-12-19 | 76 | -436/+192 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 initialization | Regina Pfeifer | 2018-12-15 | 61 | -346/+149 |
| | | | | | | |||||
| * | | | | | clang-tidy: Remove redundant member initializations | Regina Pfeifer | 2018-12-15 | 25 | -85/+29 |
| | | | | | | |||||
| * | | | | | cmUVHandlePtr: Use inherited constructors | Regina Pfeifer | 2018-12-15 | 1 | -15/+24 |
| | | | | | | |||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-12-19 | 1 | -1/+1 |
| |_|/ / / |/| | | | | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-12-18 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-12-17 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-12-16 | 1 | -1/+1 |
|/ / / / |