- Apr 09, 2019
-
-
Craig Scott authored
-
b8cb6345 Modules/CTest: Fix SubmitURL Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3206
-
Craig Scott authored
Merge-request: !3206
-
Problem appeared in d6475daa (Modules/CTest: Set SubmitURL, 2018-12-08). Fixes: #19099
-
cb33befe Modules: Update documentation formatting 0e4fbb4a Help: Improve formatting of Help documentation Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !3199
-
b783e625 cmExecuteProcessCommand: Port to cmArgumentParser 9bddb03f cmParseArgumentsCommand: Port to cmArgumentParser 45edf1ad Retire cmCommandArgumentsHelper f5acecaa cmExportCommand: Port to cmArgumentParser e6b6bb06 cmInstallCommand: Port to cmArgumentParser 4336a29e cmFileCommand: Port to cmArgumentParser 4359fe13 Introduce cmArgumentParser Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Leonid Pospelov <pospelovlm@yandex.ru> Merge-request: !3137
-
Brad King authored
-
18962f8f Utilities/Release: Link statically to QWindowsVistaStyle plugin a53c3f03 Merge branch 'backport-cmake-gui-windows-theme' fce03306 cmake-gui: Fix theme on Windows with Qt >= 5.10 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3205
-
442f4c49 Merge branch 'backport-implicit-includes-relative' ef41d498 Fix implicit include directory extraction for adaptive relative paths 6bc6fc2a Tests: Teach RunCMake.ParseImplicitIncludeInfo to match output by regex 82948805 Tests: Clarify hand-written cases in RunCMake.ParseImplicitIncludeInfo Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3204
-
698f51ab Genex: Add $<FILTER:list,INCLUDE|EXCLUDE,regex> Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3188
-
Kitware Robot authored
-
- Apr 08, 2019
-
-
Sebastian Lipponer authored
-
32d7b0cc Help: Move entry to correct section in cmake-generator-expressions(7) manual 68b307ca Help: Add missing release notes for genex $<REMOVE_DUPLICATES:list> Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3200
-
Brad King authored
Merge-request: !3205
-
We now build with Qt 5.12. This plugin is needed with Qt >= 5.10. Fixes: #19147 Suggested-by: mistersandman on gitlab.kitware.com
-
Brad King authored
-
In Qt 5.10 the theme support moved to a separate QWindowsVistaStyle plugin. Issue: #19147
-
Sebastian Lipponer authored
The generator expression $<REMOVE_DUPLICATES:list> is string-valued, not boolean-valued.
-
Sebastian Lipponer authored
-
Brad King authored
Merge-request: !3204
-
Brad King authored
-
Brad King authored
In some cases GCC reports *relative* implicit include directories. They are computed adaptively with respect to the current working directory such that the effective implicit include directory is an unchanging absolute path. Teach our implicit include directory extraction to recognize such paths and normalize them. Fixes: #19133
-
Brad King authored
-
Brad King authored
-
Bartosz Kosiorek authored
-
Bartosz Kosiorek authored
-
7b98a6eb Autogen: Rename cmQtAutoGeneratorRcc to cmQtAutoRcc 9710d4aa Autogen: Move libuv loop from cmQtAutoGenerator to cmQtAutoGeneratorMocUic 95e72c01 Autogen: Make cmQtAutoGenerator::FileSystem Logger free f161cfe5 Autogen: Move Logger and FileSystem member variables to generator classes 7baec5e9 AutoRcc: Don't use cmQtAutoGenerator::FileSystem methods 191269d2 AutoRcc: Remove libuv event loop from cmQtAutoGeneratorRcc 95de172b AutoRcc: Make rcc parsing function private 521475b4 AutoRcc: Use cmQtAutoGen::RccLister in initializer and generator ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3202
-
1889ed92 Genex: Add capability to retrieve base name for various target artifacts 26b6d2af Refactor struct TargetFileSystemArtifact Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3190
-
This new capability is required to solve efficiently issue #18771
-
Creates base class TargetArtifactBase which enable to share code with future new functionalities.
-
a1e6b414 GHS: Update GHS_BSP_NAME processing 266dadf8 GHS: Print status message regarding GHS_OS_DIR Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3123
-
c1d1027a Enabled performance-inefficient-vector-operation check in clang-tidy Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3185
-
0090907e tidy: Fix modernize-raw-string-literal in FreeBSD CPack generator Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3198
-
Kitware Robot authored
-
- Apr 07, 2019
-
-
Kitware Robot authored
-
- Apr 06, 2019
-
-
Sebastian Holtermann authored
The class name `cmQtAutoGeneratorRcc` is long and cumbersome. This shortens it to `cmQtAutoRcc`.
-
Sebastian Holtermann authored
`cmQtAutoGenerator` automatically started a libuv loop in the constructor. The loop is needed in `cmQtAutoGeneratorMocUic`, but not in `cmQtAutoGeneratorRcc` (anymore). To avoid starting the loop in `cmQtAutoGeneratorRcc`, this patch moves the loop variables and startup code from `cmQtAutoGenerator` to `cmQtAutoGeneratorMocUic`.
-
Sebastian Holtermann authored
`cmQtAutoGenerator::FileSystem` used to have a reference to a `cmQtAutoGenerator::Logger` instances. This was used for utility methods that automatically generated an error message on demand. Unfortunately this resulted in double error messages in some places. To fix these and with the additional purpose of removing the dependency of `cmQtAutoGenerator::FileSystem` to `cmQtAutoGenerator::Logger`, this patch removes the `Logger` reference in `cmQtAutoGenerator::FileSystem`. In the process some silent error conditions gained error messages and some existing error messages were extended.
-
Sebastian Holtermann authored
`cmQtAutoGenerator` automatically added `cmQtAutoGenerator::Logger` and `cmQtAutoGenerator::FileSystem` member variables to all inherited classes. This patch moves these members variable declarations to the inherited classes, where needed.
-
Sebastian Holtermann authored
`cmQtAutoGenerator::FileSystem` is only required for concurrent file system access, but `cmQtAutoGeneratorRcc` isn't concurrent. Therefore this patch replaces all `cmQtAutoGenerator::FileSystem` uses in `cmQtAutoGeneratorRcc`.
-