- Sep 02, 2015
-
-
Brad King authored
The implementation of this method requires linking to some extra system libraries. Simply leave it out of the bootstrap-built CMake.
-
- Aug 31, 2015
-
- Aug 27, 2015
-
-
Add the PackageCertificateThumbprint property when there is a certificate on a WindowsStore or Phone app.
-
Brad King authored
Drop the CMAKE_BUILD_ON_VISUAL_STUDIO variable and hard-code the condition at its only use.
-
- Aug 24, 2015
-
-
bff27391 cmState: Host variable definitions. 6954c893 cmState: Add a VariableScope snapshot type. 1fc645bd cmState: Add a Base snapshot type. 0f070dd3 cmMakefile: Decouple the container of cmDefinitions from scoping logic. 25e04ddf cmDefinitions: Implement in terms of cmLinkedTree. 4bbe261c cmMakefile: Extract InitializeVarScope method.
-
744e6c49 Fix iOS Bundle layouts (#15669)
-
d8a57148 cmake: Remove unused cmPolicies member.
-
3fa1b964 cmGlobalUnixMakefileGenerator3: Change the progress container key. 55e39276 cmState: Make it possible to order cmState::Snapshot. 04168cbb cmGlobalUnixMakefileGenerator3: Rename member. 2394584c cmGlobalGenerator: Rename progress initializer method. b9eb3cd1 cmGlobalGenerator: Move LG to target map to subclass. f5d2b7a6 cmGlobalGenerator: Remove clearance of map.
-
a4bd3010 include_directories: Fix regression in BEFORE option (#15693)
-
In contrast to Mac OS X App bundle layout the iOS one lacks the Contents/MacOSX structure. See also the Bundle Structures documentation in Mac Developer Library: https://developer.apple.com/library/mac/documentation/CoreFoundation/Conceptual/CFBundles/BundleTypes/BundleTypes.html For now detect iOS targets by checking the SDK name/path.
-
Kitware Robot authored
-
- Aug 23, 2015
-
-
Stephen Kelly authored
-
Stephen Kelly authored
heaptrack showed a 1 byte allocation with the backtrace pointing here, as is the case since commit v3.3.0-rc1~112^2~5 (cmPolicies: Remove unused cmPolicy class., 2015-05-03)
-
Stephen Kelly authored
-
Stephen Kelly authored
-
Stephen Kelly authored
-
Stephen Kelly authored
-
Stephen Kelly authored
This is the only user.
-
Stephen Kelly authored
It is always cleared before being re-populated.
-
Stephen Kelly authored
-
Stephen Kelly authored
-
Stephen Kelly authored
-
Stephen Kelly authored
Match the scopes currently used in cmMakefile for definitions.
-
Stephen Kelly authored
For completeness mostly.
-
Stephen Kelly authored
Maintain a Parent tree node for writing to in RaiseScope.
-
Stephen Kelly authored
Store the definitions in a cmLinkedTree in the cmMakefile. This can be moved to cmState and then the tree will provide snapshotting possibilities. It will also make the Closure copy created at the start of each cmMakefile unnecesarry.
-
Stephen Kelly authored
-
Kitware Robot authored
-
- Aug 22, 2015
-
-
Kitware Robot authored
-
- Aug 21, 2015
-
-
3bb707f0 Help: Improve formatting of variable documentation
-
Improve formatting, primarily by: * Adding links to relevant commands, properties, generators, and so on. * Converting code, symbols, paths, and so on to fixed-width fonts. * Hard wrapping lines to 80 characters or less.
-
9b2f6992 FindCUDA: Fix object build rule for separate compilation on VS 2013+ (#15697)
-
3c37d264 cmGeneratorTarget: Avoid recursion in GetOutputName method
-
c66835fc Extra Generator: Populate MSVC system include paths from environment (#15597)
-
3e94f94b cmLocalVisualStudioGenerator: Use computed .obj extension (#13685)
-
625225bb HP-UX: Do not use ".sl" extension for shared libs on Itanium
-
e89ea3d1 get_filename_component: Teach new BASE_DIR parameter.