- 05 Oct, 2017 12 commits
-
-
Brad King authored
Release versions do not have the development topic section of the CMake Release Notes index page.
-
0565192a Help: Organize and revise 3.10 release notes dd5835c0 Help: Consolidate 3.10 release notes Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1353
-
d210b281 Xcode: Adjust tests to drop of 32bit iOS architectures Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1347
-
Brad King authored
Add section headers similar to the 3.9 release notes and move each individual bullet into an appropriate section. Revise a few bullets.
-
Gregor Jasny authored
-
Brad King authored
Run the `Utilities/Release/consolidate-relnotes.bash` script to move notes from `Help/release/dev/*` into `Help/release/3.10.rst`.
-
7914fb82 CUDA: Fix default selection of host compiler used to drive linking Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1341
-
8b09c20c FindCUDA: Fix CMP0007 warning in run_nvcc.cmake Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1340
-
e55d69cf Tests: Remove ancient workaround in LoadCommand tests Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1342
-
f156b2fb FindMatlab: Add support for MATLAB 2017b Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Raffi Enficiaud <raffi.enficiaud@free.fr> Merge-request: !1343
-
31206157 FindOpenMP: Fix version if OpenMP doesn't work Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1344
-
Kitware Robot authored
-
- 04 Oct, 2017 13 commits
-
-
Christian Pfeiffer authored
-
Brad King authored
When no explicit `CMAKE_CUDA_HOST_COMPILER` is specified by the user then we do not pass `-ccbin` to `nvcc`. In this case, nvcc's link line we extract during the compiler identification step may not have the absolute path to the host compiler it uses to drive linking. If it is not absolute, use the `PATH=` from nvcc's output to search for it since that is the one `nvcc` would use. This fixes our internal `CMAKE_CUDA_HOST_LINK_LAUNCHER` value used to construct link lines when using `CUDA` as the linker language. It needs to match the host compiler `nvcc` uses internally during compilation. Fixes: #17323
-
Jamie Snape authored
-
574d6943 clang-format.bash: minor fixes to support MacOS Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1339
-
Brad King authored
-
Brad King authored
-
Set `CMP0007` to `NEW` for the entire script. The script comes with CMake and is aware of the policy's behavior, so set the policy to ensure that its warnings do not show up during the build phase. Fixes: #16579
-
Brad King authored
-
58d9297e Tests: Fix RunCMake.Framework ios arch for Xcode 9 b8dd7a70 Tests: Fix RunCMake.Framework expected output on macOS 10.13 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1338
-
0b419b99 VS: Do not emit empty linker Version tag Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1332
-
1bdb8cd2 IAR: Detect compiler platform version b96ca728 Add infrastructure to detect secondary compiler version information f952f16d Help: Fix placement of one variable in cmake-variables manual Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1324
-
303cd703 VS,Xcode: Fix TARGET_PROPERTY genex in source COMPILE_FLAGS property Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Nikita Nemkin <nikita@nemkin.ru> Merge-request: !1336
-
Kitware Robot authored
-
- 03 Oct, 2017 9 commits
-
-
Matthias Männich authored
- sed on Mac does not support embedded sed statements, hence eliminating the non-matches via grep - xargs on Mac does not support -d, but does support -0, hence replacing
-
Brad King authored
Xcode 9 comes with the iPhoneOS 11.0 SDK that does not support the `armv7` architecture. For this SDK version and newer, use `arm64`.
-
Brad King authored
The archiver output in the case of universal binaries has changed slightly. Update our expected output to match. While at it, drop unnecessary leading and trailing `.*`.
-
This empty element does nothing, so simply remove it to simplify generated `.vcxproj` files.
-
1299f4cc FindProtobuf: add flag to allow descriptor files to be generated 4e91be95 FindProtobuf: Refactor custom command output listing Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1301
-
`__IAR_SYSTEMS_ICC__` provides additional version information that we need to determine correct usage of the compiler. Extract and store it as `CMAKE_<LANG>_COMPILER_VERSION_INTERNAL`. Issue: #17264
-
Brad King authored
Create a `CMAKE_<LANG>_COMPILER_VERSION_INTERNAL` variable to hold a secondary/internal compiler version number detected at the same time as the primary compiler version. This will be useful for some compilers where we need such a number to determine correct usage. Inspired-by:
Stefan Andersson <tfosm@hotmail.com> Suggested-by:
Norbert Lange <norbert.lange@andritz.com> Issue: #17264
-
Brad King authored
This already worked in other generators. Also add a test case. Fixes: #17314
-
Kitware Robot authored
-
- 02 Oct, 2017 6 commits
-
-
Brad King authored
The `CMAKE_<LANG>_COMPILER_PREDEFINES_COMMAND` variable was recently added slightly in the wrong place for the sorted ordering.
-
23ad08dd Migrate cmFilePathChecksum to C++11 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1334
-
39b50975 CPack: Fix .dmg HFS+ creation on macOS APFS hosts Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1335
-
Brad King authored
When running `hdiutil create`, specify the HFS+ filesystem explicitly. Otherwise `hdiutil` may choose a filesystem based on the host. We do not want to create APFS images for `.dmg` packages because they may not mount on macOS versions prior to 10.12.
-
- The .desc files will be in the same folder as the generated .cc and .h files. - Paths to generate .desc files are stored in a variable passed in - This is only implemented for C++ - Remove legacy ARGS - Add test that generates and uses C++ protobuf message - Add test that checks that the generated .desc file can be instantiated with DynamicMessageFactory - Add Help rst for new feature
-
Brad King authored
Reduce duplication by storing the custom command outputs in variables. Also, since custom command outputs are automatically marked as generated we do not need to do so explicitly.
-