- 14 Aug, 2019 1 commit
-
-
Gregory Mitrano authored
This change modifies how CMAKE_RC_COMPILER is configured to improve the out-of-box experience for developers using Clang on Windows. The previous behavior was to require the user to explicitly specify the resource compiler when CMake was called. The new behavior is to automatically attempt to locate the MSVC rc binary and use that if it's found. If rc is not available, CMake will now fall back to Clang's llvm-rc binary. With this change in place, trivial C/C++ programs can be generated with Ninja and Clang on Windows without running into errors about a missing resource compiler. Fixes: #19318
-
- 12 Aug, 2019 1 commit
-
-
Kitware Robot authored
-
- 11 Aug, 2019 1 commit
-
-
Kitware Robot authored
-
- 10 Aug, 2019 1 commit
-
-
Kitware Robot authored
-
- 09 Aug, 2019 7 commits
-
-
Brad King authored
a7a5f376 cmFileCommand: Use cmSubcommandTable b66b7464 Introduce cmSubcommandTable 2b785875 cmFileCommand: turn into free function 9703c657 cmFileCommand: put subcommands in unnamed namespace 64f987c1 cmFileCommand: port to cmExecutionStatus Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3657
-
Brad King authored
1a47d368 cmDefinitions: Cleanups and optimizations Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3666
-
Brad King authored
ca292311 Autogen: Modernize to use cmStrCat for string concatenation d02a99d9 Autogen: Modernize code to use cm::string_view for the info writer Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3663
-
Brad King authored
2171f6ec Swift: correct SONAME flag for Darwin targets Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3640
-
Brad King authored
e45187d5 FPHSA: Remove extra space in module components report Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Alex Turbov <i.zaufi@gmail.com> Merge-request: !3655
-
Brad King authored
5558070d cmExecutionStatus: Remove function Clear Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3654
-
Kitware Robot authored
-
- 08 Aug, 2019 2 commits
-
-
Sebastian Holtermann authored
In cmDefinitions: - sort methods in source code by static or not static - use `std::unordered_set<cm::string_view>` instead of `std::set<std::string>` for duplications tests.
-
Kitware Robot authored
-
- 07 Aug, 2019 16 commits
-
-
Sebastian Holtermann authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
18ce372e Help: Add 3.15.2 release notes Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3664
-
Brad King authored
Merge-request: !3664
-
Brad King authored
-
Sebastian Holtermann authored
-
Brad King authored
18b0330b clang-tidy: Enable performance-inefficient-string-concatenation Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3648
-
Brad King authored
7ed84b1e FindPython: ensure virtual environments are correctly handled Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3649
-
Brad King authored
959b97a2 Tests: testStringAlgorithms: Add cmTrimWhitespace, cmEscapeQuotes, cmTokenize 7fbcc16d cmStringAlgorithms: cmIsSpace, cmTrimWhitespace, cmEscapeQuotes, cmTokenize Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3647
-
Brad King authored
8fe129e3 Help: Fix spelling typo in `CMAKE_MESSAGE_INDENT` docs Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3658
-
Brad King authored
-
Brad King authored
feeb0381 FindGLEW: Fix typo in verbose log message ab822a9b FindGLEW: Add required OpenGL dependency in macOS a8a3efa3 FindGLEW: Fix macOS library suffix selection Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3656
-
Brad King authored
8ed86860 find_package: Fix prefer-config mode to not fail on missing optional package Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3653
-
Kitware Robot authored
-
- 06 Aug, 2019 11 commits
-
-
Alex Turbov authored
-
wahikihiki authored
-
wahikihiki authored
-
Brad King authored
493b8eae Help: Fix example output in the `CMAKE_MESSAGE_INDENT` documentation Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3651
-
Brad King authored
d192caef CMakeDependentOption: Document that 4th parameter follows if-syntax Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3643
-
Brad King authored
Merge-request: !3656
-
Claudio authored
-
Claudio authored
macOS requires OpenGL as INTERFACE_LINK_LIBRARIES dependency in the GLEW targets. This commit fixes this issue.
-
Claudio authored
Fix logic added by commit a7d85386 (FindGLEW: Update implementation, 2019-03-13, v3.15.0-rc1~375^2~1) on macOS. macOS is recognized as both UNIX and APPLE. Consequently, the library suffix for shared and static library was set, respectively, as `.so` and `.a`, just like UNIX systems. Fix this by properly checking the OS type. Fixes: #19542
-
Brad King authored
Merge-request: !3653
-
Brad King authored
-