- Jun 28, 2016
-
-
Brad King authored
-
-
- Jun 27, 2016
-
-
Daniel Pfeifer authored
-
Daniel Pfeifer authored
-
Daniel Pfeifer authored
This is important for two reasons: 1. A compiler might warn about a class that has a virtual member function but no virtual destructor. We don't want to treat the feature as incomplete in this case. 2. MSVC10 supports the override identifier except on destructors. In this case, the feature really is incomplete and we want to detect it as such.
-
8bbd5db4 Ninja: Make bundle resources a dependency of their target
-
00caa1dd Help: Describe VERSION and SOVERSION meanings for Mach-O binaries
-
Run clang-tidy's modernize-use-override checker. This checker must have issues in version 3.8. It has way too little matches. And it adds override to destructors. Revert the changes on the destructors and change override to CM_OVERRIDE.
-
-
-
Turn the feature check for cxx11_unordered_map into a function such that we can use it for other features as well. Drop the 11 suffix, as we may want to check features from other standards.
-
Kitware Robot authored
-
- Jun 26, 2016
-
-
Gregor Jasny authored
-
Kitware Robot authored
-
- Jun 25, 2016
-
-
-
-
Kitware Robot authored
-
- Jun 24, 2016
-
-
Kitware Robot authored
-
- Jun 23, 2016
-
-
Fixes #13816.
-
-
ed05f11d VS: Add a VS_TOOL_OVERRIDE source file property
-
35a6cac2 VS: Add VS_SDK_REFERENCES target property to reference external SDKs
-
e36e5a26 Xcode: Properly handle BUNDLE_EXTENSION
-
Brad King authored
-
-
Kitware Robot authored
-
- Jun 22, 2016
-
-
Rolf Eike Beer authored
-
Brad King authored
-
Brad King authored
-
4bb83514 FindZLIB: Do not mark unused variable as advanced
-
867b73e2 GetPrerequisites: Optimize on Windows by filtering `objdump` output
-
d3e538ea Help: Clarify VS_STARTUP_PROJECT documentation
-
Allow one to specify external SDK references such as `Microsoft.AdMediatorWindows81, Version=1.0`.
-
Kitware Robot authored
-
- Jun 21, 2016
-
-
Brad King authored
-
8ddbd4c2 cmOutputConverter: remove unnecessary conversion bdaadbdc cmOutputConverter: collapse ConvertToOutputForExisting functions 191fc3a0 cmOutputConverter: remove unused 'local' argument b86007e3 cmOutputConverter: remove 'optional' argument cde127b0 cmOutputConverter::Convert: invert condition c23f89bc cmOutputConverter::Convert: make precondition explicit
-