- Mar 23, 2017
-
-
Robert Maynard authored
-
- Mar 21, 2017
-
-
4b49c9a2 fix include order of windows.h Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !584
-
8214061d FindHDF5: fix quoting Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !587
-
6bd28fd2 FindBoost: Add support for 1.64 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !590
-
Kitware Robot authored
-
- Mar 20, 2017
-
-
Update the module to enable finding components of Boost 1.64 (beta) from the upcoming release. Also update the Boost library name mangling used for VS 2017 to match a change made to Boost upstream (vc150 => vc1410).
-
04a11f16 CSharpUtilities: Fix documentation Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !585
-
Fixes: #16711
-
0b668e52 Cygwin: Move Cygwin-specific paths to the cygwin platform 2a8c2af4 SunOS: Move solaris-specific paths to the solaris platform 7eb1f5b7 Unix: Consolidate path components into prefixes Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !589
-
9eb05b48 GenerateExportHeader: always fill in _EXPORT macros Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !36
-
f89678f6 Autogen: Add AUTOGEN_SOURCE_GROUP release notes 850eb734 Autogen: Add AUTOGEN_SOURCE_GROUP documentation af1354d6 Autogen: Add AUTOGEN_SOURCE_GROUP support 379cf11b Autogen: Add generator type enum Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !586
-
-
598400a3 CPack/RPM: handle extra slashes Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !583
-
Kitware Robot authored
-
- Mar 19, 2017
-
-
Kitware Robot authored
-
- Mar 18, 2017
-
-
Kitware Robot authored
-
- Mar 17, 2017
-
-
Kitware Robot authored
-
- Mar 16, 2017
-
-
Ben Boeckel authored
The `_EXPORT` and `_NO_EXPORT` macros should always be made properly because the `<LANG>_VISIBILITY_PRESET` properties are controlled independently of this module. One case where this breaks compatibility is where a project was setting `USE_COMPILER_HIDDEN_VISIBILITY=OFF` and then marking a symbol used outside of the library with `_NO_EXPORT` which is a contridiction.
-
Sebastian Holtermann authored
-
Sebastian Holtermann authored
Closes: #16501
-
Sebastian Holtermann authored
-
Chuck Atkins authored
-
Chuck Atkins authored
-
Chuck Atkins authored
-
Kitware Robot authored
-
- Mar 15, 2017
-
-
Ben Boeckel authored
-
Kitware Robot authored
-
- Mar 14, 2017
-
-
Daniel Pfeifer authored
Comments that indicate a special include order is necessary because GetCurrentDirectory might get redefined are outdated. Remove those outdated comments and use the normal ordering of includes.
-
Kitware Robot authored
-
- Mar 13, 2017
-
-
Domen Vrankar authored
Extra slashes in some locations can cause errors during package generation and can also be present in generated rpm packages causing issues for the package user. Closes #16619
-
Brad King authored
-
3df2506f Help: Document VS generator toolset specification syntax 60546b48 Help: Cross-reference generator toolset variables 35c5cddc Help: Cross-reference generator platform variables 7df38939 Help: Move generator toolset support details to variable docs c750b282 Help: Move generator platform support details to variable docs Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !580
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
Move the details about support for generator toolset specification to the `CMAKE_GENERATOR_TOOLSET` variable documentation. This is a more suitable place because it is shared by all means to set this variable, not just the `cmake -T` option.
-
Brad King authored
Move the details about support for generator platform specification to the `CMAKE_GENERATOR_PLATFORM` variable documentation. This is a more suitable place because it is shared by all means to set this variable, not just the `cmake -A` option.
-
81b24547 Help: Fix typo in CMAKE_VS_PLATFORM_TOOLSET_HOST_ARCHITECTURE Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !579
-
Brad King authored
-
Brad King authored
-