- 04 Oct, 2017 7 commits
-
-
Brad King authored
-
Brad King authored
-
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
-
Brad King authored
0b419b99 VS: Do not emit empty linker Version tag Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1332
-
Brad King authored
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
-
Brad King authored
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 8 commits
-
-
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 `.*`.
-
Vitaly Stakhovsky authored
This empty element does nothing, so simply remove it to simplify generated `.vcxproj` files.
-
Brad King authored
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
-
Stefan Andersson authored
`__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 12 commits
-
-
Brad King authored
The `CMAKE_<LANG>_COMPILER_PREDEFINES_COMMAND` variable was recently added slightly in the wrong place for the sorted ordering.
-
Brad King authored
23ad08dd Migrate cmFilePathChecksum to C++11 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1334
-
Brad King authored
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.
-
Peter Mitrano authored
- 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.
-
Brad King authored
ec30129b CPack: put local variable on the stack Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1331
-
Brad King authored
6bbc1e77 Autogen: Add release notes for (CMAKE_)AUTOMOC_COMPILER_PREDEFINES 75c98b5e Autogen: Doc: Add documentation for (CMAKE_)AUTOMOC_COMPILER_PREDEFINES 1d7f099d Autogen: Add (CMAKE_)AUTOMOC_COMPILER_PREDEFINES Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1328
-
Brad King authored
c044b9ae FindBoost: Improve messages when a Boost CMake package is found Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1330
-
Brad King authored
90f1b9ad Merge branch 'upstream-KWSys' into update-kwsys 4532b035 KWSys 2017-09-30 (f108739d) Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1333
-
Brad King authored
aa640cc2 Tests: Fix CudaOnly.WithDefs test on CUDA 9 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1329
-
Kitware Robot authored
-
- 01 Oct, 2017 2 commits
-
-
Sebastian Holtermann authored
-
Kitware Robot authored
-
- 30 Sep, 2017 3 commits
-
-
Brad King authored
* upstream-KWSys: KWSys 2017-09-30 (f108739d)
-
Kitware Robot authored
Code extracted from: https://gitlab.kitware.com/utils/kwsys.git at commit f108739dd90f06787a955212cf475bbbb111252d (master). Upstream Shortlog ----------------- Brad King (1): 41c93d97 Remove unnecessary testIOS Rolf Eike Beer (2): caaef6bb testSystemTools: avoid strcpy() a5046656 SystemTool: remove unused Convert*MacroString()
-
Kitware Robot authored
-
- 29 Sep, 2017 8 commits
-
-
Rolf Eike Beer authored
-
Brad King authored
Add a test for this case to verify the messages. This test will also be valuable to cover this code path in which we've had several regressions recently.
-
Brad King authored
CUDA 9 dropped support for `compute_20`, so use a different alternative.
-
Sebastian Holtermann authored
-
Brad King authored
fe37b994 CUDA: Add support for requesting C++98 under CUDA 9 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1315
-
Sebastian Holtermann authored
Also adds the documentation for CMAKE_<LANG>_COMPILER_PREDEFINES_COMMAND. Closes #17275
-
Sebastian Holtermann authored
-
Brad King authored
f8cb9944 Find native build tool after determining the target system Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1317
-