- 09 Apr, 2018 1 commit
-
-
Kitware Robot authored
-
- 08 Apr, 2018 1 commit
-
-
Kitware Robot authored
-
- 07 Apr, 2018 1 commit
-
-
Kitware Robot authored
-
- 06 Apr, 2018 7 commits
-
-
38dcdd76 UseSWIG: Ensure tests are usable in multi-config mode. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1934
-
d6390ce2 Ninja: Fix Fortran support with response files 8592c632 cmNinjaTargetGenerator: Move force-rspfile check to earlier e0aa0603 cmNinjaTargetGenerator: Move depfile logic to later in its function Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1936
-
acda926a Replace some uses of sprintf with std::to_string 41854103 cmCTestCurl: Fix UploadFile declared parameter names 1519628e cmVisualStudio10TargetGenerator: Make NsightTegraVersion unsigned 2f87d008 cmMacroCommand: Fix format string to match type of argument b0676cc5 Add in-class initialization of some members 966dba5b cmAlgorithms: Remove unnecessary typename keyword 12a14553 gitignore: Ignore a .vs directory in the source tree Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1932
-
0ad329f7 Sanitize paths from LINK_DIRECTORIES directory property Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1920
-
050ddfb3 cmXMLWriter: code improvement Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1925
-
6c4f8b45 Adjust help documentation for file(GLOB), add topic notes 20612978 Add tests for `file(GLOB)` CONFIGURE_DEPENDS flag 3f4b81f5 Add glob verify support to XCode, VS, Ninja, and Makefile generators ca0befc2 Add `CONFIGURE_DEPENDS` flag support to cmFileCommand::HandleGlobCommand 599c93e2 Add cmGlobVerificationManager class, integrate with cmake and cmState Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1767
-
Kitware Robot authored
-
- 05 Apr, 2018 17 commits
-
-
44ad8e48 FindwxWidgets: Fix wxWidgets_LIBRARY_DIRS on Cygwin/MSYS Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1930
-
30bbb4f2 cmVisualStudio10TargetGenerator: extend DOM-like generation Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1905
-
45bf6f62 Modules: Use MSVC_TOOLSET_VERSION variable to simplify logic 304f493e MSVC: Add MSVC_TOOLSET_VERSION variable Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1882
-
Brad King authored
-
35109e71 Revert "CheckIncludeFiles: Honor CMAKE_REQUIRED_LIBRARIES" Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1931
-
Brad King authored
The Ninja generator splits preprocessing and compilation steps for Fortran. Fix this logic to work when using response files for compilation so that it works for the preprocessing step too. This fixes behavior under `CMAKE_NINJA_FORCE_RESPONSE_FILE`. Issue: #17877
-
Brad King authored
-
Brad King authored
Clarify that other compile rule generation logic does not depend on it.
-
Marc Chevrier authored
Fixes: #17875
-
Kitware Robot authored
- 04 Apr, 2018 13 commits
-
-
-
Provide the MSVC toolset version number based on the compiler version. Fixes: #16923
-
ARATA Mizuki authored
The check for `wxWidgets_LIBRARIES` variable, introduced by e8b77084, fails with the `wx-config` script generated by an MSYS build, because `wxWidgets_LIBRARY_DIRS` is in POSIX style. This commit fixes the problem with `wxWidgets_LIBRARY_DIRS` by converting it to Windows style. The actual code were copied from bf643286, which does the same thing for `wxWidgets_INCLUDE_DIRS`.
-
Brad King authored
-
b11e2c80 Autogen: Print moc/uic/rcc output to stdout 1d2c9d8c Autogen: Use std::istreambuf_iterator for file so string reading ccc38fa5 Autogen: Protected calls to cmFilePathChecksum 719b24c8 Autogen: Protected calls to cmQtAutoGen::SubDirPrefix 9a736158 Autogen: Protected calls to cmSystemTools::GetFilenameWithoutLastExtension 65203ce4 Autogen: Protected calls to cmSystemTools::Split/JoinPath 14a86c9e Autogen: Protected calls to cmSystemTools::CollapseCombinedPath Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1918
-
f38d0502 WCDH: introduce BARE_FEATURES Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1869
-
843d55de Android: Suppress implicit -lstdc++ linker flag Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1919
-
52b14190 Utilities/Release: Remove extra colon from release scripts Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1914
-
41eab150 CUDA: Pass more link libraries to device linking 88c7abb7 CUDA: Pass host linker directories to device linker Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1634