- Jun 28, 2016
-
-
15b3f6f0 ninja, rc: ignore CMAKE_NINJA_FORCE_RESPONSE_FILE for RC files
-
Kitware Robot authored
-
- Jun 27, 2016
-
-
Brad King authored
-
In commit v3.6.0-rc1~174^2 (Ninja: Honor CMAKE_NINJA_FORCE_RESPONSE_FILE for compile rules, 2016-04-06), Ninja learned to look for `CMAKE_NINJA_FORCE_RESPONSE_FILE` in the current scope or the environment in order to force response file usage for all compilation rules. However, on Windows, the RC compiler goes through cmcldeps which does a `replace(output, output + ".dep.obj")` on the command line. However, with a response file (which we name `output + ".rsp"`), the response file path is replaced instead causing the compiler to (correctly) complain that the response file `output + ".dep.obj.rsp"` does not exist. What needs to happen is for cmcldeps to look through the response file, replace *its* contents and place it in the `output + ".dep.obj.rsp"` file. Also add a test which actually compiles an RC file into a library and executable for all generators on Windows and additionally test `CMAKE_NINJA_FORCE_RESPONSE_FILE` for Ninja generators. Fixes #16167.
-
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
-
-
Kitware Robot authored
-
- Jun 25, 2016
-
-
-
-
Kitware Robot authored
-
- Jun 24, 2016
-
-
Kitware Robot authored
-
- Jun 23, 2016
- 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
-