- 30 May, 2017 2 commits
-
-
Daniel Pfeifer authored
-
Kitware Robot authored
-
- 29 May, 2017 1 commit
-
-
Kitware Robot authored
-
- 28 May, 2017 8 commits
-
-
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
-
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 23 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
-
30675ec4 VS: Fix indentation of .vcxproj files Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !884
-
867b1742 Merge branch 'upstream-KWSys' into update-kwsys 402c6c12 KWSys 2017-05-25 (160bed45) Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !890
-
Sebastian Holtermann authored
-
Sebastian Holtermann authored
Closes #14760 Closes #14313
-
Sebastian Holtermann authored
-
Daniel Pfeifer authored
In the bootstrap script, we want to be able to extract language standard flags using sed. Make sure the content of the flag varianbles can be passed unmodified to the compiler.
-
Kitware Robot authored
-
- 25 May, 2017 5 commits
-
-
Daniel Pfeifer authored
-
Use the built in FindPackageHandleStandardArgs. Fixes: #16912 Signed-off-by:
Niklas Simons <nsimons@abo.fi>
-
60afab9e IWYU: add mapping for std::__decay_and_strip Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !889
-
d3034654 FindCygwin: Use find_program instead of find_path Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !883
-
59ffabfe Improve Doxygen support Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !684
-