summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'refactor/use-unique_ptr'Brad King2019-06-2510-61/+42
|\ | | | | | | | | | | | | 5e52de7d57 modermize: replace some raw pointers w/ `unique_ptr` Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3465
| * modermize: replace some raw pointers w/ `unique_ptr`Alex Turbov2019-06-2410-61/+42
| |
* | Merge topic 'find_matlab_exact'Brad King2019-06-251-8/+22
|\ \ | | | | | | | | | | | | | | | | | | | | | 2454fe84f5 FindMatlab: Support EXACT versions Acked-by: Kitware Robot <kwrobot@kitware.com> Reviewed-by: Raffi Enficiaud <raffi.enficiaud@free.fr> Merge-request: !3460
| * | FindMatlab: Support EXACT versionsStefan Lietzau2019-06-241-8/+22
| | | | | | | | | | | | | | | | | | | | | If an exact version is requested, don't pick the latest matlab version but the one matching the requested version. Fixes: #19155
* | | Merge topic 'FindPython-FIND_ABI'Brad King2019-06-257-100/+424
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 9201908ca5 FindPython: add Python_FIND_ABI hint. Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3463
| * | | FindPython: add Python_FIND_ABI hint.Marc Chevrier2019-06-247-100/+424
| | | | | | | | | | | | | | | | This variable will enable to specify will ABIs will be searched.
* | | | Merge topic 'help-guide-tutorial'Brad King2019-06-25129-1018/+893
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8ab8563533 Help: Add tutorial guide table of contents 0a6c9c417a Help: Update tutorial to include text from CMake book eef3e020c2 Help: Populate tutorial guide text 862cfc0e6c Help/guide/tutorial: Adopt tutorial code d2fde94809 Help: Add infrastructure for guide-level documentation f067af8e38 Tests/Tutorial: Remove trailing blank lines d5a81ef747 Tests/Tutorial: Remove unused file Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3439
| * | | | Help: Add tutorial guide table of contentsBrad King2019-06-191-0/+4
| | | | |
| * | | | Help: Update tutorial to include text from CMake bookBetsy McPhail2019-06-191-0/+35
| | | | |
| * | | | Help: Populate tutorial guide textBetsy McPhail2019-06-1944-939/+777
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Migrate tutorial text from individual `directions.txt` files to the main tutorial document. Add some comments to source code to provide anchors for inclusion.
| * | | | Help/guide/tutorial: Adopt tutorial codeKitware Robot2019-06-18123-2/+2
| | | | |
| * | | | Help: Add infrastructure for guide-level documentationBrad King2019-06-183-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create a `Help/guide/` directory to hold guide-level documents. Build them in most documentation formats, but not as man pages. Initialize the guide directory with a placeholder for the tutorial.
| * | | | Tests/Tutorial: Remove trailing blank linesBrad King2019-06-187-7/+0
| | | | |
| * | | | Tests/Tutorial: Remove unused fileBrad King2019-06-181-5/+0
| | |/ / | |/| |
* | | | CMake Nightly Date StampKitware Robot2019-06-251-1/+1
| | | |
* | | | Merge branch 'release-3.15'Brad King2019-06-240-0/+0
|\ \ \ \
| * \ \ \ Merge branch 'doc-typos-cmake_parse_arguments' into release-3.15Brad King2019-06-241-8/+8
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Merge-request: !3468
* | \ \ \ \ Merge topic 'doc-typos-cmake_parse_arguments'Brad King2019-06-241-8/+8
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 264612c013 Help: Typo and grammar fixes in cmake_parse_arguments() docs Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Brad King <brad.king@kitware.com> Merge-request: !3468
| * | | | | Help: Typo and grammar fixes in cmake_parse_arguments() docsCraig Scott2019-06-231-8/+8
| | | | | |
* | | | | | Merge branch 'release-3.15'Brad King2019-06-240-0/+0
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge branch 'doc-IMPORTED_LOCATION' into release-3.15Brad King2019-06-211-4/+11
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Merge-request: !3466
* | \ \ \ \ \ Merge topic 'doc-IMPORTED_LOCATION'Brad King2019-06-241-4/+11
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 96c6bc2584 Help: Improve documentation of IMPORTED_LOCATION property Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Alex Turbov <i.zaufi@gmail.com> Merge-request: !3466
| * | | | | | Help: Improve documentation of IMPORTED_LOCATION propertyAlexandru Croitor2019-06-211-4/+11
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mention the usage of a configuration specific `IMPORTED_LOCATION_<CONFIG>` value even if the `<CONFIG>` is not the same as the active configuration of the currently built project. Co-Author: Brad King <brad.king@kitware.com>
* | | | | | Merge topic 'vs-ce-deploy'Brad King2019-06-242-0/+22
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7035bdeb52 VS10Generator: add project properties to enable WindowsCE deployment. Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3462
| * | | | | | VS10Generator: add project properties to enable WindowsCE deployment.Wil Stark2019-06-192-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: #19408
* | | | | | | CMake Nightly Date StampKitware Robot2019-06-241-1/+1
| | | | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2019-06-231-1/+1
| | | | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2019-06-221-1/+1
| | | | | | |
* | | | | | | Merge topic 'find-control-vars'Brad King2019-06-2149-39/+426
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 02f527c66a Find: Provide global controls for the `NO_[]_PATH` call options f0a89149bc RunCMake: Automatically support platform out override files Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3444
| * | | | | | Find: Provide global controls for the `NO_[]_PATH` call optionsRobert Maynard2019-06-2138-21/+374
| | | | | | |
| * | | | | | RunCMake: Automatically support platform out override filesRobert Maynard2019-06-2114-18/+52
| | | | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2019-06-211-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge topic 'BundleUtilities-cleanup'Brad King2019-06-202-42/+23
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8d59ebb704 GetPrerequisites: use CMAKE_OBJDUMP if it is set e33f4cb0cb BundleUtilities: use if(... IN_LIST ...) 6695383dd5 BundleUtilities: remove needless variable expansions in if() arguments d5333c0923 BundleUtilities: simplify inclusion of GetPrerequisites Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3447
| * | | | | | GetPrerequisites: use CMAKE_OBJDUMP if it is setRolf Eike Beer2019-06-191-1/+3
| | | | | | |
| * | | | | | BundleUtilities: use if(... IN_LIST ...)Rolf Eike Beer2019-06-191-28/+8
| | | | | | |
| * | | | | | BundleUtilities: remove needless variable expansions in if() argumentsRolf Eike Beer2019-06-171-17/+17
| | | | | | |
| * | | | | | BundleUtilities: simplify inclusion of GetPrerequisitesRolf Eike Beer2019-06-171-2/+1
| | | | | | |
* | | | | | | Merge topic 'update-libuv'Brad King2019-06-2048-356/+1856
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | db4667cc72 libuv: fix compilation with macOS 10.10 SDK cee57246ef libuv: Add uv__statx() stub to cmake-bootstrap.c 69b139cfca Merge branch 'upstream-libuv' into update-libuv b4069b04ff libuv 2019-06-10 (ee24ce90) Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3457
| * | | | | | | libuv: fix compilation with macOS 10.10 SDKBrad King2019-06-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The `F_BARRIERFSYNC` constant was not added until the macOS 10.11 SDK. Hard-code its value instead. This approach is backported from upstream libuv PR 2334.
| * | | | | | | libuv: Add uv__statx() stub to cmake-bootstrap.cKyle Edwards2019-06-181-0/+9
| | | | | | | |
| * | | | | | | Merge branch 'upstream-libuv' into update-libuvBrad King2019-06-1847-356/+1847
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream-libuv: libuv 2019-06-10 (ee24ce90)
| | * | | | | | | libuv 2019-06-10 (ee24ce90)libuv upstream2019-06-1847-357/+1852
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Code extracted from: https://github.com/libuv/libuv.git at commit ee24ce900e5714c950b248da2bdd311b01c983be (v1.x).
* | | | | | | | | Merge branch 'release-3.15'Brad King2019-06-200-0/+0
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | Merge branch 'autogen_documentation' into release-3.15Brad King2019-06-193-106/+306
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | Merge-request: !3461
* | | | | | | | | Merge topic 'autogen_documentation'Brad King2019-06-203-106/+306
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b55e5d6641 Help: Autogen: Overhaul AUTOMOC target property documentation fdab21f30b Help: Autogen: Overhaul AUTOUIC target property documentation d08548c624 Help: Autogen: Overhaul AUTORCC target property documentation Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3461
| * | | | | | | | Help: Autogen: Overhaul AUTOMOC target property documentationSebastian Holtermann2019-06-191-62/+212
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Rewrites and restructures the AUTOMOC target property documentation - Remove the reference to the deprecated CMAKE_AUTOMOC_RELAXED_MODE Fixes: #19167
| * | | | | | | | Help: Autogen: Overhaul AUTOUIC target property documentationSebastian Holtermann2019-06-191-26/+61
| | | | | | | | |
| * | | | | | | | Help: Autogen: Overhaul AUTORCC target property documentationSebastian Holtermann2019-06-191-18/+33
| |/ / / / / / /
* | | | | | | | CMake Nightly Date StampKitware Robot2019-06-201-1/+1
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Merge branch 'release-3.15'Brad King2019-06-190-0/+0
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | / / | |_|_|_|/ / |/| | | | |