- Oct 02, 2020
-
-
Kyle Edwards authored
62d7acc6 added arguments to Flex when regenerating cmCommandArgumentLexer, but this was not reflected in Utilities/Scripts/regenerate-lexers.bash. Update the script with the proper arguments.
-
4a81a0ce UseSWIG: Add OUTPUT_DIR and OUTFILE_DIR source file properties Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5303
-
116a427e execute_process: add options for fatal errors on subprocess failure Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5243
-
050720f3 CTest: add compute-sanitizer alias for cuda-memcheck Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5305
-
5537ccd8 FindPython: Tests optimizations Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5307
-
e614528a cmListFileCache: Make cmListFileFunction a shared pointer Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5228
-
1d300ee2 FindSWIG: Add version range support Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5306
-
Kitware Robot authored
-
- Oct 01, 2020
-
-
a58e3c7e ci: Skip the Module.ExternalData test on Windows Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5311
-
Brad King authored
This test spuriously fails too frequently and breaks our pipelines. Pending further investigation into the race causing the failure, skip the test on Windows for now. The module is well covered by the test on other platforms anyway.
-
22b3a1ab ci: support a max parallelism for test-ext jobs Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5310
-
7074b4c0 Help/dev: Add maintainer guide steps for CI packaging pipeline updates Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5309
-
Brad King authored
-
Marc Chevrier authored
* Use 'project(... LANGUAGES NONE)' when possible * enhance error messages wording
-
1853201b gitlab-ci: hide modern whitespace attribute usage from old Git versions bd83c9f0 gitlab-ci: add jobs to make Linux release packages 46b1fc23 gitlab-ci: rename package-pipeline jobs to end in "-package" Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5286
-
b6c60f14 macOS: Default to arm64 architecture on Apple Silicon hosts 383e81aa Tests: Teach RunCMake to ignore Xcode internal objc warnings 8f759121 Tests: Enable Assembler test case when CMAKE_OSX_ARCHITECTURES has one value Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5291
-
0fe2ee3d CMake GUI: Add "CMake Reference Manual" help item 391ff1ec Refactor: Modernize cmSystemTools::FindCMakeResources() Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5302
-
c1f1eaf7 VS: Teach CMAKE_MFC_FLAG to support generator expressions Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5283
-
7bda9a7f VS: Make ImportLibary generation optional Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5282
-
2ff16930 find_package: avoid showing files as directories when searching config files Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5301
-
5c3a93ab Intel: Add Intel Clang compiler identification Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5300
-
e4b70492 FindPython: Add version range support Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5265
-
The old Git doesn't understand our new `eol=` attribute usage, so make it not care about the difference.
-
These reuse the doc artifacts as the macOS package does.
-
Oleksandr Koval authored
Passing cmListFileFunction everywhere by-value involves big overhead. Now cmListFileFunction stores std::shared_ptr to the underlying data.
-
Brad King authored
-
4e08ce72 gitlab-ci: add sphinx job to continuous build ff72dbfb gitlab-ci: configure rules to enable continuous builds of staged MRs a7afd8d3 gitlab-ci: use separate rules for dependent jobs Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !5304
-
Marc Chevrier authored
-
Tobias Ribizel authored
-
Kitware Robot authored
-
- Sep 30, 2020
-
-
Kyle Edwards authored
And switch the ordering of "Help" and "About".
-
Kyle Edwards authored
Use cmStrCat(), cmStrLen(), and cmHasLiteralSuffix().
-
Brad King authored
-
Brad King authored
Configure rules to allow jobs for continuous builds to be enabled on a project that configures a specific branch this purpose.
-
Brad King authored
-
Marc Chevrier authored
These properties enable to manage output directories on per source file basis. Fixes: #21250
-
-
Fixes: #21180
-