- 31 May, 2017 2 commits
-
-
f34f7815 Tests: Fix Qt5Autogen test on Xcode Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !908
-
Kitware Robot authored
-
- 30 May, 2017 9 commits
-
-
9685d077 Help/dev: Document buildbot lint-iwyu-tidy builder Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !897
-
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
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
-
- 29 May, 2017 1 commit
-
-
Kitware Robot authored
-
- 28 May, 2017 11 commits
-
-
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
-
- 27 May, 2017 1 commit
-
-
Kitware Robot authored
-
- 26 May, 2017 16 commits
-
-
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.
-
-
-
Brad King authored
Set `CMAKE_CXX_STANDARD` early so that both KWSys and our test code build with the same language standard. This is important on compilers that have incompatible standard libraries.
-
Pavel Solodovnikov authored
-
Pavel Solodovnikov authored
-
Pavel Solodovnikov authored
-
Pavel Solodovnikov authored
-
Instead of `list(FIND...)` and then checking result for `-1` (found/not-found), nowadays `if` command has the `IN_LIST` test for that.
-
690acadc codecvt: Re-implement do_out and do_unshift Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !891
-
eb0cfd28 FindXMLRPC: handle QUIETLY and REQUIRED correctly Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !887
-
542d9d5e cmCPackLog: pass std::string by const& Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !892
-