- May 31, 2017
-
-
6a2f8335 Ninja: Fix escaping of path to depfile 781eb380 Tests: Fix VSResource test on MinGW with Ninja and a space in the path Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !911
-
ed77c5c5 cmQtAutoGeneratorInitializer: Remove unused local variable b398e716 cmVisualStudio10TargetGenerator: Remove shadowing local variable da2330bd cmVisualStudio10ToolsetOptions: Remove unused include Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !910
-
5dd0b531 bootstrap: remove explicit support for Tru64 UNIX Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !904
-
be55f069 Tests: Fix XCTest build configuration Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !907
-
f34f7815 Tests: Fix Qt5Autogen test on Xcode Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !908
-
Kitware Robot authored
-
- May 30, 2017
-
-
Brad King authored
Replace the dedicated and non-portable escaping code with use of our standard escaping logic.
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
9685d077 Help/dev: Document buildbot lint-iwyu-tidy builder Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !897
-
Daniel Pfeifer authored
-
63fdc2f1 IWYU: update mapping for gcc 7.1 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !906
-
Brad King authored
Fix the `mocPlugin` project to provide `mocPlugin.xcodeproj` instead of `Project.xcodeproj` so that the `try_compile` project name matches. Also search in the `Debug` subdirectory of the `try_compile` build tree for the resulting binaries, to work with multi-config generators.
-
Brad King authored
Build the test binaries with the same configuration in which they will be tested instead of the default Debug configuration. This fixes the test when run in a Release configuration.
-
Brad King authored
This builder builds CMake using lint tools but does not run the test suite. Document it for reviewers to request with `Do: test -i lint`.
-
39fc348f bootstrap: remove support for IRIX Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !903
-
a9eaefaa Build with libuv on Cygwin to enable server-mode Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !901
-
7a9a1e04 Help: Add a hint about C and C++ compiler version variable Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !902
-
Daniel Pfeifer authored
-
Kitware Robot authored
-
- May 29, 2017
-
-
Kitware Robot authored
-
- May 28, 2017
-
-
Daniel Pfeifer authored
-
Gregor Jasny authored
Closes #16917
-
370d0d25 SunPro: update flags used for CMake itself f1f21e30 SunPro: set -library=stlport as standard compile option for C++98 9316120c SunPro: add standard compile option for C++03 783fbb77 Tests: Compile entire Plugin test with the same language standard Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !879
-
fc51b92c Intel: avoid variables in language standard flags Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !894
-
2c2bb5f5 Remove unnecessary operator<< usage 1e4e2f99 Remove unused variables 25486156 Improved checking for number of arguments passed 86dc86dd Add const-reference qualifications 76bdb407 Change std::basic_string<char> to std::string Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !886
-
cc329a01 FindBoost: Simplify search in lists. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !750
-
e3e692ca Autogen: Test adaptions dbda5906 Autogen: Per-config file suffixes. New AUTOGEN_BUILD_DIR target property. 0965002e Autogen: Pass build directory in Info file Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !858
-
1ee20192 FindProtobuf: add optional export declaration macro to generated cpp files Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !881
-
Brad King authored
With our last update of libuv, Cygwin is now supported.
-
478ce1c7 libuv: Update build within CMake 1ebb421b Merge branch 'upstream-libuv' into update-libuv 362435f0 libuv 2017-05-25 (dc596109) Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !896
-
Kitware Robot authored
-
- May 27, 2017
-
-
Kitware Robot authored
-
- May 26, 2017
-
-
Brad King authored
Update our CMake build rules to account for upstream changes.
-
Brad King authored
* upstream-libuv: libuv 2017-05-25 (dc596109)
-
Code extracted from: https://github.com/libuv/libuv.git at commit dc596109d5a22db1dbf57098630eebd30fce8068 (v1.x).
-
Special flags should no longer be required when CMake is built with a recent version of CMake.
-
-