- Mar 30, 2017
-
-
Brad King authored
-
01a8a201 AIX: Properly detect host system version Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !645
-
b070947d Add 'DISABLED' test property 42c68aad CTest: Improve 'Completion Status' reported to CDash for 'Not Run' tests Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Brad King <brad.king@kitware.com> Merge-request: !571
-
5695558f SDCC: Fix identification of current sdcc compiler Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !644
-
48cfb295 cmFortranParser: remove unnecessary typedef 90bb5f64 cmCommandArgumentParserHelper: remove unnecessary include ab5f4e81 cmFortranParserImpl: remove unnecessary include f8ed8bef testEncoding: use cmsys::ifstream 8647c6cd testEncoding: include <cmsys/ConsoleBuf.hxx> on Windows only 21a6ed49 cmFileCommand: add <cm_curl.h> include a2275bdd cmFileCommand: remove unnecessary friend declaration Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !626
-
8e8f1118 handle non-existing symlink creation locations Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !642
-
556d98da FindBoost: Update 1.64 dependencies using 1.64 beta1 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !629
-
Brad King authored
-
77139e32 Swift: Simplify mixed test case to make it version agnostic c03141c0 Swift: Default to Swift 3.0 with Xcode 8.3 and later Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !638
-
Roger Leigh authored
-
Kitware Robot authored
-
- Mar 29, 2017
-
-
Gregor Jasny authored
CMakeDetermineSystem.cmake uses "uname -r" to get CMAKE_HOST_SYSTEM_VERSION on AIX. AIX uses "uname -v" for the major version and "uname -r" for the minor version. Thanks to Chris Taylor for the suggested patch. Closes #10749
-
Brad King authored
-
Daniel Pfeifer authored
-
Daniel Pfeifer authored
-
Daniel Pfeifer authored
-
Daniel Pfeifer authored
-
Daniel Pfeifer authored
-
Daniel Pfeifer authored
-
Daniel Pfeifer authored
-
Brad King authored
-
When this property is set, the test is skipped and its status is automatically set to 'Not Run'. A disabled test will not be counted in the total number of tests and its completion status will be 'Disabled'.
-
Gregor Jasny authored
Issue: #16742
-
Brad King authored
-
Brad King authored
-
fff34934 MSVC: Restore _DEBUG preprocessor definition in RC debug builds 79a91538 RC: Add missing CMAKE_RC_FLAGS_<CONFIG> entries to cache c77194ec VS: Honor preprocessor definitions in RC flags 1449f6f6 cmVisualStudio10TargetGenerator: De-duplicate preprocessor defs 8a619e8c cmIDEOptions: Add GetDefines method Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !640
-
cdd2875a Merge branch 'upstream-KWSys' into update-kwsys e9c5505b KWSys 2017-03-28 (34999b6a) Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !637
-
7a411dfb VS: Fix OBJECT library support in Intel Fortran projects Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !636
-
62b85c94 Utilities/Sphinx: Use brighter colors for html theme Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !641
-
Kitware Robot authored
-
- Mar 28, 2017
-
-
Domen Vrankar authored
-
Xcode 8.3 has dropped support for Swift 2.3 so that compiler and feature detection failed. Closes #16742
-
Set Sphinx `html_theme_options` to give the generated documentation a brighter and softer look than the default colors.
-
Brad King authored
In commit v3.8.0-rc1~304^2 (MSVC: Do not define _DEBUG explicitly when using /MDd, 2016-11-15) we removed the `_DEBUG` preprocessor definition from MSVC C and C++ flags because the `cl` compiler automatically defines it in Debug builds anyway. However, the VS generators propagate C preprocessor definitions to the RC (Windows Resource Compiler) tool. This means that we used to explicitly define `_DEBUG` for RC debug builds. Therefore existing project code may expect the definition to be there even though the `rc` compiler itself does not implicitly define `_DEBUG` in debug builds. Add the `_DEBUG` flag to the default `CMAKE_RC_FLAGS_DEBUG` instead to restore this definition for RC debug builds. This also makes it available consistently in VS, Ninja, and Makefile generators. Fixes: #16745
-
Brad King authored
-
Brad King authored
The VS generators use the C (or CXX) preprocessor definitions for the Windows Resource Compiler tool. This causes definitions parsed out of `CMAKE_RC_FLAGS[_<CONFIG>]` variables to be dropped. Fix the implementation to preserve both. Issue: #16745
-
Brad King authored
-
Brad King authored
-
The `TargetExt` for `.vfproj` object libraries should be `.lib` to match the `OutputFile` value. Otherwise Visual Fortran raises warnings: TargetPath(...) does not match the Library's OutputFile property value (...)
-