- Jul 22, 2020
-
-
See https://github.com/codespell-project/codespell#readme The following command was used: ``` codespell -q6 --skip="\ .git,\ *.json,\ ./Copyright.txt,\ ./Help/command/foreach.rst,\ ./Help/prop_test/REQUIRED_FILES.rst,\ ./Help/variable/CTEST_COVERAGE_COMMAND.rst,\ ./Modules/CMakeCheckCompilerFlagCommonPatterns.cmake,\ ./Modules/CMakeRCInformation.cmake,\ ./Modules/Internal/CPack/NSIS.template.in,\ ./Modules/FindMatlab.cmake,\ ./Modules/MatlabTestsRedirect.cmake,\ ./Modules/Platform/Windows-Clang.cmake,\ ./Modules/Platform/Windows-Intel-Fortran.cmake,\ ./Modules/Platform/Windows-MSVC.cmake,\ ./Source/CMakeVersion.cmake,\ ./Source/cmConvertMSBuildXMLToJSON.py,\ ./Source/cmCreateTestSourceList.cxx,\ ./Source/cmGlobalVisualStudio10Generator.cxx,\ ./Source/cmExportBuildFileGenerator.cxx,\ ./Source/cmExportInstallAndroidMKGenerator.cxx,\ ./Source/cmExportInstallFileGenerator.cxx,\ ./Source/cmExportSet.cxx,\ ./Source/cmExportTryCompileFileGenerator.cxx,\ ./Source/cmFindPackageCommand.cxx,\ ./Source/cmInstallCommand.cxx,\ ./Source/cmGeneratorExpressionLexer.cxx,\ ./Source/cmLocalVisualStudio7Generator.cxx,\ ./Source/cmOrderDirectories.cxx,\ ./Source/cmTarget.cxx,\ ./Source/kwsys/*,\ ./Source/QtDialog/CMakeSetupDialog.ui,\ ./Source/CPack/WiX/cmWIXRichTextFormatWriter.cxx,\ ./Source/CTest/cmParseCoberturaCoverage.h,\ ./Tests/CMakeTests/ImplicitLinkInfoTest.cmake.in,\ ./Tests/RunCMake/CPack/tests/DMG_SLA/English.license.rtf,\ ./Tests/RunCMake/CPack/tests/DMG_SLA/German.license.txt,\ ./Tests/RunCMake/CPack/tests/DMG_SLA/German.menu.txt,\ ./Tests/RunCMake/GoogleTest/xml_output.cpp,\ ./Tests/RunCMake/Make/TargetMessages*,\ ./Utilities/*,\ " \ -L "\ dependees,\ endwhile,\ fo,\ filetest,\ helpfull,\ nd,\ objext,\ stoll,\ supercedes,\ superceded,\ vas,\ varn,\ " ```
-
- Jul 21, 2020
-
-
d103e340 Documentation: Add missing links to `DEBUG_POSTFIX` target property Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5037
-
Betsy McPhail authored
Add links to the `<CONFIG>_POSTFIX` target property when it is referenced in the `DEBUG_POSTFIX` documentation.
-
8a80b8fb Tutorial: Clarify Steps 1, 2 and 3 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5029
-
259356f3 STL Support: cm::filesystem::path: add support of Cygwin Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5032
-
-
906ebe91 Merge branch 'backport-ghs-crash' into ghs-crash 5da2c711 GHS: Fix crash when GHS_NO_SOURCE_GROUP_FILE property is not defined Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5033
-
5da2c711 GHS: Fix crash when GHS_NO_SOURCE_GROUP_FILE property is not defined Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5033
-
-
64bc82bb bootstrap: Add options to control use of system nghttp2 Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Christoph Grüninger <foss@grueninger.de> Merge-request: !5031
-
64bc82bb bootstrap: Add options to control use of system nghttp2 Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Christoph Grüninger <foss@grueninger.de> Merge-request: !5031
-
eea0337c centos5: Fix FTBFS with strdup Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5026
-
-
eea0337c centos5: Fix FTBFS with strdup Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5026
-
26673bf4 Xcode: Explicitly specify default native architecture on macOS ce624cfb cmGlobalXCodeGenerator: Save CMAKE_SYSTEM_NAME in member Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5023
-
-
26673bf4 Xcode: Explicitly specify default native architecture on macOS ce624cfb cmGlobalXCodeGenerator: Save CMAKE_SYSTEM_NAME in member Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5023
-
Kitware Robot authored
-
- Jul 20, 2020
-
-
Brad King authored
-
Marc Chevrier authored
-
Brad King authored
When `CMAKE_OSX_ARCHITECTURES` is not specified, we add the Xcode setting `ONLY_ACTIVE_ARCH = YES` with the intention of targeting the native architecture of the host. However, the default `ARCHS` value chosen by "Xcode 12 Universal Apps" includes multiple architectures. Add an explicit `ARCHS` setting with value `$(NATIVE_ARCH_ACTUAL)` to tell Xcode to use the host's native architecture only. Fixes: #20893
-
447ecbb6 Apple: also specify sysroot for linking 16692f49 Apple: suppress Xcode 12 ranlib warning Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5028
-
-
14a57124 Swift: Fix regression in linking to interface libraries Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5027
-
14a57124 Swift: Fix regression in linking to interface libraries Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5027
-
Julien Schueller authored
Since commit f034b0f6 (CMake compilation: do not use compiler extensions, 2020-03-14, v3.18.0-rc1~494^2) we need to explicitly enable availability of `strdup`. Fixes: #20971
-
Kitware Robot authored
-
- Jul 19, 2020
-
-
Kitware Robot authored
-
- Jul 18, 2020
-
-
Kitware Robot authored
-
- Jul 17, 2020
-
-
Betsy McPhail authored
-
Gregor Jasny authored
Otherwise the compiler/linker will default to the wrong C++ runtime library.
-
Gregor Jasny authored
The Xcode 12 (Beta) toolchain for arm64 emits a warning when static libraries are created: ``` ranlib: archive member: libStaticLib.a(a.c.o) offset in archive not a multiple of 8 (must be since member is an 64-bit object file) ``` Due to the unexpected output multiple tests are broken. To make those tests pass we filter the problematic output in the test driver. See: https://developer.apple.com/forums/thread/652620
-
fa7157b8 FindX11: Add Xaw libraries Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5024
-
d3a64c4e Xcode: Explicitly turn off signing in try_compile projects Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5022
-
Brad King authored
-
-
99ed39b0 Ninja Multi-Config: Make link response files per-config Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5020
-
99ed39b0 Ninja Multi-Config: Make link response files per-config Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5020
-