- Jan 13, 2021
-
- Jan 12, 2021
-
-
e6e7f2ca cmMakefile: Don't expand bracket arguments in --trace-expand Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5687
-
e20560a2 cmake-gui: Restore linking of Qt resources Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5691
-
- Jan 11, 2021
-
-
Refactoring in commit 41e223de (CMake GUI: Split up into libraries, add test shim, 2020-09-14, v3.19.0-rc1~116^2~2) broke linking of Qt resources, such as the Add/Remove Entry button icons. Fixes: #21682
-
Raul Tambre authored
Bracket arguments are literal and shouldn't be expanded. Fixes #21671.
-
- Jan 08, 2021
-
-
6410425e ci: build separate macOS packages for macOS 10.13+ and macOS 10.10+ bbec5a03 Utilities/Release: Add script to build Qt 5.15.2 macOS universal binaries 97e238f6 Utilities/Release: Fix macOS Qt 5.9 build script umask 2c5f30b4 cmake-gui: Fix macOS styling for binaries distributed with Qt 5.10+ 3679b74a gitlab-ci: update upload jobs to go to cmake.org Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5672
-
b8b6573d Xcode: Use deterministic object ids for script build phases 2892228d cmGlobalXCodeGenerator: Add infrastructure for deterministic object ids d250b677 cmGlobalXCodeGenerator: Adopt pbxproj object id generation Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5671
-
- Jan 07, 2021
-
-
Brad King authored
In order to support modern macOS features like Dark Mode, we need to use Qt 5.15, which requires macOS 10.13. However, we still want to support macOS 10.10 as well, for which we need to use Qt 5.9. Build separate macOS packages for these use cases. Fixes: #21606 Issue: #20825
-
Brad King authored
These may be used to build a CMake universal binary for macOS that supports both architectures on Apple Silicon and is compatible with OS X 10.13.
-
Brad King authored
Produce a tarball with world-readable permissions.
-
Brad King authored
According to https://bugreports.qt.io/browse/QTBUG-59428, Qt 5.10 and above moved macOS style handling into a separate `qmacstyle` plugin. Install the plugin in our `CMake.app` package on macOS. Issue: #21606
-
Brad King authored
Upload binaries to `cmake.org` through its own name rather than through the `public.kitware.com` alias.
-
- Jan 06, 2021
-
-
Brad King authored
The Xcode "new build system" only considers a script build phase up to date if it has run before, even if outputs are newer than inputs. Use a deterministic object id for script build phases associated with custom commands so that they do not need to re-run after CMake re-generates the project. Fixes: #21669
-
Brad King authored
-
Brad King authored
-
5267ba9d FindHDF5: Fix finding both debug and release libs Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5653
-
7b4a50d6 gitlab-ci: update macOS jobs to use Xcode 12.3 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5670
-
Brad King authored
-
- Jan 05, 2021
-
-
a5b223aa FindMPI: remove single quotes from include path Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5654
-
- Jan 04, 2021
-
-
Use `target_link_libraries` to set `INTERFACE_LINK_LIBRARIES` so that the `debug` and `optimized` keywords work. In commit a8e0a6b3 (FindHDF5: Port changes from VTK, 2020-06-10, v3.19.0-rc1~312^2~1) we added use of `HDF5_LIBRARIES`, but the value may contain `debug` and `optimized` keywords. Fixes: #21637
-
Intel OneAPI's MPI wraps include paths into single quotes, remove them when sanitizing _MPI_INCLUDE_PATH Fixes: #21634
-
- Dec 23, 2020
-
-
2c1127a7 Help: Add 3.19.3 release note for Linux aarch64 binary 76742c4c gitlab-ci: add jobs to make Linux release packages for aarch64 on 3.19 branch e14fb01c Utilities/Release: Add docker specs for Linux aarch64 binaries 595551a8 gitlab-ci: consolidate Linux release package job spec for x86_64 Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Bruno Verachten <gounthar@gmail.com> Merge-request: !5538
-
- Dec 22, 2020
-
-
51595e5f FetchContent: Relative SOURCE_DIR override cannot be a hard error Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5641
-
Brad King authored
-
Brad King authored
-
3af06710 Tests: Fix ConfigSources test with empty CMAKE_BUILD_TYPE Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5643
-
- Dec 21, 2020
-
-
Brad King authored
The test requires a non-empty `CMAKE_BUILD_TYPE` to function on single-config generators. Force a non-empty configuration if the test is configured explicitly with empty `-DCMAKE_BUILD_TYPE=`.
-
Craig Scott authored
Fixes: #21624
-
92021198 cmSystemTools: Revert use of MOVEFILE_WRITE_THROUGH by RenameFile on Windows Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5628
-
2d84b9d1 Help: Fix Sphinx not recognising list in XCODE_LINK_BUILD_PHASE_MODE Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5634
-
- Dec 20, 2020
-
-
Craig Scott authored
-
- Dec 17, 2020
-
- Dec 16, 2020
-
-
854f5ea1 cmake-gui: Restore completion during path editing Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5619
- Dec 15, 2020
-
-
Brad King authored
Revert commit 0fc18188 (QCMakeWidgets: replace QDirModel, 2020-06-15, v3.19.0-rc1~696^2). `QFileSystemModel` is not a drop-in replacement for `QDirModel`. Additional changes are needed to make it work fully. Revert the change and suppress the `QDirModel` deprecation warning pending further investigation. Fixes: #21589
-
c9a50f35 ISPC: Generated Headers suffix configurable with a better default Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5597
-
18ee6d7e llvm-rc: Add CMAKE_VFS_OVERLAY to the preprocessing flags Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5604
-
1144d250 Merge branch 'backport-ninja-no-cleandead' into ninja-no-cleandead 73a961ea Ninja: Remove cleandead on regeneration Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5614
-