summaryrefslogtreecommitdiffstats
path: root/Help/release
Commit message (Collapse)AuthorAgeFilesLines
* TestBigEndian: Re-implement using byte order detected from ABI checkBrad King2020-11-061-0/+5
| | | | Document the module as deprecated in favor of the ABI check results.
* Merge topic 'clang-tidy-for-objc'Brad King2020-11-061-0/+5
|\ | | | | | | | | | | | | 1134064e22 clang-tidy: allow OBJC and OBJCXX Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5467
| * clang-tidy: allow OBJC and OBJCXXAndrew Fuller2020-11-051-0/+5
| |
* | Merge topic 'cpack-nuget'Brad King2020-11-061-0/+31
|\ \ | | | | | | | | | | | | | | | | | | 41ae7c4e51 CPack/NuGet: Add settings for the license, icon, and language Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5415
| * | CPack/NuGet: Add settings for the license, icon, and languageBob Apthorpe2020-11-051-0/+31
| | | | | | | | | | | | | | | | | | Also update the XML Schema. Fixes: #21348
* | | Merge topic 'abi-byte-order'Craig Scott2020-11-051-0/+5
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | f511a1c009 CMakeDetermineCompilerABI: Detect byte order as part of check 606b34b3a6 CMakeDetermineCompilerABI: Look for more INFO strings in test binary Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Juan Ramos <juan.ramos@amd.com> Acked-by: John Palmer <juanr0911@gmail.com> Merge-request: !5460
| * | CMakeDetermineCompilerABI: Detect byte order as part of checkBrad King2020-11-041-0/+5
| | | | | | | | | | | | | | | | | | | | | We already detect `sizeof(void*)`. Detect the byte order as part of the same check. Issue: #21392
* | | Help: Move cmake_path release note from 3.19 to post-3.19 developmentBrad King2020-11-042-3/+5
| | | | | | | | | | | | | | | The feature has been removed from the 3.19 branch, but has been kept in post-3.19 development. Move the release note accordingly.
* | | FindPython: Adds control over artifact names to searchMarc Chevrier2020-11-031-0/+6
|/ / | | | | | | Fixes: #21371
* | Merge topic 'fix-cuda-qnx'Brad King2020-11-031-0/+2
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | 0832516bec Help: Add 3.19 release note about CUDA support on QNX bcdd486bf7 CUDA: Enable support on QNX Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Raul Tambre <raul@tambre.ee> Merge-request: !5446
| * | Help: Add 3.19 release note about CUDA support on QNXBrad King2020-11-021-0/+2
| | |
* | | Merge topic 'cmake-20866'Brad King2020-10-271-0/+6
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 03ad0e61c1 configure_file: Add option for user defined permissions Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5320
| * | | configure_file: Add option for user defined permissionsAsit Dhal2020-10-241-0/+6
| | |/ | |/| | | | | | | | | | | | | | | | User defined permissions and options to copy permissions are implemented. Fixes: #20866
* | | Merge topic 'issue-21034'Brad King2020-10-271-0/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 1a3d125de8 target_sources: Support custom targets Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5421
| * | | target_sources: Support custom targetsAsit Dhal2020-10-241-0/+4
| |/ / | | | | | | | | | Fixes: #21034
* | | Merge topic 'ExternalData-suppress-progress'Brad King2020-10-261-0/+6
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | ae7c81c622 ExternalData: add support for suppressing progress during the build Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5413
| * | | ExternalData: add support for suppressing progress during the buildBen Boeckel2020-10-231-0/+6
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | During CI builds (at least), download progress is just noise. Allow it to be suppressed. Default to `OFF` for Ninja due to the tool's behavior of not showing output until a command is complete (which makes any progress reporting of little use) and `ON` otherwise.
* | | Merge topic 'docs-cleanup-3.19'Craig Scott2020-10-261-26/+34
|\ \ \ | |/ / |/| / | |/ | | | | | | 95c14579f2 Help: Cleanup typos and grammar for the 3.19 release Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5419
| * Help: Cleanup typos and grammar for the 3.19 releaseCraig Scott2020-10-241-26/+34
| |
* | Merge topic 'nsis-utf-8-bom'Brad King2020-10-201-0/+6
|\ \ | | | | | | | | | | | | | | | | | | c92b96234a CPack/NSIS: Template file in UTF-8 BOM to support Unicode Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5392
| * | CPack/NSIS: Template file in UTF-8 BOM to support UnicodeJohnny Jazeix2020-10-191-0/+6
| | | | | | | | | | | | Fixes: #21318
* | | Merge topic 'doc-CMP0111'Brad King2020-10-191-1/+1
|\ \ \ | |/ / |/| / | |/ | | | | | | | | 5c3a91c808 CMP0111: Clarify that the new error is on a missing property setting Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Alex Reinking <alex_reinking@berkeley.edu> Merge-request: !5385
| * CMP0111: Clarify that the new error is on a missing property settingBrad King2020-10-161-1/+1
| | | | | | | | The previous wording could be confused with the file missing on disk.
* | server: remove deprecated 'cmake -E server' modeBrad King2020-10-141-0/+5
| | | | | | | | | | | | The server mode has been deprecated since commit 996e1885c4 (server: deprecate in favor of the file-api, 2019-04-19, v3.15.0-rc1~198^2). Clients should now be using the file-api. Remove the server mode.
* | Merge topic 'ninja-depfile-transformation'Brad King2020-10-141-0/+5
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | 146e1e6ba1 Ninja: Transform DEPFILEs with policy CMP0116 596439b1bb cmCustomCommandGenerator: Add option to transform depfile b2c14bc774 cmake -E: Add cmake_transform_depfile internal command 946adadd40 cmGccDepfileReader: Rework helper code Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5325
| * | Ninja: Transform DEPFILEs with policy CMP0116Kyle Edwards2020-10-131-0/+5
| | | | | | | | | | | | Fixes: #21267
* | | Merge topic 'FindIntl_use_imported_targets'Brad King2020-10-141-0/+4
|\ \ \ | |/ / |/| | | | | | | | | | | | | | c30d06b7e6 FindIntl: Add imported target Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5333
| * | FindIntl: Add imported targetSibi Siddharthan2020-10-131-0/+4
| | | | | | | | | | | | | | | Fixes: #21271 Signed-off-by: Sibi Siddharthan <sibisiddharthan.github@gmail.com>
* | | Merge topic 'explicit-source-extensions'Kyle Edwards2020-10-131-0/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | fd50a75fa0 CMP0115: Require source file extensions to be explicit Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !5346
| * | | CMP0115: Require source file extensions to be explicitKyle Edwards2020-10-131-0/+5
| |/ /
* | | Merge topic 'FindPython-Apple-python3'Brad King2020-10-131-0/+4
|\ \ \ | |/ / |/| / | |/ | | | | | | 5772ca0a53 FindPython: Ensure Apple Xcode python 3 is usable Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5356
| * FindPython: Ensure Apple Xcode python 3 is usableMarc Chevrier2020-10-121-0/+4
| | | | | | | | | | | | | | The python 3 distributed as part of Xcode requires the specification of a 'rpath' pointing at frameowrks root for a correct execution. Fixes: #21293
* | Begin post-3.19 developmentBrad King2020-10-082-0/+9
|/
* Help: Drop development topic notes to prepare releaseBrad King2020-10-082-9/+0
| | | | | Release versions do not have the development topic section of the CMake Release Notes index page.
* Help: Organize and revise 3.19 release notesBrad King2020-10-081-183/+217
| | | | | Add section headers similar to the 3.18 release notes and move each individual bullet into an appropriate section. Revise a few bullets.
* Help: Consolidate 3.19 release notesBrad King2020-10-0866-407/+288
| | | | | Run the `Utilities/Release/consolidate-relnotes.bash` script to move notes from `Help/release/dev/*` into `Help/release/3.19.rst`.
* CUDA: CheckLinkerFlag now supports CUDARobert Maynard2020-10-081-0/+3
|
* CUDA: Add Support to SourceCompiles|Runs and CheckCompilerFlagsRobert Maynard2020-10-081-0/+11
|
* Merge topic 'add_ispc_to_check_helpers'Brad King2020-10-071-0/+8
|\ | | | | | | | | | | | | e17e2c6a51 ISPC: CheckCompilerFlags and CheckSourceCompiles support ISPC Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5337
| * ISPC: CheckCompilerFlags and CheckSourceCompiles support ISPCRobert Maynard2020-10-061-0/+8
| |
* | Help: Add IDE integration guideKyle Edwards2020-10-061-0/+4
| |
* | Help: Add presets documentation and release notesKyle Edwards2020-10-051-0/+5
|/
* CMakeDetermineCompilerABI: Handle NVCC-style -Werror flagsRaul Tambre2020-10-041-0/+4
| | | | | | NVCC doesn't require an equals sign for its -Werror flags. Fixes #21265.
* Merge topic 'UseSWIG-output-source-file-properties'Brad King2020-10-021-0/+5
|\ | | | | | | | | | | | | 4a81a0ce3d UseSWIG: Add OUTPUT_DIR and OUTFILE_DIR source file properties Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5303
| * UseSWIG: Add OUTPUT_DIR and OUTFILE_DIR source file propertiesMarc Chevrier2020-09-301-0/+5
| | | | | | | | | | | | | | These properties enable to manage output directories on per source file basis. Fixes: #21250
* | Merge topic 'execute_process-fatal-error'Brad King2020-10-021-0/+5
|\ \ | | | | | | | | | | | | | | | | | | 116a427eb1 execute_process: add options for fatal errors on subprocess failure Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5243
| * | execute_process: add options for fatal errors on subprocess failureAsit Dhal2020-10-011-0/+5
| |/ | | | | | | Fixes: #19930
* | Merge topic 'FindSWIG-version-range'Craig Scott2020-10-021-0/+4
|\ \ | | | | | | | | | | | | | | | | | | 1d300ee2a9 FindSWIG: Add version range support Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5306
| * | FindSWIG: Add version range supportMarc Chevrier2020-10-011-0/+4
| |/
* | Merge topic 'genexpr-for-mfc-flag'Brad King2020-10-011-0/+4
|\ \ | | | | | | | | | | | | | | | | | | c1f1eaf7a4 VS: Teach CMAKE_MFC_FLAG to support generator expressions Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5283