- 27 Jun, 2018 2 commits
-
-
Marc Chevrier authored
Fixes: #17997
-
Kitware Robot authored
-
- 26 Jun, 2018 1 commit
-
-
Kitware Robot authored
-
- 25 Jun, 2018 11 commits
-
-
Brad King authored
-
Brad King authored
889033b5 FindLibUV: Also check uv/version.h for version detection Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2169
-
Raphael Kubo da Costa authored
Starting with libuv 1.21.0, libuv's headers were moved into a uv/ directory. Make FindLibUV aware of the file's new location for configuration to work.
-
Brad King authored
b41b30f1 Update use of KWSys SystemTools::SplitString for new signature f2d97c1c Merge branch 'upstream-KWSys' into update-kwsys 6d7fdedd KWSys 2018-06-22 (49068d94) Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2165
-
Brad King authored
7bffd71c Tests: Adopt wizard test in RunCMake.CommandLine Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2166
-
Brad King authored
-
Brad King authored
3c4698da VS: Allow toolset version selection to specify default toolset b759f706 cmVSSetupHelper: Expose default toolset version d548994a cmVSSetupHelper: Use in-class member initialization Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2162
-
Brad King authored
142a6257 file: Drop error cases added by CMake 3.12.0-rc1 to avoid regressions Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Shane Parris <shane.lee.parris@gmail.com> Merge-request: !2164
-
Kitware Robot authored
-
- 24 Jun, 2018 2 commits
-
-
Basil Fierz authored
Teach the feature added by commit v3.12.0-rc1~38^2 (VS: Add option to select the version of the toolset used by VS 2017, 2018-05-19) to accept the default toolset version in addition to older versions. If the default toolset version is supplied, simply clear it so the default will be used. Fixes: #18107
-
Kitware Robot authored
-
- 23 Jun, 2018 2 commits
-
-
Craig Scott authored
82956270 Help: Fix typo in cmake-buildsystem(7) manual Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2163
-
Kitware Robot authored
-
- 22 Jun, 2018 15 commits
-
-
Brad King authored
Avoid a whole separate test for one removed command-line option.
-
Brad King authored
-
Brad King authored
* upstream-KWSys: KWSys 2018-06-22 (49068d94)
-
Kitware Robot authored
Code extracted from: https://gitlab.kitware.com/utils/kwsys.git at commit 49068d948ee03cde172fe5ff15a2778c50f91d38 (master). Upstream Shortlog ----------------- Brad King (1): 5d6f59fe SystemTools: Change SplitString return type to use std::string
-
Basil Fierz authored
We already detect the VS toolset version. Expose it to clients.
-
Brad King authored
-
Brad King authored
57e4c51e Help: Update old version release notes for CPack generator docs 41818308 Help: Add release notes for CPack generator documentation and module updates 48bc8b2b CPack: Move internal implementation modules into Internal/CPack directory 2a2829cc Help: Add new section for CPack generators be626780 CPackIFW: Turn documentation into a block comment 0180524c Help: Move legacy CPack modules into separate section Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2149
-
Brad King authored
5b85ef5c Autogen: Add release notes for CMAKE_AUTOGEN_VERBOSE 6651aab2 Autogen: Add documentation for CMAKE_AUTOGEN_VERBOSE aa7d8a09 Autogen: Enable CMAKE_AUTOGEN_VERBOSE in all tests e28dc3b1 Autogen: Add CMAKE_AUTOGEN_VERBOSE variable support Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2157
-
Brad King authored
797de7a6 VS10Project: Expand VS_DEBUGGER_* capabilities Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2150
-
Brad King authored
-
Brad King authored
Refactoring in commit v3.12.0-rc1~418^2~3 (Refactor HandleGlobCommand, 2018-02-13) introduced error diagnostics for argument combinations that were previously accepted. Restore acceptance to avoid regressing projects that used those combinations even if they do not make sense. Fixes: #18097
-
Brad King authored
ae4a5483 FindJPEG: Drop ancient compatibility NATIVE_JPEG_* result variables 7876f329 FindJPEG: Add forgotten names of libraries for Debug configuration Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2159
-
Joan Massich authored
-
Kitware Robot authored
-
- 21 Jun, 2018 7 commits
-
-
Brad King authored
Replace references to the CPack "modules" with proper terminology referencing the CPack generator documentation directly.
-
Sebastian Holtermann authored
-
Sebastian Holtermann authored
-
Sebastian Holtermann authored
-
Sebastian Holtermann authored
Setting CMAKE_AUTOGEN_VERBOSE enables verbose output during AUTOMOC, AUTOUIC and AUTORCC generation.
-
Kyle Edwards authored
-
Kyle Edwards authored
These modules are not meant to be included by user code, they are only an internal implementation detail for CPack. Having them live in the main Modules directory with documentation was misleading, so they have been moved into Modules/Internal/CPack, and their documentation has been stripped following its move into the new "CPack Generators" section. No-op modules which contained only documentation have been removed entirely. The only module that hasn't been moved is CPackIFW, because it contains user-facing macros which would be lost if it were moved. So, the CPackIFW module has been updated with a note explaining what needs to (eventually) happen.
-