summaryrefslogtreecommitdiffstats
path: root/Help/release/dev
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge topic 'file-CONFIGURE'Brad King2020-03-101-0/+6
|\ \ | | | | | | | | | | | | | | | | | | a6fee09484 file: Add CONFIGURE subcommand Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4436
| * | file: Add CONFIGURE subcommandLeander Beernaert2020-03-091-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | Extend the `file()` command with a new `CONFIGURE` subcommand that behaves the same as `string(CONFIGURE)` except that it writes the resulting output immediately to a file. Fixes: #20388
* | | find_*: Add support for REQUIRED keywordSylvain Joubert2020-03-061-0/+6
| |/ |/| | | | | | | | | In the same spirit as the REQUIRED keyword on find_package, this will stop cmake execution with an error on a failed find_program, find_file, find_path or find_library.
* | Merge topic 'FindPython-artifacts-scope'Brad King2020-03-061-0/+6
|\ \ | |/ |/| | | | | | | | | e5b4c74238 FindPython: Add possibility to control scope of artifacts. Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4426
| * FindPython: Add possibility to control scope of artifacts.Marc Chevrier2020-03-051-0/+6
| | | | | | | | Fixes: #20362
* | Merge topic 'macos_framework_postfix'Kyle Edwards2020-03-051-0/+7
|\ \ | |/ |/| | | | | | | | | ad3f69c86e Add support for FRAMEWORK_MULTI_CONFIG_POSTFIX_<CONFIG> Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4289
| * Add support for FRAMEWORK_MULTI_CONFIG_POSTFIX_<CONFIG>Alexandru Croitor2020-03-041-0/+7
| |
* | Merge topic 'cmake_command-eval'Brad King2020-03-031-1/+1
|\ \ | |/ |/| | | | | | | | | 598b676b5e cmake_command: Add command to EVAL a CMake script as a string Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4408
| * cmake_command: Add command to EVAL a CMake script as a stringCristian Adam2020-03-031-1/+1
| |
* | Merge topic 'Genex-LINK_LANGUAGE'Brad King2020-02-271-0/+5
|\ \ | |/ |/| | | | | | | | | 461efa7b51 Genex: Add $<LINK_LANGUAGE:...> and $<LINK_LANG_AND_ID:...> Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4244
| * Genex: Add $<LINK_LANGUAGE:...> and $<LINK_LANG_AND_ID:...>Marc Chevrier2020-02-261-0/+5
| | | | | | | | | | | | This MR may help to solve issues #19757 and #18008 Fixes: #19965
* | Merge topic 'cmake_command-command'Brad King2020-02-271-0/+6
|\ \ | | | | | | | | | | | | | | | | | | | | | 54e4f2ad45 cmake_command: Add command to INVOKE other commands by name Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Kyle Edwards <kyle.edwards@kitware.com> Merge-request: !4286
| * | cmake_command: Add command to INVOKE other commands by nameCristian Adam2020-02-251-0/+6
| | | | | | | | | | | | Fixes: #18392
* | | Merge topic 'execute_process_exclusive_capture'Brad King2020-02-271-0/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6ec274b002 execute_process: Add ECHO_(OUTPUT|ERROR)_VARIABLE options Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Michael Hirsch, Ph.D. <michael@scivision.dev> Merge-request: !4383
| * | | execute_process: Add ECHO_(OUTPUT|ERROR)_VARIABLE optionsCristian Adam2020-02-241-0/+5
| | | | | | | | | | | | | | | | Fixes: #20378
* | | | Merge topic 'FindSWIG-components'Marc Chevrier2020-02-271-0/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e131d9f974 FindSWIG: Add COMPONENTS support for SWIG target languages Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4384
| * | | | FindSWIG: Add COMPONENTS support for SWIG target languagesSeth R Johnson2020-02-261-0/+5
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Newer versions of SWIG drop support for some target languages, and some forks of SWIG (such as for Fortran and MATLAB) aren't supported by the mainline version of SWIG. Swig versions as old as 1.3.6 (circa 2001) and possibly older use the same format for listing available wrappers "%-15s - Generate %s wrappers", so component detection should be quite reliable.
* | | | Merge topic 'vs-sln-deploy'Brad King2020-02-261-0/+6
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | 7c944da757 VS: Add target property to explicitly control solution deployment Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4357
| * | | VS: Add target property to explicitly control solution deploymentAlexander Boczar2020-02-251-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | Add a `VS_SOLUTION_DEPLOY` property to control solution deploy mark. Fixes: #20346
* | | | Merge topic 'CPackRPM-trans-scripts'Brad King2020-02-261-0/+7
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c0534c4a68 CPackRPM: Add PRE_/POST_TRANS scripts Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4387
| * | | | CPackRPM: Add PRE_/POST_TRANS scriptsSarang Joshi2020-02-241-0/+7
| |/ / / | | | | | | | | | | | | | | | | | | | | Add variables for PRE_TRANS and POST_TRANS scripts. Fixes: #18917
* | | | UseSWIG: Enable SWIG Fortran target languageSeth R Johnson2020-02-241-0/+7
| |/ / |/| |
* | | string: Add new HEX sub-commandKyle Edwards2020-02-191-0/+5
|/ /
* | Add deprecation warnings for policies CMP0071 and belowBrad King2020-02-171-0/+8
|/ | | | | | | The OLD behaviors of all policies are deprecated, but only by documentation. Add an explicit deprecation diagnostic for policies introduced in CMake 3.10 and below to encourage projects to port away from setting policies to OLD.
* cmake-gui: set generator field defaults from environmentCode Smith2020-02-061-0/+8
| | | | Fixes: #20251
* Begin post-3.17 developmentBrad King2020-02-051-0/+7
|
* Help: Drop development topic notes to prepare releaseBrad King2020-02-051-7/+0
| | | | | Release versions do not have the development topic section of the CMake Release Notes index page.
* Help: Consolidate 3.17 release notesBrad King2020-02-0560-394/+0
| | | | | Run the `Utilities/Release/consolidate-relnotes.bash` script to move notes from `Help/release/dev/*` into `Help/release/3.17.rst`.
* SDCC: Remove default flags for a specific targetfruit2020-02-041-0/+5
| | | | | | | Remove defaults for a specific target (8051) because they are incorrect for other targets. Fixes: #20308
* Merge topic 'ctest-add-ignore-no-tests-option'Kyle Edwards2020-02-031-0/+6
|\ | | | | | | | | | | | | a39d4139d0 Add --no-tests=<[error|ignore]> option to CTest Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4258
| * Add --no-tests=<[error|ignore]> option to CTestStefan Dinkelacker2020-01-311-0/+6
| | | | | | | | | | | | | | | | | | If no tests were found, the default behavior of CTest is to always log an error message but to return an error code in script mode only. This option unifies the behavior of CTest by either returning an error code if no tests were found or by ignoring it. Signed-off-by: Stefan Dinkelacker <s.dinkelacker@dkfz-heidelberg.de>
* | Merge topic 'cpack-deprecate-old-macos-generators'Brad King2020-02-031-0/+6
|\ \ | | | | | | | | | | | | | | | | | | | | | 2ed00e8ef8 CPack: Deprecate OSXX11 generator 7bf187499f CPack: Deprecate PackageMaker generator Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4309
| * | CPack: Deprecate OSXX11 generatorBrad King2020-01-311-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The CPack OSXX11 generator has not had any updates since 2011 except as part of sweeping maintenance changes. It also creates packages with a OSXScriptLauncher binary that has only ppc and i386 architectures which are not supported by Apple anymore. Furthermore, the generator is not even mentioned in our documentation. Add a deprecation warning. Fixes: #20235
| * | CPack: Deprecate PackageMaker generatorBrad King2020-01-311-0/+5
| | | | | | | | | | | | | | | | | | | | | Xcode no longer distributes the PackageMaker tools. Add a deprecation warning when the generator is used. Issue: #20235
* | | AIX: Add an option to disable automatic exports from shared librariesBrad King2020-01-311-0/+7
|/ / | | | | | | | | | | | | | | | | | | Since commit 0f150b69d3 (AIX: Explicitly compute shared object exports for both XL and GNU, 2019-07-11, v3.16.0-rc1~418^2~2) we always export all symbols from shared libraries by default. Add a new target property called `AIX_EXPORT_ALL_SYMBOLS` that can be explicitly set to OFF to suppress this behavior and export no symbols by default. Fixes: #20290
* | Merge topic 'osx-version-flags'Brad King2020-01-281-0/+9
|\ \ | | | | | | | | | | | | | | | | | | | | | 6a84f0b791 macOS: Test OSX_COMPATIBILITY_VERSION and OSX_CURRENT_VERSION properties 4a62e3d97c macOS: Add OSX_COMPATIBILITY_VERSION and OSX_CURRENT_VERSION properties Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4274
| * | macOS: Add OSX_COMPATIBILITY_VERSION and OSX_CURRENT_VERSION propertiesIsuru Fernando2020-01-241-0/+9
| |/ | | | | | | Fixes: #17652
* | Merge topic 'cuda_runtime_library_controls'Brad King2020-01-281-0/+7
|\ \ | | | | | | | | | | | | | | | | | | 0d0145138f CUDA: Add abstraction for cuda runtime selection Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4178
| * | CUDA: Add abstraction for cuda runtime selectionRobert Maynard2020-01-271-0/+7
| |/ | | | | | | | | Fixes #17559 Replace our hard-coded default of cudart=static with a first-class abstraction to select the runtime library from an enumeration of logical names.
* | Merge topic 'cpack-dmg-rtf-for-sla'Brad King2020-01-271-0/+8
|\ \ | | | | | | | | | | | | | | | | | | 9571929701 CPack/DragNDrop: Support RTF licenses Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4270
| * | CPack/DragNDrop: Support RTF licensesAndrew Fuller2020-01-241-0/+8
| |/
* | Merge topic 'vs-dotnet-standard-core'Brad King2020-01-241-0/+7
|\ \ | |/ |/| | | | | | | | | ae1e1909a1 VS: Add support for .NET Standard and .NET Core Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4240
| * VS: Add support for .NET Standard and .NET CoreJoerg Bornemann2020-01-241-0/+7
| | | | | | | | Fixes: #20105
* | MinGW: Update find_library to not find plain .dll filesBrad King2020-01-201-0/+6
| | | | | | | | | | | | | | | | Modern distributions of packages built with MinGW tools provide `.dll.a` import libraries. Prefer those instead of finding plain `.dll` files. This avoids accidentally finding unrelated Windows `.dll` files. Fixes: #20019
* | Merge topic 'fphsa-name-mismatch'Brad King2020-01-201-0/+5
|\ \ | |/ |/| | | | | | | | | | | | | be4d1bdf9a FPHSA: acknowledge the name mismatches in CMake-owned modules ee4673c1ae FPHSA: detect package name mismatches Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Eric Noulard <eric.noulard@gmail.com> Merge-request: !4123
| * FPHSA: detect package name mismatchesBen Boeckel2020-01-141-0/+5
| | | | | | | | | | | | | | The `FPHSA_NAME_MISMATCHED` variable may be set if this is intentional (but should be cleared after the call to not affect other FPHSA calls). It may also be passed via the `NAME_MISMATCHED` option for new-signature FPHSA calls.
* | Merge topic 'cmake-ctest-arguments'Brad King2020-01-171-0/+6
|\ \ | | | | | | | | | | | | | | | | | | 4153d8445b Add CMAKE_CTEST_ARGUMENTS variable to pass command-line arguments to ctest Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4168
| * | Add CMAKE_CTEST_ARGUMENTS variable to pass command-line arguments to ctestRobert Goulet2020-01-151-0/+6
| |/ | | | | | | Fixes: #20172
* | Merge topic 'cpack-custom-dmg-names'Craig Scott2020-01-171-0/+7
|\ \ | |/ |/| | | | | | | | | | | 6d6f4b9316 CPack/DragNDrop: Support CPACK_DMG_<component>_FILE_NAME b53230fbee Tests: Add DragNDrop as a testable CPack generator Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4227
| * CPack/DragNDrop: Support CPACK_DMG_<component>_FILE_NAMEAndrew Fuller2020-01-161-0/+7
| |