- 10 Oct, 2016 1 commit
-
-
- 09 Oct, 2016 6 commits
-
-
Stephen Kelly authored
-
Stephen Kelly authored
It only needs output conversion.
-
Stephen Kelly authored
This method is never called with an empty string.
-
Stephen Kelly authored
-
Stephen Kelly authored
-
Stephen Kelly authored
-
- 08 Oct, 2016 1 commit
-
-
Kitware Robot authored
-
- 07 Oct, 2016 21 commits
-
-
Brad King authored
-
Main component rpm package is generated without component suffix in filename and package name.
-
20e62f74 cmLocalGenerator: Simplify ConvertToLinkReference fd93b360 cmOutputConverter: Add a flag for IsUnix 1365e18b Convert: Inline platform-specific methods 1ed5f6b3 Makefiles: Introduce local RelativePath method 8377d9e0 Fortran: Inline conversion to relative path 00173b71 Fortran: Wrap path convert in a call with a more-suitable name d5911ef0 Makefiles: Hardcode the relative location of the CMakeCache file c3264f48 Convert: Extract method to determine if paths are in directory 52168f32 Convert: Remove asserts which are duplicated in delegate method 5213f893 Convert: Remove early return check b61c268b Convert: Extract local variables for readability e278f5a8 Convert: Extract local variables 51bc6bdd cmOutputConverter: remove unused code 8e0c1599 Xcode: Inline ConvertToRelativePath calls
-
02b7d278 VS: Update VS 15 generator for Preview 5
-
15762b72 elf: Remove GetDynamicEntryCount and ReadBytes methods cd4f573a cmSystemTools, elf: handle DT_MIPS_RLD_REL_MAP in RemoveRPath b8b1d151 cmSystemTools: rewrite RemoveRPath using DyanmicEntryList methods 72eb6a37 elf: add DynamicEntryList methods and rpath tag constants 66c4d082 elf: remove tag switch from ELF_Dyn ByteSwap function
-
Older versions of libuv did not have the uv_loop_close API. It first showed up in unstable releases ~ v0.11.20 but was not available in a stable release until v1.0
-
-
-
These flags are redundant anyway in the NEW case of the policy, and could be merged with CMAKE_EXE_EXPORTS_${lang}_FLAG content for that case. That is deferred to the future, but now at least the similar code is located close to each other.
-
These are no longer used after the DynamicEntryList changes.
-
-
-
Kitware Robot authored
-
- 06 Oct, 2016 11 commits
-
-
Stephen Kelly authored
-
Stephen Kelly authored
-
Stephen Kelly authored
Make conversion to output format the caller responsibility, so that the method only 'converts to a link reference'.
-
Stephen Kelly authored
Remove the need for method parameters to represent the distinction.
-
Stephen Kelly authored
They don't provide real value.
-
Stephen Kelly authored
This makes it easier to remove directory-specific state from cmOutputConverter where it doesn't belong. Of course, this just relocates the problem to the makefiles generator for now, but that's better than affecting the core.
-
Stephen Kelly authored
Don't use cmOutputConverter method which relies on directory-specific state.
-
Stephen Kelly authored
-
Stephen Kelly authored
In this context, currentBinDir refers to the CMAKE_BINARY_DIR because it comes from the first local generator. GetHomeOutputDirectory is the same as CMAKE_BINARY_DIR, so the computation here is unnecessary.
-
Stephen Kelly authored
The conditional early return can be moved to clients, which would have many benefits, notably making cmOutputConverter independent of directory-specific state.